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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_52/] [or1ksim/] [Makefile.in] - Blame information for rev 7

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

Line No. Rev Author Line
1 7 jrydberg
# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
 
3
# Copyright (C) 1994, 1995-8, 1999 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
#
14
#
15
#
16
#
17
#
18
 
19
 
20
SHELL = @SHELL@
21
 
22
srcdir = @srcdir@
23
top_srcdir = @top_srcdir@
24
VPATH = @srcdir@
25
prefix = @prefix@
26
exec_prefix = @exec_prefix@
27
 
28
bindir = @bindir@
29
sbindir = @sbindir@
30
libexecdir = @libexecdir@
31
datadir = @datadir@
32
sysconfdir = @sysconfdir@
33
sharedstatedir = @sharedstatedir@
34
localstatedir = @localstatedir@
35
libdir = @libdir@
36
infodir = @infodir@
37
mandir = @mandir@
38
includedir = @includedir@
39
oldincludedir = /usr/include
40
 
41
DESTDIR =
42
 
43
pkgdatadir = $(datadir)/@PACKAGE@
44
pkglibdir = $(libdir)/@PACKAGE@
45
pkgincludedir = $(includedir)/@PACKAGE@
46
 
47
top_builddir = .
48
 
49
ACLOCAL = @ACLOCAL@
50
AUTOCONF = @AUTOCONF@
51
AUTOMAKE = @AUTOMAKE@
52
AUTOHEADER = @AUTOHEADER@
53
 
54
INSTALL = @INSTALL@
55
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
56
INSTALL_DATA = @INSTALL_DATA@
57
INSTALL_SCRIPT = @INSTALL_SCRIPT@
58
transform = @program_transform_name@
59
 
60
NORMAL_INSTALL = :
61
PRE_INSTALL = :
62
POST_INSTALL = :
63
NORMAL_UNINSTALL = :
64
PRE_UNINSTALL = :
65
POST_UNINSTALL = :
66
host_alias = @host_alias@
67
host_triplet = @host@
68
AR = @AR@
69
ARFLAGS = @ARFLAGS@
70
BUILD_DIR = @BUILD_DIR@
71
CC = @CC@
72
CFLAGS = @CFLAGS@
73
CPU_ARCH = @CPU_ARCH@
74
INCLUDES = @INCLUDES@
75
LOCAL_CFLAGS = @LOCAL_CFLAGS@
76
LOCAL_DEFS = @LOCAL_DEFS@
77
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
78
MAKEINFO = @MAKEINFO@
79
MAKE_SHELL = @MAKE_SHELL@
80
PACKAGE = @PACKAGE@
81
RANLIB = @RANLIB@
82
SUMVERSION = @SUMVERSION@
83
TERMCAP_LIB = @TERMCAP_LIB@
84
VERSION = @VERSION@
85
host = @host@
86
host_cpu = @host_cpu@
87
host_os = @host_os@
88
 
89
SUBDIRS = cpu bpb support cache mmu
90
 
91
noinst_PROGRAMS = sim
92
 
93
sim_SOURCES = toplevel.c sim-config.c
94
sim_LDADD = cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a    support/libsupport.a mmu/libmmu.a bpb/libbpb.a cache/libcache.a
95
 
96
sim_LDFLAGS = -lreadline
97
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99
CONFIG_HEADER = config.h
100
CONFIG_CLEAN_FILES =
101
PROGRAMS =  $(noinst_PROGRAMS)
102
 
103
 
104
DEFS = @DEFS@ -I. -I$(srcdir) -I.
105
CPPFLAGS = @CPPFLAGS@
106
LDFLAGS = @LDFLAGS@
107
LIBS = @LIBS@
108
sim_OBJECTS =  toplevel.o sim-config.o
109
sim_DEPENDENCIES =  cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a \
110
support/libsupport.a mmu/libmmu.a bpb/libbpb.a cache/libcache.a
111
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112
CCLD = $(CC)
113
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
114
DIST_COMMON =  README ./stamp-h.in COPYING Makefile.am Makefile.in \
115
aclocal.m4 config.guess config.h.in config.sub configure configure.in \
116
install-sh missing mkinstalldirs
117
 
