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

Subversion Repositories or1k

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

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

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

powered by: WebSVN 2.1.0

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