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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [samples/] [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
CPLUS_LD_LIBS = @CPLUS_LD_LIBS@
74
CPP = @CPP@
75
CXX = @CXX@
76
CXXCPP = @CXXCPP@
77
DEPDIR = @DEPDIR@
78
ENDIF = @ENDIF@
79
GCCSED = @GCCSED@
80
GCC_SPECS = @GCC_SPECS@
81
HAS_CPLUSPLUS = @HAS_CPLUSPLUS@
82
HAS_MP = @HAS_MP@
83
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
84
MAINT = @MAINT@
85
MAKE = @MAKE@
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_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
96
RTEMS_HOST = @RTEMS_HOST@
97
RTEMS_ROOT = @RTEMS_ROOT@
98
RTEMS_TOPdir = @RTEMS_TOPdir@
99
STRIP = @STRIP@
100
VERSION = @VERSION@
101
am__include = @am__include@
102
am__quote = @am__quote@
103
bsplibdir = @bsplibdir@
104
install_sh = @install_sh@
105
 
106
ACLOCAL_AMFLAGS = -I ../../../../aclocal
107
 
108
CPLUSPLUS_TESTS = cdtest
109
 
110
MP_TESTS = base_mp
111
 
112
FP_TESTS = paranoia
113
 
114
SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \
115
    $(CPLUSPLUS_TESTS) $(FP_TESTS)
116
 
117
 
118
AUTOMAKE_FILES = sample.am
119
 
120
EXTRA_DIST = $(AUTOMAKE_FILES)
121
 
122
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
123
subdir = .
124
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
126
CONFIG_CLEAN_FILES =
127
DIST_SOURCES =
128
 
129
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
130
        uninstall-info-recursive all-recursive install-data-recursive \
131
        install-exec-recursive installdirs-recursive install-recursive \
132
        uninstall-recursive check-recursive installcheck-recursive
133
DIST_COMMON = README ../../../../COPYING ../../../../ChangeLog \
134
        ../../../../INSTALL ../../../../README ../../../../acinclude.m4 \
135
        ../../../../config.guess ../../../../config.sub \
136
        ../../../../configure ../../../../configure.ac \
137
        ../../../../depcomp ../../../../install-sh ../../../../missing \
138
        ../../../../mkinstalldirs ChangeLog Makefile.am Makefile.in \
139
        aclocal.m4 configure configure.ac
140
DIST_SUBDIRS = $(SUBDIRS)
141
all: all-recursive
142
 
143
.SUFFIXES:
144
 
145
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
146
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../../automake/subdirs.am $(top_srcdir)/../../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
147
        cd $(top_srcdir) && \
148
          $(AUTOMAKE) --foreign  Makefile
149
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
150
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
151
 
152
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
153
        $(SHELL) ./config.status --recheck
154
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
155
        cd $(srcdir) && $(AUTOCONF)
156
 
157
$(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
158
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
159
uninstall-info-am:
160
 
161
# This directory's subdirectories are mostly independent; you can cd
162
# into them and run `make' without going through this Makefile.
163
# To change the values of `make' variables: instead of editing Makefiles,
164
# (1) if the variable is set in `config.status', edit `config.status'
165
#     (which will cause the Makefiles to be regenerated when you run `make');
166
# (2) otherwise, pass the desired values on the `make' command line.
167
$(RECURSIVE_TARGETS):
168
        @set fnord $$MAKEFLAGS; amf=$$2; \
169
        dot_seen=no; \
170
        target=`echo $@ | sed s/-recursive//`; \
171
        list='$(SUBDIRS)'; for subdir in $$list; do \
172
          echo "Making $$target in $$subdir"; \
173
          if test "$$subdir" = "."; then \
174
            dot_seen=yes; \
175
            local_target="$$target-am"; \
176
          else \
177
            local_target="$$target"; \
178
          fi; \
179
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
180
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
181
        done; \
182
        if test "$$dot_seen" = "no"; then \
183
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
184
        fi; test -z "$$fail"
185
 
186
mostlyclean-recursive clean-recursive distclean-recursive \
187
maintainer-clean-recursive:
188
        @set fnord $$MAKEFLAGS; amf=$$2; \
189
        dot_seen=no; \
190
        case "$@" in \
191
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
192
          *) list='$(SUBDIRS)' ;; \
193
        esac; \
194
        rev=''; for subdir in $$list; do \
195
          if test "$$subdir" = "."; then :; else \
196
            rev="$$subdir $$rev"; \
197
          fi; \
198
        done; \
199
        rev="$$rev ."; \
200
        target=`echo $@ | sed s/-recursive//`; \
201
        for subdir in $$rev; do \
202
          echo "Making $$target in $$subdir"; \
203
          if test "$$subdir" = "."; then \
204
            local_target="$$target-am"; \
205
          else \
206
            local_target="$$target"; \
207
          fi; \
208
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
209
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
210
        done && test -z "$$fail"
211
tags-recursive:
212
        list='$(SUBDIRS)'; for subdir in $$list; do \
213
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
214
        done
215
 
216
ETAGS = etags
217
ETAGSFLAGS =
218
 
219
tags: TAGS
220
 
221
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
222
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
223
        unique=`for i in $$list; do \
224
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
225
          done | \
226
          $(AWK) '    { files[$$0] = 1; } \
227
               END { for (i in files) print i; }'`; \
228
        mkid -fID $$unique
229
 
230
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
231
                $(TAGS_FILES) $(LISP)
232
        tags=; \
233
        here=`pwd`; \
234
        list='$(SUBDIRS)'; for subdir in $$list; do \
235
          if test "$$subdir" = .; then :; else \
236
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
237
          fi; \
238
        done; \
239
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
240
        unique=`for i in $$list; do \
241
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
242
          done | \
243
          $(AWK) '    { files[$$0] = 1; } \
244
               END { for (i in files) print i; }'`; \
245
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
246
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
247
             $$tags $$unique
248
 
249
GTAGS:
250
        here=`$(am__cd) $(top_builddir) && pwd` \
251
          && cd $(top_srcdir) \
252
          && gtags -i $(GTAGS_ARGS) $$here
253
 
254
distclean-tags:
255
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
256
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
257
 
258
top_distdir = .
259
distdir = $(PACKAGE)-$(VERSION)
260
 
261
am__remove_distdir = \
262
  { test ! -d $(distdir) \
263
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
264
         && rm -fr $(distdir); }; }
