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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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