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

Subversion Repositories or1k

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

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 306 markom
SUBDIRS = cpu bpb support cache mmu peripheral tick pm pic debug vapi
94 7 jrydberg
 
95 241 markom
bin_PROGRAMS = sim
96 173 markom
EXTRA_PROGRAMS = profiler
97 7 jrydberg
 
98
sim_SOURCES = toplevel.c sim-config.c
99 306 markom
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 debug/libdebug.a         vapi/libvapi.a
100 7 jrydberg
 
101 123 markom
sim_LDFLAGS = #-lreadline
102 173 markom
profiler_SOURCES = profiler.c
103 7 jrydberg
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
105
CONFIG_HEADER = config.h
106
CONFIG_CLEAN_FILES =
107 241 markom
PROGRAMS =  $(bin_PROGRAMS)
108 7 jrydberg
 
109
 
110
DEFS = @DEFS@ -I. -I$(srcdir) -I.
111
CPPFLAGS = @CPPFLAGS@
112
LDFLAGS = @LDFLAGS@
113
LIBS = @LIBS@
114 173 markom
profiler_OBJECTS =  profiler.o
115
profiler_LDADD = $(LDADD)
116
profiler_DEPENDENCIES =
117
profiler_LDFLAGS =
118 7 jrydberg
sim_OBJECTS =  toplevel.o sim-config.o
119 30 lampret
sim_DEPENDENCIES =  cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a \
120
cpu/or1k/libor1k.a support/libsupport.a mmu/libmmu.a bpb/libbpb.a \
121 103 lampret
cache/libcache.a peripheral/libperipheral.a tick/libtick.a pm/libpm.a \
122 306 markom
pic/libpic.a debug/libdebug.a vapi/libvapi.a
123 7 jrydberg
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124
CCLD = $(CC)
125
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
126 221 markom
DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
127
Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
128
config.h.in config.sub configure configure.in install-sh missing \
129
mkinstalldirs
130 7 jrydberg
 
131
 
132
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133
 
134 54 lampret
TAR = gtar
135 7 jrydberg
GZIP_ENV = --best
136 173 markom
DEP_FILES =  .deps/profiler.P .deps/sim-config.P .deps/toplevel.P
137
SOURCES = $(profiler_SOURCES) $(sim_SOURCES)
138
OBJECTS = $(profiler_OBJECTS) $(sim_OBJECTS)
139 7 jrydberg
 
140
all: all-redirect
141
.SUFFIXES:
142
.SUFFIXES: .S .c .o .s
143
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
144 18 lampret
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
145 7 jrydberg
 
146
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
147
        cd $(top_builddir) \
148
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
149
 
150
$(ACLOCAL_M4):  configure.in
151
        cd $(srcdir) && $(ACLOCAL)
152
 
153
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
154
        $(SHELL) ./config.status --recheck
155
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
156
        cd $(srcdir) && $(AUTOCONF)
157
 
158
config.h: stamp-h
159
        @if test ! -f $@; then \
160
                rm -f stamp-h; \
161
                $(MAKE) stamp-h; \
162
        else :; fi
163
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
164
        cd $(top_builddir) \
165
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
166
             $(SHELL) ./config.status
167
        @echo timestamp > stamp-h 2> /dev/null
168
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
169
        @if test ! -f $@; then \
170
                rm -f $(srcdir)/stamp-h.in; \
171
                $(MAKE) $(srcdir)/stamp-h.in; \
172
        else :; fi
173 123 markom
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
174 7 jrydberg
        cd $(top_srcdir) && $(AUTOHEADER)
175
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
176
 
177
mostlyclean-hdr:
178
 
179
clean-hdr:
180
 
181
distclean-hdr:
182
        -rm -f config.h
183
 
184
maintainer-clean-hdr:
185
 
186 241 markom
mostlyclean-binPROGRAMS:
187 7 jrydberg
 
188 241 markom
clean-binPROGRAMS:
189
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
190 7 jrydberg
 
191 241 markom
distclean-binPROGRAMS:
192 7 jrydberg
 
193 241 markom
maintainer-clean-binPROGRAMS:
194 7 jrydberg
 
195 241 markom
install-binPROGRAMS: $(bin_PROGRAMS)
196
        @$(NORMAL_INSTALL)
197
        $(mkinstalldirs) $(DESTDIR)$(bindir)
198
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
199
          if test -f $$p; then \
200
            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
201
             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
202
          else :; fi; \
203
        done
204
 
205
uninstall-binPROGRAMS:
206
        @$(NORMAL_UNINSTALL)
207
        list='$(bin_PROGRAMS)'; for p in $$list; do \
208
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
209
        done
210
 
211 7 jrydberg
.s.o:
212
        $(COMPILE) -c $<
213
 
214
.S.o:
215
        $(COMPILE) -c $<
216
 
217
mostlyclean-compile:
218
        -rm -f *.o core *.core
219
 
220
clean-compile:
221
 
222
distclean-compile:
223
        -rm -f *.tab.c
224
 
225
maintainer-clean-compile:
226
 
227 173 markom
profiler: $(profiler_OBJECTS) $(profiler_DEPENDENCIES)
228
        @rm -f profiler
229
        $(LINK) $(profiler_LDFLAGS) $(profiler_OBJECTS) $(profiler_LDADD) $(LIBS)
230
 
231 7 jrydberg
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
          test "$$subdir" = "." && dot_seen=yes; \
272
        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.