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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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