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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_40/] [or1ksim/] [Makefile.in] - Blame information for rev 1198

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

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

powered by: WebSVN 2.1.0

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