118
 
119
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120
 
121
TAR = gtar
122
GZIP_ENV = --best
123
DEP_FILES =  .deps/sim-config.P .deps/toplevel.P
124
SOURCES = $(sim_SOURCES)
125
OBJECTS = $(sim_OBJECTS)
126
 
127
all: all-redirect
128
.SUFFIXES:
129
.SUFFIXES: .S .c .o .s
130
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
131
        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
132
 
133
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
134
        cd $(top_builddir) \
135
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
136
 
137
$(ACLOCAL_M4):  configure.in
138
        cd $(srcdir) && $(ACLOCAL)
139
 
140
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
141
        $(SHELL) ./config.status --recheck
142
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
143
        cd $(srcdir) && $(AUTOCONF)
144
 
145
config.h: stamp-h
146
        @if test ! -f $@; then \
147
                rm -f stamp-h; \
148
                $(MAKE) stamp-h; \
149
        else :; fi
150
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
151
        cd $(top_builddir) \
152
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
153
             $(SHELL) ./config.status
154
        @echo timestamp > stamp-h 2> /dev/null
155
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
156
        @if test ! -f $@; then \
157
                rm -f $(srcdir)/stamp-h.in; \
158
                $(MAKE) $(srcdir)/stamp-h.in; \
159
        else :; fi
160
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
161
        cd $(top_srcdir) && $(AUTOHEADER)
162
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
163
 
164
mostlyclean-hdr:
165
 
166
clean-hdr:
167
 
168
distclean-hdr:
169
        -rm -f config.h
170
 
171
maintainer-clean-hdr:
172
 
173
mostlyclean-noinstPROGRAMS:
174
 
175
clean-noinstPROGRAMS:
176
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
177
 
178
distclean-noinstPROGRAMS:
179
 
180
maintainer-clean-noinstPROGRAMS:
181
 
182
.s.o:
183
        $(COMPILE) -c $<
184
 
185
.S.o:
186
        $(COMPILE) -c $<
187
 
188
mostlyclean-compile:
189
        -rm -f *.o core *.core
190
 
191
clean-compile:
192
 
193
distclean-compile:
194
        -rm -f *.tab.c
195
 
196
maintainer-clean-compile:
197
 
198
sim: $(sim_OBJECTS) $(sim_DEPENDENCIES)
199
        @rm -f sim
200
        $(LINK) $(sim_LDFLAGS) $(sim_OBJECTS) $(sim_LDADD) $(LIBS)
201
 
202
# This directory's subdirectories are mostly independent; you can cd
203
# into them and run `make' without going through this Makefile.
204
# To change the values of `make' variables: instead of editing Makefiles,
205
# (1) if the variable is set in `config.status', edit `config.status'
206
#     (which will cause the Makefiles to be regenerated when you run `make');
207
# (2) otherwise, pass the desired values on the `make' command line.
208
 
209
@SET_MAKE@
210
 
211
all-recursive install-data-recursive install-exec-recursive \
212
installdirs-recursive install-recursive uninstall-recursive  \
213
check-recursive installcheck-recursive info-recursive dvi-recursive:
214
        @set fnord $(MAKEFLAGS); amf=$$2; \
215
        dot_seen=no; \
216
        target=`echo $@ | sed s/-recursive//`; \
217
        list='$(SUBDIRS)'; for subdir in $$list; do \
218
          echo "Making $$target in $$subdir"; \
219
          if test "$$subdir" = "."; then \
220
            dot_seen=yes; \
221
            local_target="$$target-am"; \
222
          else \
223
            local_target="$$target"; \
224
          fi; \
225
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
226
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
227
        done; \
228
        if test "$$dot_seen" = "no"; then \
229
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
230
        fi; test -z "$$fail"
231
 
232
mostlyclean-recursive clean-recursive distclean-recursive \
233
maintainer-clean-recursive:
234
        @set fnord $(MAKEFLAGS); amf=$$2; \
235
        dot_seen=no; \
236
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
237
          rev="$$subdir $$rev"; \
238
          test "$$subdir" = "." && dot_seen=yes; \
