OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_61/] [or1ksim/] [cuc/] [Makefile.in] - Blame information for rev 879

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 879 markom
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
# This Makefile.in is free software; the Free Software Foundation
5
# gives unlimited permission to copy and/or distribute it,
6
# with or without modifications, as long as this notice is preserved.
7
 
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
# PARTICULAR PURPOSE.
12
 
13
# Makefile -- Makefile for cpu architecture independent simulation
14
# Copyright (C) 2002 Marko Mlinar, markom@opencores.org
15
#
16
# This file is part of OpenRISC 1000 Architectural Simulator.
17
#
18
# This program is free software; you can redistribute it and/or modify
19
# it under the terms of the GNU General Public License as published by
20
# the Free Software Foundation; either version 2 of the License, or
21
# (at your option) any later version.
22
#
23
# This program is distributed in the hope that it will be useful,
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26
# GNU General Public License for more details.
27
#
28
# You should have received a copy of the GNU General Public License
29
# along with this program; if not, write to the Free Software
30
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
31
#
32
 
33
 
34
SHELL = @SHELL@
35
 
36
srcdir = @srcdir@
37
top_srcdir = @top_srcdir@
38
VPATH = @srcdir@
39
prefix = @prefix@
40
exec_prefix = @exec_prefix@
41
 
42
bindir = @bindir@
43
sbindir = @sbindir@
44
libexecdir = @libexecdir@
45
datadir = @datadir@
46
sysconfdir = @sysconfdir@
47
sharedstatedir = @sharedstatedir@
48
localstatedir = @localstatedir@
49
libdir = @libdir@
50
infodir = @infodir@
51
mandir = @mandir@
52
includedir = @includedir@
53
oldincludedir = /usr/include
54
 
55
DESTDIR =
56
 
57
pkgdatadir = $(datadir)/@PACKAGE@
58
pkglibdir = $(libdir)/@PACKAGE@
59
pkgincludedir = $(includedir)/@PACKAGE@
60
 
61
top_builddir = ..
62
 
63
ACLOCAL = @ACLOCAL@
64
AUTOCONF = @AUTOCONF@
65
AUTOMAKE = @AUTOMAKE@
66
AUTOHEADER = @AUTOHEADER@
67
 
68
INSTALL = @INSTALL@
69
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
70
INSTALL_DATA = @INSTALL_DATA@
71
INSTALL_SCRIPT = @INSTALL_SCRIPT@
72
transform = @program_transform_name@
73
 
74
NORMAL_INSTALL = :
75
PRE_INSTALL = :
76
POST_INSTALL = :
77
NORMAL_UNINSTALL = :
78
PRE_UNINSTALL = :
79
POST_UNINSTALL = :
80
build_alias = @build_alias@
81
build_triplet = @build@
82
host_alias = @host_alias@
83
host_triplet = @host@
84
target_alias = @target_alias@
85
target_triplet = @target@
86
AR = @AR@
87
ARFLAGS = @ARFLAGS@
88
BUILD_DIR = @BUILD_DIR@
89
CC = @CC@
90
CFLAGS = @CFLAGS@
91
CPU_ARCH = @CPU_ARCH@
92
INCLUDES = @INCLUDES@
93
LOCAL_CFLAGS = @LOCAL_CFLAGS@
94
LOCAL_DEFS = @LOCAL_DEFS@
95
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
96
MAKEINFO = @MAKEINFO@
97
MAKE_SHELL = @MAKE_SHELL@
98
PACKAGE = @PACKAGE@
99
RANLIB = @RANLIB@
100
SUMVERSION = @SUMVERSION@
101
TERMCAP_LIB = @TERMCAP_LIB@
102
VERSION = @VERSION@
103
host = @host@
104
host_cpu = @host_cpu@
105
host_os = @host_os@
106
 
107
noinst_LIBRARIES = libcuc.a
108
 
109
libcuc_a_SOURCES = cuc.c cuc.h load.c bb.c memory.c \
110
        verilog.c timings.c insn.c insn.h
111
 
112
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
113
CONFIG_HEADER = ../config.h
114
CONFIG_CLEAN_FILES =
115
LIBRARIES =  $(noinst_LIBRARIES)
116
 
117
 
118
DEFS = @DEFS@ -I. -I$(srcdir) -I..
119
CPPFLAGS = @CPPFLAGS@
120
LDFLAGS = @LDFLAGS@
121
LIBS = @LIBS@
122
libcuc_a_LIBADD =
123
libcuc_a_OBJECTS =  cuc.o load.o bb.o memory.o verilog.o timings.o \
124
insn.o
125
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126
CCLD = $(CC)
127
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
128
DIST_COMMON =  Makefile.am Makefile.in
129
 
130
 
131
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
132
 
133
TAR = gtar
134
GZIP_ENV = --best
135
DEP_FILES =  .deps/bb.P .deps/cuc.P .deps/insn.P .deps/load.P \
136
.deps/memory.P .deps/timings.P .deps/verilog.P
137
SOURCES = $(libcuc_a_SOURCES)
138
OBJECTS = $(libcuc_a_OBJECTS)
139
 
140
all: all-redirect
141
.SUFFIXES:
142
.SUFFIXES: .S .c .o .s
143
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
144
        cd $(top_srcdir) && $(AUTOMAKE) --gnu cuc/Makefile
145
 
146
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
147
        cd $(top_builddir) \
148
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
149
 
150
 
151
mostlyclean-noinstLIBRARIES:
152
 
