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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [tmitrontests/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
# Makefile.in generated by automake 1.6.2 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
SHELL = @SHELL@
17
 
18
srcdir = @srcdir@
19
top_srcdir = @top_srcdir@
20
VPATH = @srcdir@
21
prefix = @prefix@
22
exec_prefix = @exec_prefix@
23
 
24
bindir = @bindir@
25
sbindir = @sbindir@
26
libexecdir = @libexecdir@
27
datadir = @datadir@
28
sysconfdir = @sysconfdir@
29
sharedstatedir = @sharedstatedir@
30
localstatedir = @localstatedir@
31
libdir = @libdir@
32
infodir = @infodir@
33
mandir = @mandir@
34
includedir = @includedir@
35
oldincludedir = /usr/include
36
pkgdatadir = $(datadir)/@PACKAGE@
37
pkglibdir = $(libdir)/@PACKAGE@
38
pkgincludedir = $(includedir)/@PACKAGE@
39
top_builddir = .
40
 
41
ACLOCAL = @ACLOCAL@
42
AUTOCONF = @AUTOCONF@
43
AUTOMAKE = @AUTOMAKE@
44
AUTOHEADER = @AUTOHEADER@
45
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
INSTALL = @INSTALL@
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
INSTALL_DATA = @INSTALL_DATA@
50
install_sh_DATA = $(install_sh) -c -m 644
51
install_sh_PROGRAM = $(install_sh) -c
52
install_sh_SCRIPT = $(install_sh) -c
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = @program_transform_name@
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
host_alias = @host_alias@
63
host_triplet = @host@
64
 
65
EXEEXT = @EXEEXT@
66
OBJEXT = @OBJEXT@
67
PATH_SEPARATOR = @PATH_SEPARATOR@
68
AMTAR = @AMTAR@
69
AWK = @AWK@
70
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
CC = @CC@
73
CC_CFLAGS_DEBUG_V = @CC_CFLAGS_DEBUG_V@
74
CC_CFLAGS_DEFAULT = @CC_CFLAGS_DEFAULT@
75
CC_CFLAGS_PROFILE_V = @CC_CFLAGS_PROFILE_V@
76
CC_LDFLAGS_PROFILE_V = @CC_LDFLAGS_PROFILE_V@
77
CPP = @CPP@
78
DEPDIR = @DEPDIR@
79
ENDIF = @ENDIF@
80
GCCSED = @GCCSED@
81
GCC_SPECS = @GCC_SPECS@
82
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83
MAINT = @MAINT@
84
MAKE = @MAKE@
85
OPERATION_COUNT = @OPERATION_COUNT@
86
PACKAGE = @PACKAGE@
87
PACKHEX = @PACKHEX@
88
PROJECT_INCLUDE = @PROJECT_INCLUDE@
89
PROJECT_RELEASE = @PROJECT_RELEASE@
90
PROJECT_ROOT = @PROJECT_ROOT@
91
PROJECT_TOPdir = @PROJECT_TOPdir@
92
RTEMS_BSP = @RTEMS_BSP@
93
RTEMS_BSP_SPECS = @RTEMS_BSP_SPECS@
94
RTEMS_CPU = @RTEMS_CPU@
95
RTEMS_HOST = @RTEMS_HOST@
96
RTEMS_ROOT = @RTEMS_ROOT@
97
RTEMS_TOPdir = @RTEMS_TOPdir@
98
STRIP = @STRIP@
99
VERSION = @VERSION@
100
am__include = @am__include@
101
am__quote = @am__quote@
102
bsplibdir = @bsplibdir@
103
install_sh = @install_sh@
104
 
105
ACLOCAL_AMFLAGS = -I ../../../../aclocal
106
 
107
ITRON_DIRS = include tmitronsem01
108
 
109
SUBDIRS = $(ITRON_DIRS)
110
 
111
EXTRA_DIST = tmitrontests.am
112
 
113
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
114
subdir = .
115
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
117
CONFIG_CLEAN_FILES =
118
DIST_SOURCES =
119
 
120
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
121
        uninstall-info-recursive all-recursive install-data-recursive \
122
        install-exec-recursive installdirs-recursive install-recursive \
123
        uninstall-recursive check-recursive installcheck-recursive
124
DIST_COMMON = README ../../../../COPYING ../../../../ChangeLog \
125
        ../../../../INSTALL ../../../../README ../../../../acinclude.m4 \
126
        ../../../../config.guess ../../../../config.sub \
127
        ../../../../configure ../../../../configure.ac \
128
        ../../../../depcomp ../../../../install-sh ../../../../missing \
129
        ../../../../mkinstalldirs ChangeLog Makefile.am Makefile.in \
130
        aclocal.m4 configure configure.ac
131
DIST_SUBDIRS = $(SUBDIRS)
132
all: all-recursive
133
 
134
.SUFFIXES:
135
 
136
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
137
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../../automake/subdirs.am $(top_srcdir)/../../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
138
        cd $(top_srcdir) && \
139
          $(AUTOMAKE) --foreign  Makefile
140
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
141
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
142
 
143
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
144
        $(SHELL) ./config.status --recheck
145
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
146
        cd $(srcdir) && $(AUTOCONF)
147
 
148
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac ../../../../aclocal/bsp-alias.m4 ../../../../aclocal/bsp-arg-enable.m4 ../../../../aclocal/bsp-configure.m4 ../../../../aclocal/bspopts.m4 ../../../../aclocal/canonical-host.m4 ../../../../aclocal/canonical-target-name.m4 ../../../../aclocal/canonicalize-tools.m4 ../../../../aclocal/check-bsp-cache.m4 ../../../../aclocal/check-bsps.m4 ../../../../aclocal/check-cpu.m4 ../../../../aclocal/check-cxx.m4 ../../../../aclocal/check-itron.m4 ../../../../aclocal/check-multiprocessing.m4 ../../../../aclocal/check-networking.m4 ../../../../aclocal/check-newlib.m4 ../../../../aclocal/check-posix.m4 ../../../../aclocal/check-rdbg.m4 ../../../../aclocal/check-tool.m4 ../../../../aclocal/config-subdirs.m4 ../../../../aclocal/enable-bare.m4 ../../../../aclocal/enable-cxx.m4 ../../../../aclocal/enable-inlines.m4 ../../../../aclocal/enable-itron.m4 ../../../../aclocal/enable-multiprocessing.m4 ../../../../aclocal/enable-networking.m4 ../../../../aclocal/enable-posix.m4 ../../../../aclocal/enable-rdbg.m4 ../../../../aclocal/enable-rtemsbsp.m4 ../../../../aclocal/enable-tests.m4 ../../../../aclocal/env-rtemsbsp.m4 ../../../../aclocal/gcc-pipe.m4 ../../../../aclocal/gcc-specs.m4 ../../../../aclocal/i386-gas-code16.m4 ../../../../aclocal/multilib.m4 ../../../../aclocal/path-ksh.m4 ../../../../aclocal/path-perl.m4 ../../../../aclocal/ppc.m4 ../../../../aclocal/prog-cc.m4 ../../../../aclocal/prog-cxx.m4 ../../../../aclocal/project-root.m4 ../../../../aclocal/rtems-cpu-subdirs.m4 ../../../../aclocal/rtems-debug.m4 ../../../../aclocal/rtems-test-no-pause.m4 ../../../../aclocal/rtems-top.m4 ../../../../aclocal/sysv-ipc.m4 ../../../../aclocal/target.m4 ../../../../aclocal/tool-paths.m4 ../../../../aclocal/version.m4
149
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
150
uninstall-info-am:
151
 
152
# This directory's subdirectories are mostly independent; you can cd
153
# into them and run `make' without going through this Makefile.
154
# To change the values of `make' variables: instead of editing Makefiles,
155
# (1) if the variable is set in `config.status', edit `config.status'
156
#     (which will cause the Makefiles to be regenerated when you run `make');
157
# (2) otherwise, pass the desired values on the `make' command line.
158
$(RECURSIVE_TARGETS):
159
        @set fnord $$MAKEFLAGS; amf=$$2; \
160
        dot_seen=no; \
161
        target=`echo $@ | sed s/-recursive//`; \
162
        list='$(SUBDIRS)'; for subdir in $$list; do \
163
          echo "Making $$target in $$subdir"; \
164
          if test "$$subdir" = "."; then \
165
            dot_seen=yes; \
166
            local_target="$$target-am"; \
167
          else \
168
            local_target="$$target"; \
169
          fi; \
170
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
171
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
172
        done; \
173
        if test "$$dot_seen" = "no"; then \
174
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
175
        fi; test -z "$$fail"
176
 
177
mostlyclean-recursive clean-recursive distclean-recursive \
178
maintainer-clean-recursive:
179
        @set fnord $$MAKEFLAGS; amf=$$2; \
180
        dot_seen=no; \
181
        case "$@" in \
182
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
183
          *) list='$(SUBDIRS)' ;; \
