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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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