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

Subversion Repositories or1k

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

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

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

powered by: WebSVN 2.1.0

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