184
        esac; \
185
        rev=''; for subdir in $$list; do \
186
          if test "$$subdir" = "."; then :; else \
187
            rev="$$subdir $$rev"; \
188
          fi; \
189
        done; \
190
        rev="$$rev ."; \
191
        target=`echo $@ | sed s/-recursive//`; \
192
        for subdir in $$rev; do \
193
          echo "Making $$target in $$subdir"; \
194
          if test "$$subdir" = "."; then \
195
            local_target="$$target-am"; \
196
          else \
197
            local_target="$$target"; \
198
          fi; \
199
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
200
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
201
        done && test -z "$$fail"
202
tags-recursive:
203
        list='$(SUBDIRS)'; for subdir in $$list; do \
204
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
205
        done
206
 
207
ETAGS = etags
208
ETAGSFLAGS =
209
 
210
tags: TAGS
211
 
212
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
213
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
214
        unique=`for i in $$list; do \
215
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216
          done | \
217
          $(AWK) '    { files[$$0] = 1; } \
218
               END { for (i in files) print i; }'`; \
219
        mkid -fID $$unique
220
 
221
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
222
                $(TAGS_FILES) $(LISP)
223
        tags=; \
224
        here=`pwd`; \
225
        list='$(SUBDIRS)'; for subdir in $$list; do \
