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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_67/] [or1ksim/] [Makefile.in] - Blame information for rev 167

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

powered by: WebSVN 2.1.0

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