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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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