226
          if test "$$subdir" = .; then :; else \
227
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
228
          fi; \
229
        done; \
230
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
231
        unique=`for i in $$list; do \
232
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233
          done | \
234
          $(AWK) '    { files[$$0] = 1; } \
235
               END { for (i in files) print i; }'`; \
236
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
237
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
238
             $$tags $$unique
239
 
240
GTAGS:
241
        here=`$(am__cd) $(top_builddir) && pwd` \
242
          && cd $(top_srcdir) \
243
          && gtags -i $(GTAGS_ARGS) $$here
244
 
245
distclean-tags:
246
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
247
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
248
 
249
top_distdir = .
250
distdir = $(PACKAGE)-$(VERSION)
251
 
252
am__remove_distdir = \
253
  { test ! -d $(distdir) \
254
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
255
         && rm -fr $(distdir); }; }
256
 
257
GZIP_ENV = --best
258
distcleancheck_listfiles = find . -type f -print
259
 
260
distdir: $(DISTFILES)
261
        $(am__remove_distdir)
262
        mkdir $(distdir)
263
        $(mkinstalldirs) $(distdir)/../../../..
264
        @list='$(DISTFILES)'; for file in $$list; do \
265
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
266
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
267
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
268
            dir="/$$dir"; \
269
            $(mkinstalldirs) "$(distdir)$$dir"; \
270
          else \
271
            dir=''; \
272
          fi; \
273
          if test -d $$d/$$file; then \
274
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
275
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
276
            fi; \
277
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
278
          else \
279
            test -f $(distdir)/$$file \
280
            || cp -p $$d/$$file $(distdir)/$$file \
281
            || exit 1; \
282
          fi; \
283
        done
284
        list='$(SUBDIRS)'; for subdir in $$list; do \
285
          if test "$$subdir" = .; then :; else \
286
            test -d $(distdir)/$$subdir \
287
            || mkdir $(distdir)/$$subdir \
288
            || exit 1; \
289
            (cd $$subdir && \
290
              $(MAKE) $(AM_MAKEFLAGS) \
291
                top_distdir="$(top_distdir)" \
292
                distdir=../$(distdir)/$$subdir \
293
                distdir) \
294
              || exit 1; \
295
          fi; \
296
        done
297
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
298
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
299
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
300
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
301
        || chmod -R a+r $(distdir)
302
dist-gzip: distdir
303
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
304
        $(am__remove_distdir)
305
 
306
dist dist-all: distdir
307
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
308
        $(am__remove_distdir)
309
 
310
# This target untars the dist file and tries a VPATH configuration.  Then
311
# it guarantees that the distribution is self-contained by making another
312
# tarfile.
313
distcheck: dist
314
        $(am__remove_distdir)
315
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
316
        chmod -R a-w $(distdir); chmod a+w $(distdir)
317
        mkdir $(distdir)/=build
318
        mkdir $(distdir)/=inst
319
        chmod a-w $(distdir)
320
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
321
          && cd $(distdir)/=build \
322
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
323
            $(DISTCHECK_CONFIGURE_FLAGS) \
324
          && $(MAKE) $(AM_MAKEFLAGS) \
325
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
326
          && $(MAKE) $(AM_MAKEFLAGS) check \
327
          && $(MAKE) $(AM_MAKEFLAGS) install \
328
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
329
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
330
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
331
              || { echo "ERROR: files left after uninstall:" ; \
332
                   find $$dc_install_base -type f -print ; \
333
                   exit 1; } >&2 ) \
334
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
335
          && rm -f $(distdir).tar.gz \
336
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
337
        $(am__remove_distdir)
338
        @echo "$(distdir).tar.gz is ready for distribution" | \
339
          sed 'h;s/./=/g;p;x;p;x'
340
distcleancheck: distclean
341
        if test '$(srcdir)' = . ; then \
342
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
343
          exit 1 ; \