265
 
266
GZIP_ENV = --best
267
distcleancheck_listfiles = find . -type f -print
268
 
269
distdir: $(DISTFILES)
270
        $(am__remove_distdir)
271
        mkdir $(distdir)
272
        $(mkinstalldirs) $(distdir)/../../../..
273
        @list='$(DISTFILES)'; for file in $$list; do \
274
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
275
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
276
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
277
            dir="/$$dir"; \
278
            $(mkinstalldirs) "$(distdir)$$dir"; \
279
          else \
280
            dir=''; \
281
          fi; \
282
          if test -d $$d/$$file; then \
283
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
284
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
285
            fi; \
286
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
287
          else \
288
            test -f $(distdir)/$$file \
289
            || cp -p $$d/$$file $(distdir)/$$file \
290
            || exit 1; \
291
          fi; \
292
        done
293
        list='$(SUBDIRS)'; for subdir in $$list; do \
294
          if test "$$subdir" = .; then :; else \
295
            test -d $(distdir)/$$subdir \
296
            || mkdir $(distdir)/$$subdir \
297
            || exit 1; \
298
            (cd $$subdir && \
299
              $(MAKE) $(AM_MAKEFLAGS) \
300
                top_distdir="$(top_distdir)" \
301
                distdir=../$(distdir)/$$subdir \
302
                distdir) \
303
              || exit 1; \
304
          fi; \
305
        done
306
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
307
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
308
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
309
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
310
        || chmod -R a+r $(distdir)
311
dist-gzip: distdir
312
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
313
        $(am__remove_distdir)
314
 
315
dist dist-all: distdir
316
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
317
        $(am__remove_distdir)
318
 
319
# This target untars the dist file and tries a VPATH configuration.  Then
320
# it guarantees that the distribution is self-contained by making another
321
# tarfile.
322
distcheck: dist
323
        $(am__remove_distdir)
324
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
325
        chmod -R a-w $(distdir); chmod a+w $(distdir)
326
        mkdir $(distdir)/=build
327
        mkdir $(distdir)/=inst
328
        chmod a-w $(distdir)
329
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
330
          && cd $(distdir)/=build \
331
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
332
            $(DISTCHECK_CONFIGURE_FLAGS) \
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) uninstall \
339
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
340
              || { echo "ERROR: files left after uninstall:" ; \
341
                   find $$dc_install_base -type f -print ; \
342
                   exit 1; } >&2 ) \
343
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
344
          && rm -f $(distdir).tar.gz \
345
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
346
        $(am__remove_distdir)
347
        @echo "$(distdir).tar.gz is ready for distribution" | \
348
          sed 'h;s/./=/g;p;x;p;x'
349
distcleancheck: distclean
350
        if test '$(srcdir)' = . ; then \
351
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
352
          exit 1 ; \
353
        fi
