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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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