344
        fi
345
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
346
          || { echo "ERROR: files left after distclean:" ; \
347
               $(distcleancheck_listfiles) ; \
348
               exit 1; } >&2
349
check-am: all-am
350
check: check-recursive
351
all-am: Makefile
352
installdirs: installdirs-recursive
353
installdirs-am:
354
 
355
install: install-recursive
356
install-exec: install-exec-recursive
357
install-data: install-data-recursive
358
uninstall: uninstall-recursive
359
 
360
install-am: all-am
361
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
362
 
363
installcheck: installcheck-recursive
364
install-strip:
365
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
366
          INSTALL_STRIP_FLAG=-s \
367
          `test -z '$(STRIP)' || \
368
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
369
mostlyclean-generic:
370
 
371
clean-generic:
372
 
373
distclean-generic:
374
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
375
 
376
maintainer-clean-generic:
377
        @echo "This command is intended for maintainers to use"
378
        @echo "it deletes files that may require special tools to rebuild."
379
clean: clean-recursive
380
 
381
clean-am: clean-generic clean-local mostlyclean-am
382
 
383
distclean: distclean-recursive
384
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
385
distclean-am: clean-am distclean-generic distclean-local distclean-tags
386
 
387
dvi: dvi-recursive
388
 
389
dvi-am:
390
 
391
info: info-recursive
392
 
393
info-am:
394
 
395
install-data-am:
396
 
397
install-exec-am:
398
 
399
install-info: install-info-recursive
400
 
401
install-man:
402
 
403
installcheck-am:
404
 
405
maintainer-clean: maintainer-clean-recursive
406
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
407
        -rm -rf autom4te.cache
408
maintainer-clean-am: distclean-am maintainer-clean-generic
409
 
410
mostlyclean: mostlyclean-recursive
411
 
412
mostlyclean-am: mostlyclean-generic
413
 
414
uninstall-am: uninstall-info-am
415
 
416
uninstall-info: uninstall-info-recursive
417
 
418
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
419
        clean-generic clean-local clean-recursive dist dist-all \
420
        dist-gzip distcheck distclean distclean-generic distclean-local \
421
        distclean-recursive distclean-tags distcleancheck distdir dvi \
422
        dvi-am dvi-recursive info info-am info-recursive install \
423
        install-am install-data install-data-am install-data-recursive \
424
        install-exec install-exec-am install-exec-recursive \
425
        install-info install-info-am install-info-recursive install-man \
426
        install-recursive install-strip installcheck installcheck-am \
427
        installdirs installdirs-am installdirs-recursive \
428
        maintainer-clean maintainer-clean-generic \
429
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
430
        mostlyclean-recursive tags tags-recursive uninstall \
431
        uninstall-am uninstall-info-am uninstall-info-recursive \
432
        uninstall-recursive
433
 
434
 
435
depend-recursive \
436
preinstall-recursive:
437
        @set fnord $(MAKEFLAGS); amf=$$2; \
438
        dot_seen=no; \
439
        target=`echo $@ | sed s/-recursive//`; \
440
        list='$(SUBDIRS)'; for subdir in $$list; do \
441
          echo "Making $$target in $$subdir"; \
442
          if test "$$subdir" = "."; then \
443
            dot_seen=yes; \
444
            local_target="$$target-am"; \
445
          else \
446
            local_target="$$target"; \
447
          fi; \
448
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
449
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
450
        done; \
451
        if test "$$dot_seen" = "no"; then \
452
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
453
        fi; test -z "$$fail"
454
 
455
preinstall: preinstall-recursive
456
.PHONY: preinstall-recursive
457
 
458
depend: depend-recursive
459
.PHONY: depend-recursive
460
 
461
debug:
462
        @echo
463
        @echo "\"make debug\" is obsolete, instead use:"
464
        @echo " make VARIANT=DEBUG"
465
        @echo
466
 
467
.PHONY: debug
468
 
469
profile:
470
        @echo
471
        @echo "\"make profile\" is obsolete, instead use:"
472
        @echo " make VARIANT=PROFILE"
473
        @echo
474
 
475
.PHONY: profile
476
 
477
preinstall-am: $(PREINSTALL_FILES)
478
preinstall: preinstall-am
479
.PHONY: preinstall preinstall-am
480
 
481
depend-am:
482
depend: depend-am
483
.PHONY: depend depend-am
484
 
485
${ARCH}:
486
        mkdir ${ARCH}
487
 
488
clean-local:
489
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
490
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
491
 
492
distclean-local:
493
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
494
# Tell versions [3.59,3.63) of GNU make to not export all variables.
495
# Otherwise a system limit (for SysV at least) may be exceeded.
496
.NOEXPORT:

powered by: WebSVN 2.1.0

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