354
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
355
          || { echo "ERROR: files left after distclean:" ; \
356
               $(distcleancheck_listfiles) ; \
357
               exit 1; } >&2
358
check-am: all-am
359
check: check-recursive
360
all-am: Makefile
361
installdirs: installdirs-recursive
362
installdirs-am:
363
 
364
install: install-recursive
365
install-exec: install-exec-recursive
366
install-data: install-data-recursive
367
uninstall: uninstall-recursive
368
 
369
install-am: all-am
370
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
371
 
372
installcheck: installcheck-recursive
373
install-strip:
374
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
375
          INSTALL_STRIP_FLAG=-s \
376
          `test -z '$(STRIP)' || \
377
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
378
mostlyclean-generic:
379
 
380
clean-generic:
381
 
382
distclean-generic:
383
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
384
 
385
maintainer-clean-generic:
386
        @echo "This command is intended for maintainers to use"
387
        @echo "it deletes files that may require special tools to rebuild."
388
clean: clean-recursive
389
 
390
clean-am: clean-generic clean-local mostlyclean-am
391
 
392
distclean: distclean-recursive
393
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
394
distclean-am: clean-am distclean-generic distclean-local distclean-tags
395
 
396
dvi: dvi-recursive
397
 
398
dvi-am:
399
 
400
info: info-recursive
401
 
402
info-am:
403
 
404
install-data-am:
405
 
406
install-exec-am:
407
 
408
install-info: install-info-recursive
409
 
410
install-man:
411
 
412
installcheck-am:
413
 
414
maintainer-clean: maintainer-clean-recursive
415
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
416
        -rm -rf autom4te.cache
417
maintainer-clean-am: distclean-am maintainer-clean-generic
418
 
419
mostlyclean: mostlyclean-recursive
420
 
421
mostlyclean-am: mostlyclean-generic
422
 
423
uninstall-am: uninstall-info-am
424
 
425
uninstall-info: uninstall-info-recursive
426
 
427
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
428
        clean-generic clean-local clean-recursive dist dist-all \
429
        dist-gzip distcheck distclean distclean-generic distclean-local \
430
        distclean-recursive distclean-tags distcleancheck distdir dvi \
431
        dvi-am dvi-recursive info info-am info-recursive install \
432
        install-am install-data install-data-am install-data-recursive \
433
        install-exec install-exec-am install-exec-recursive \
434
        install-info install-info-am install-info-recursive install-man \
435
        install-recursive install-strip installcheck installcheck-am \
436
        installdirs installdirs-am installdirs-recursive \
437
        maintainer-clean maintainer-clean-generic \
438
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
439
        mostlyclean-recursive tags tags-recursive uninstall \
440
        uninstall-am uninstall-info-am uninstall-info-recursive \
441
        uninstall-recursive
442
 
443
 
444
depend-recursive \
445
preinstall-recursive:
446
        @set fnord $(MAKEFLAGS); amf=$$2; \
447
        dot_seen=no; \
448
        target=`echo $@ | sed s/-recursive//`; \
449
        list='$(SUBDIRS)'; for subdir in $$list; do \
450
          echo "Making $$target in $$subdir"; \
451
          if test "$$subdir" = "."; then \
452
            dot_seen=yes; \
453
            local_target="$$target-am"; \
454
          else \
455
            local_target="$$target"; \
456
          fi; \
457
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
458
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
459
        done; \
460
        if test "$$dot_seen" = "no"; then \
461
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
462
        fi; test -z "$$fail"
463
 
464
preinstall: preinstall-recursive
465
.PHONY: preinstall-recursive
466
 
467
depend: depend-recursive
468
.PHONY: depend-recursive
469
 
470
debug:
471
        @echo
472
        @echo "\"make debug\" is obsolete, instead use:"
473
        @echo " make VARIANT=DEBUG"
474
        @echo
475
 
476
.PHONY: debug
477
 
478
profile:
479
        @echo
480
        @echo "\"make profile\" is obsolete, instead use:"
481
        @echo " make VARIANT=PROFILE"
482
        @echo
483
 
484
.PHONY: profile
485
 
486
preinstall-am: $(PREINSTALL_FILES)
487
preinstall: preinstall-am
488
.PHONY: preinstall preinstall-am
489
 
490
depend-am:
491
depend: depend-am
492
.PHONY: depend depend-am
493
 
494
${ARCH}:
495
        mkdir ${ARCH}
496
 
497
clean-local:
498
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
499
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
500
 
501
distclean-local:
502
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
503
# Tell versions [3.59,3.63) of GNU make to not export all variables.
504
# Otherwise a system limit (for SysV at least) may be exceeded.
505
.NOEXPORT:

powered by: WebSVN 2.1.0

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