239
        done; \
240
        test "$$dot_seen" = "no" && rev=". $$rev"; \
241
        target=`echo $@ | sed s/-recursive//`; \
242
        for subdir in $$rev; do \
243
          echo "Making $$target in $$subdir"; \
244
          if test "$$subdir" = "."; then \
245
            local_target="$$target-am"; \
246
          else \
247
            local_target="$$target"; \
248
          fi; \
249
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
250
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
251
        done && test -z "$$fail"
252
tags-recursive:
253
        list='$(SUBDIRS)'; for subdir in $$list; do \
254
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
255
        done
256
 
257
tags: TAGS
258
 
259
ID: $(HEADERS) $(SOURCES) $(LISP)
260
        list='$(SOURCES) $(HEADERS)'; \
261
        unique=`for i in $$list; do echo $$i; done | \
262
          awk '    { files[$$0] = 1; } \
263
               END { for (i in files) print i; }'`; \
264
        here=`pwd` && cd $(srcdir) \
265
          && mkid -f$$here/ID $$unique $(LISP)
266
 
267
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
268
        tags=; \
269
        here=`pwd`; \
270
        list='$(SUBDIRS)'; for subdir in $$list; do \
271
   if test "$$subdir" = .; then :; else \
272
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
273
   fi; \
274
        done; \
275
        list='$(SOURCES) $(HEADERS)'; \
276
        unique=`for i in $$list; do echo $$i; done | \
277
          awk '    { files[$$0] = 1; } \
278
               END { for (i in files) print i; }'`; \
279
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
280
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
281
 
282
mostlyclean-tags:
283
 
284
clean-tags:
285
 
286
distclean-tags:
287
        -rm -f TAGS ID
288
 
289
maintainer-clean-tags:
290
 
291
distdir = $(PACKAGE)-$(VERSION)
292
top_distdir = $(distdir)
293
 
294
# This target untars the dist file and tries a VPATH configuration.  Then
295
# it guarantees that the distribution is self-contained by making another
296
# tarfile.
297
distcheck: dist
298
        -rm -rf $(distdir)
299
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
300
        mkdir $(distdir)/=build
301
        mkdir $(distdir)/=inst
302
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
303
        cd $(distdir)/=build \
304
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
305
          && $(MAKE) $(AM_MAKEFLAGS) \
306
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
307
          && $(MAKE) $(AM_MAKEFLAGS) check \
308
          && $(MAKE) $(AM_MAKEFLAGS) install \
309
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
310
          && $(MAKE) $(AM_MAKEFLAGS) dist
311
        -rm -rf $(distdir)
312
        @banner="$(distdir).tar.gz is ready for distribution"; \
313
        dashes=`echo "$$banner" | sed s/./=/g`; \
314
        echo "$$dashes"; \
315
        echo "$$banner"; \
316
        echo "$$dashes"
317
dist: distdir
318
        -chmod -R a+r $(distdir)
319
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
320
        -rm -rf $(distdir)
321
dist-all: distdir
322
        -chmod -R a+r $(distdir)
323
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
324
        -rm -rf $(distdir)
325
distdir: $(DISTFILES)
326
        -rm -rf $(distdir)
327
        mkdir $(distdir)
328
        -chmod 777 $(distdir)
329
        here=`cd $(top_builddir) && pwd`; \
330
        top_distdir=`cd $(distdir) && pwd`; \
331
        distdir=`cd $(distdir) && pwd`; \
332
        cd $(top_srcdir) \
333
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
334
        @for file in $(DISTFILES); do \
335
          d=$(srcdir); \
336
          if test -d $$d/$$file; then \
337
            cp -pr $$/$$file $(distdir)/$$file; \
338
          else \
339
            test -f $(distdir)/$$file \
340
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
341
            || cp -p $$d/$$file $(distdir)/$$file || :; \
342
          fi; \
343
        done
344
        for subdir in $(SUBDIRS); do \
345
          if test "$$subdir" = .; then :; else \
346
            test -d $(distdir)/$$subdir \
347
            || mkdir $(distdir)/$$subdir \
348
            || exit 1; \
349
            chmod 777 $(distdir)/$$subdir; \