153
clean-noinstLIBRARIES:
154
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
155
 
156
distclean-noinstLIBRARIES:
157
 
158
maintainer-clean-noinstLIBRARIES:
159
 
160
.s.o:
161
        $(COMPILE) -c $<
162
 
163
.S.o:
164
        $(COMPILE) -c $<
165
 
166
mostlyclean-compile:
167
        -rm -f *.o core *.core
168
 
169
clean-compile:
170
 
171
distclean-compile:
172
        -rm -f *.tab.c
173
 
174
maintainer-clean-compile:
175
 
176
libcuc.a: $(libcuc_a_OBJECTS) $(libcuc_a_DEPENDENCIES)
177
        -rm -f libcuc.a
178
        $(AR) cru libcuc.a $(libcuc_a_OBJECTS) $(libcuc_a_LIBADD)
179
        $(RANLIB) libcuc.a
180
 
181
tags: TAGS
182
 
183
ID: $(HEADERS) $(SOURCES) $(LISP)
184
        list='$(SOURCES) $(HEADERS)'; \
185
        unique=`for i in $$list; do echo $$i; done | \
186
          awk '    { files[$$0] = 1; } \
187
               END { for (i in files) print i; }'`; \
188
        here=`pwd` && cd $(srcdir) \
189
          && mkid -f$$here/ID $$unique $(LISP)
190
 
191
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
192
        tags=; \
193
        here=`pwd`; \
194
        list='$(SOURCES) $(HEADERS)'; \
195
        unique=`for i in $$list; do echo $$i; done | \
196
          awk '    { files[$$0] = 1; } \
197
               END { for (i in files) print i; }'`; \
198
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
199
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
200
 
201
mostlyclean-tags:
202
 
203
clean-tags:
204
 
205
distclean-tags:
206
        -rm -f TAGS ID
207
 
208
maintainer-clean-tags:
209
 
210
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
211
 
212
subdir = cuc
213
 
214
distdir: $(DISTFILES)
215
        here=`cd $(top_builddir) && pwd`; \
216
        top_distdir=`cd $(top_distdir) && pwd`; \
217
        distdir=`cd $(distdir) && pwd`; \
218
        cd $(top_srcdir) \
219
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu cuc/Makefile
220
        @for file in $(DISTFILES); do \
221
          d=$(srcdir); \
222
          if test -d $$d/$$file; then \
223
            cp -pr $$d/$$file $(distdir)/$$file; \
224
          else \
225
            test -f $(distdir)/$$file \
226
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
227
            || cp -p $$d/$$file $(distdir)/$$file || :; \
228
          fi; \
229
        done
230
 
231
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
232
 
233
-include $(DEP_FILES)
234
 
235
mostlyclean-depend:
236
 
237
clean-depend:
238
 
239
distclean-depend:
240
        -rm -rf .deps
241
 
242
maintainer-clean-depend:
243
 
244
%.o: %.c
245
        @echo '$(COMPILE) -c $<'; \
246
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
247
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
248
        tr ' ' '\012' < .deps/$(*F).pp \
249
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
250
            >> .deps/$(*F).P; \
251
        rm .deps/$(*F).pp
252
 
253
%.lo: %.c
254
        @echo '$(LTCOMPILE) -c $<'; \
255
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
256
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
257
          < .deps/$(*F).pp > .deps/$(*F).P; \
258
        tr ' ' '\012' < .deps/$(*F).pp \
259
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
260
            >> .deps/$(*F).P; \
261
        rm -f .deps/$(*F).pp
262
info-am:
263
info: info-am
264
dvi-am:
265
dvi: dvi-am
266
check-am: all-am
267
check: check-am
268
installcheck-am:
269
installcheck: installcheck-am
270
install-exec-am:
271
install-exec: install-exec-am
272
 
273
install-data-am:
274
install-data: install-data-am
275
 
276
install-am: all-am
277
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
278
install: install-am
279
uninstall-am:
280
uninstall: uninstall-am
281
all-am: Makefile $(LIBRARIES)
282
all-redirect: all-am
283
install-strip:
284
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
285
installdirs:
286
 
287
 
288
mostlyclean-generic:
289
 
290
clean-generic:
291
 
292
distclean-generic:
293
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
294
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
295
 
296
maintainer-clean-generic:
297
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
298
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
299
 
300
mostlyclean: mostlyclean-am
301
 
302
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
303
                clean-generic mostlyclean-am
304
 
305
clean: clean-am
306
 
307
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
308
                distclean-tags distclean-depend distclean-generic \
309
                clean-am
310
 
311
distclean: distclean-am
312
 
313
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
314
                maintainer-clean-compile maintainer-clean-tags \
315
                maintainer-clean-depend maintainer-clean-generic \
316
                distclean-am
317
        @echo "This command is intended for maintainers to use;"
318
        @echo "it deletes files that may require special tools to rebuild."
319
 
320
maintainer-clean: maintainer-clean-am
321
 
322
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
323
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
324
mostlyclean-compile distclean-compile clean-compile \
325
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
326
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
327
distclean-depend clean-depend maintainer-clean-depend info-am info \
328
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
329
install-exec install-data-am install-data install-am install \
330
uninstall-am uninstall all-redirect all-am all installdirs \
331
mostlyclean-generic distclean-generic clean-generic \
332
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
333
 
334
 
335
# Tell versions [3.59,3.63) of GNU make to not export all variables.
336
# Otherwise a system limit (for SysV at least) may be exceeded.
337
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.