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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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