350
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
351
              || exit 1; \
352
          fi; \
353
        done
354
 
355
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
356
 
357
-include $(DEP_FILES)
358
 
359
mostlyclean-depend:
360
 
361
clean-depend:
362
 
363
distclean-depend:
364
        -rm -rf .deps
365
 
366
maintainer-clean-depend:
367
 
368
%.o: %.c
369
        @echo '$(COMPILE) -c $<'; \
370
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
371
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
372
        tr ' ' '\012' < .deps/$(*F).pp \
373
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
374
            >> .deps/$(*F).P; \
375
        rm .deps/$(*F).pp
376
 
377
%.lo: %.c
378
        @echo '$(LTCOMPILE) -c $<'; \
379
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
380
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
381
          < .deps/$(*F).pp > .deps/$(*F).P; \
382
        tr ' ' '\012' < .deps/$(*F).pp \
383
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
384
            >> .deps/$(*F).P; \
385
        rm -f .deps/$(*F).pp
386
info-am:
387
info: info-recursive
388
dvi-am:
389
dvi: dvi-recursive
390
check-am: all-am
391
check: check-recursive
392
installcheck-am:
393
installcheck: installcheck-recursive
394
all-recursive-am: config.h
395
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
396
 
397
install-exec-am:
398
install-exec: install-exec-recursive
399
 
400
install-data-am:
401
install-data: install-data-recursive
402
 
403
install-am: all-am
404
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
405
install: install-recursive
406
uninstall-am:
407
uninstall: uninstall-recursive
408
all-am: Makefile $(PROGRAMS) config.h
409
all-redirect: all-recursive-am
410
install-strip:
411
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
412
installdirs: installdirs-recursive
413
installdirs-am:
414
 
415
 
416
mostlyclean-generic:
417
 
418
clean-generic:
419
 
420
distclean-generic:
421
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
422
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
423
 
424
maintainer-clean-generic:
425
mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstPROGRAMS \
426
                mostlyclean-compile mostlyclean-tags mostlyclean-depend \
427
                mostlyclean-generic
428
 
429
mostlyclean: mostlyclean-recursive
430
 
431
clean-am:  clean-hdr clean-noinstPROGRAMS clean-compile clean-tags \
432
                clean-depend clean-generic mostlyclean-am
433
 
434
clean: clean-recursive
435
 
436
distclean-am:  distclean-hdr distclean-noinstPROGRAMS distclean-compile \
437
                distclean-tags distclean-depend distclean-generic \
438
                clean-am
439
 
440
distclean: distclean-recursive
441
        -rm -f config.status
442
 
443
maintainer-clean-am:  maintainer-clean-hdr \
444
                maintainer-clean-noinstPROGRAMS \
445
                maintainer-clean-compile maintainer-clean-tags \
446
                maintainer-clean-depend maintainer-clean-generic \
447
                distclean-am
448
        @echo "This command is intended for maintainers to use;"
449
        @echo "it deletes files that may require special tools to rebuild."
450
 
451
maintainer-clean: maintainer-clean-recursive
452
        -rm -f config.status
453
 
454
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
455
mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
456
clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
457
mostlyclean-compile distclean-compile clean-compile \
458
maintainer-clean-compile install-data-recursive \
459
uninstall-data-recursive install-exec-recursive \
460
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
461
all-recursive check-recursive installcheck-recursive info-recursive \
462
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
463
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
464
distclean-tags clean-tags maintainer-clean-tags distdir \
465
mostlyclean-depend distclean-depend clean-depend \
466
maintainer-clean-depend info-am info dvi-am dvi check check-am \
467
installcheck-am installcheck all-recursive-am install-exec-am \
468
install-exec install-data-am install-data install-am install \
469
uninstall-am uninstall all-redirect all-am all installdirs-am \
470
installdirs mostlyclean-generic distclean-generic clean-generic \
471
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
472
 
473
 
474
# Tell versions [3.59,3.63) of GNU make to not export all variables.
475
# Otherwise a system limit (for SysV at least) may be exceeded.
476
.NOEXPORT:

powered by: WebSVN 2.1.0

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