source: rtems/c/src/make/Makefile.in @ 1896a650

4.104.114.84.95
Last change on this file since 1896a650 was 1896a650, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/99 at 17:52:50

Patch from Ralf Corsepius <corsepiu@…>:

The main topic is replacing the hard-coded values for HAS_MP and
HAS_RDBG in custom/*.cfg with per-bsp configuration-time autoconf checks
(This is the patch I had mentioned before earlier this week).

CHANGES

  • HAS_MP removed from custom/*.cfg, replaced with configuration time autoconf check
  • HAS_RDBG removed from custom/*.cfg, replaced with configuration-time autoconf check
  • NEW: c/src/make/bsp.cfg.in, takes configuration-time checked per-bsp values (i.e. HAS_MP, HAS_RDBG), gets installed as $(prefix)/<bsp>/make/bsp.cfg
  • NEW: default.cfg includes bsp.cfg - this change is backward compatible.
  • IMPORT_SRC: apply VPATH instead for ts_386ex/i386ex subdirectory Makefile.ins
  • HACK: a bug in acpolish mis-handles addtions to makefile variables which are enclosed in gmake conditionals: c/src/lib/libbsp/m68k/ods68302/start302/Makefile.in
  • Apply inline_dir, HAS_MP and HAS_RDBG for avoiding configuration of unneeded subdirectories in various configure.in files.
  • Several minor changes in Makefile.ins and configure.ins, wrt. to the order of including *.cfg and defining Makefile variables

APPLYING THE PATCH:

patch -p1 < rtems-rc-19990709-4.diff
./autogen

  • Property mode set to 100644
File size: 16.7 KB
Line 
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13#
14# $Id$
15#
16
17
18
19
20SHELL = @SHELL@
21
22srcdir = @srcdir@
23top_srcdir = @top_srcdir@
24VPATH = @srcdir@
25prefix = @prefix@
26exec_prefix = @exec_prefix@
27
28bindir = @bindir@
29sbindir = @sbindir@
30libexecdir = @libexecdir@
31datadir = @datadir@
32sysconfdir = @sysconfdir@
33sharedstatedir = @sharedstatedir@
34localstatedir = @localstatedir@
35libdir = @libdir@
36infodir = @infodir@
37mandir = @mandir@
38includedir = @includedir@
39oldincludedir = /usr/include
40
41DESTDIR =
42
43pkgdatadir = $(datadir)/@PACKAGE@
44pkglibdir = $(libdir)/@PACKAGE@
45pkgincludedir = $(includedir)/@PACKAGE@
46
47top_builddir = .
48
49ACLOCAL = @ACLOCAL@
50AUTOCONF = @AUTOCONF@
51AUTOMAKE = @AUTOMAKE@
52AUTOHEADER = @AUTOHEADER@
53
54INSTALL = @INSTALL@
55INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
56INSTALL_DATA = @INSTALL_DATA@
57INSTALL_SCRIPT = @INSTALL_SCRIPT@
58transform = @program_transform_name@
59
60NORMAL_INSTALL = :
61PRE_INSTALL = :
62POST_INSTALL = :
63NORMAL_UNINSTALL = :
64PRE_UNINSTALL = :
65POST_UNINSTALL = :
66build_alias = @build_alias@
67build_triplet = @build@
68host_alias = @host_alias@
69host_triplet = @host@
70target_alias = @target_alias@
71target_triplet = @target@
72BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
73BARE_CPU_MODEL = @BARE_CPU_MODEL@
74CAT = @CAT@
75CC = @CC@
76CC_CFLAGS_DEBUG_V = @CC_CFLAGS_DEBUG_V@
77CC_CFLAGS_DEFAULT = @CC_CFLAGS_DEFAULT@
78CC_CFLAGS_PROFILE_V = @CC_CFLAGS_PROFILE_V@
79CC_FOR_TARGET = @CC_FOR_TARGET@
80CC_LDFLAGS_PROFILE_V = @CC_LDFLAGS_PROFILE_V@
81CHMOD = @CHMOD@
82CMP = @CMP@
83CP = @CP@
84CPP = @CPP@
85CUSTOM_CFG_FILES = @CUSTOM_CFG_FILES@
86CXX = @CXX@
87CXXCPP = @CXXCPP@
88CXX_FOR_TARGET = @CXX_FOR_TARGET@
89GCCSED = @GCCSED@
90HAS_MP = @HAS_MP@
91HAS_RDBG = @HAS_RDBG@
92INSTALL_CHANGE = @INSTALL_CHANGE@
93KSH = @KSH@
94LN = @LN@
95LN_S = @LN_S@
96M4 = @M4@
97MAINT = @MAINT@
98MAKEINFO = @MAKEINFO@
99MV = @MV@
100PACKAGE = @PACKAGE@
101PACKHEX = @PACKHEX@
102PERL = @PERL@
103PROJECT_ROOT = @PROJECT_ROOT@
104RM = @RM@
105RTEMS_BSP = @RTEMS_BSP@
106RTEMS_CPU = @RTEMS_CPU@
107RTEMS_GAS_CODE16 = @RTEMS_GAS_CODE16@
108RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@
109RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
110RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
111RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
112RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@
113RTEMS_HOST = @RTEMS_HOST@
114RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
115RTEMS_ROOT = @RTEMS_ROOT@
116RTEMS_TOPdir = @RTEMS_TOPdir@
117RTEMS_USE_GCC272 = @RTEMS_USE_GCC272@
118RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
119SED = @SED@
120SORT = @SORT@
121TOUCH = @TOUCH@
122VERSION = @VERSION@
123program_prefix = @program_prefix@
124rtems_cv_prog_cc_cross = @rtems_cv_prog_cc_cross@
125
126AUTOMAKE_OPTIONS = foreign 1.4
127ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
128
129rtems_makedir = $(prefix)/make
130
131GENERIC_FILES =  host.cfg target.cfg
132
133
134MAKE_FILES = README directory.cfg leaf.cfg lib.cfg
135
136
137rtems_make_DATA =  $(MAKE_FILES) $(GENERIC_FILES)
138
139
140noinst_DATA =  main.cfg
141
142
143rtemsdir = $(prefix)
144rtems_bspdir = $(rtemsdir)/@RTEMS_BSP@
145rtems_bsp_DATA =  Makefile.inc
146
147
148rtems_bsp_makedir = $(rtems_bspdir)/make
149rtems_bsp_make_DATA =  bsp.cfg
150
151
152SUBDIRS = compilers custom Templates
153ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
154mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
155CONFIG_CLEAN_FILES =  Makefile.inc main.cfg host.cfg target.cfg bsp.cfg
156DATA =  $(noinst_DATA) $(rtems_bsp_DATA) $(rtems_bsp_make_DATA) \
157$(rtems_make_DATA)
158
159DIST_COMMON =  Makefile.am Makefile.in Makefile.inc.in aclocal.m4 \
160bsp.cfg.in configure configure.in host.cfg.in main.cfg.in target.cfg.in
161
162
163DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
164
165TAR = tar
166GZIP_ENV = --best
167all: all-redirect
168.SUFFIXES:
169$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/subdirs.am $(top_srcdir)/../../../automake/local.am
170        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
171
172Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
173        cd $(top_builddir) \
174          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
175
176$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
177        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
178
179config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
180        $(SHELL) ./config.status --recheck
181$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
182        cd $(srcdir) && $(AUTOCONF)
183Makefile.inc: $(top_builddir)/config.status Makefile.inc.in
184        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
185main.cfg: $(top_builddir)/config.status main.cfg.in
186        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
187host.cfg: $(top_builddir)/config.status host.cfg.in
188        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
189target.cfg: $(top_builddir)/config.status target.cfg.in
190        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
191bsp.cfg: $(top_builddir)/config.status bsp.cfg.in
192        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
193
194install-rtems_bspDATA: $(rtems_bsp_DATA)
195        @$(NORMAL_INSTALL)
196        $(mkinstalldirs) $(DESTDIR)$(rtems_bspdir)
197        @list='$(rtems_bsp_DATA)'; for p in $$list; do \
198          if test -f $(srcdir)/$$p; then \
199            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(rtems_bspdir)/$$p"; \
200            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(rtems_bspdir)/$$p; \
201          else if test -f $$p; then \
202            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(rtems_bspdir)/$$p"; \
203            $(INSTALL_DATA) $$p $(DESTDIR)$(rtems_bspdir)/$$p; \
204          fi; fi; \
205        done
206
207uninstall-rtems_bspDATA:
208        @$(NORMAL_UNINSTALL)
209        list='$(rtems_bsp_DATA)'; for p in $$list; do \
210          rm -f $(DESTDIR)$(rtems_bspdir)/$$p; \
211        done
212
213install-rtems_bsp_makeDATA: $(rtems_bsp_make_DATA)
214        @$(NORMAL_INSTALL)
215        $(mkinstalldirs) $(DESTDIR)$(rtems_bsp_makedir)
216        @list='$(rtems_bsp_make_DATA)'; for p in $$list; do \
217          if test -f $(srcdir)/$$p; then \
218            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(rtems_bsp_makedir)/$$p"; \
219            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(rtems_bsp_makedir)/$$p; \
220          else if test -f $$p; then \
221            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(rtems_bsp_makedir)/$$p"; \
222            $(INSTALL_DATA) $$p $(DESTDIR)$(rtems_bsp_makedir)/$$p; \
223          fi; fi; \
224        done
225
226uninstall-rtems_bsp_makeDATA:
227        @$(NORMAL_UNINSTALL)
228        list='$(rtems_bsp_make_DATA)'; for p in $$list; do \
229          rm -f $(DESTDIR)$(rtems_bsp_makedir)/$$p; \
230        done
231
232install-rtems_makeDATA: $(rtems_make_DATA)
233        @$(NORMAL_INSTALL)
234        $(mkinstalldirs) $(DESTDIR)$(rtems_makedir)
235        @list='$(rtems_make_DATA)'; for p in $$list; do \
236          if test -f $(srcdir)/$$p; then \
237            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(rtems_makedir)/$$p"; \
238            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(rtems_makedir)/$$p; \
239          else if test -f $$p; then \
240            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(rtems_makedir)/$$p"; \
241            $(INSTALL_DATA) $$p $(DESTDIR)$(rtems_makedir)/$$p; \
242          fi; fi; \
243        done
244
245uninstall-rtems_makeDATA:
246        @$(NORMAL_UNINSTALL)
247        list='$(rtems_make_DATA)'; for p in $$list; do \
248          rm -f $(DESTDIR)$(rtems_makedir)/$$p; \
249        done
250
251# This directory's subdirectories are mostly independent; you can cd
252# into them and run `make' without going through this Makefile.
253# To change the values of `make' variables: instead of editing Makefiles,
254# (1) if the variable is set in `config.status', edit `config.status'
255#     (which will cause the Makefiles to be regenerated when you run `make');
256# (2) otherwise, pass the desired values on the `make' command line.
257
258@SET_MAKE@
259
260all-recursive install-data-recursive install-exec-recursive \
261installdirs-recursive install-recursive uninstall-recursive  \
262check-recursive installcheck-recursive info-recursive dvi-recursive:
263        @set fnord $(MAKEFLAGS); amf=$$2; \
264        dot_seen=no; \
265        target=`echo $@ | sed s/-recursive//`; \
266        list='$(SUBDIRS)'; for subdir in $$list; do \
267          echo "Making $$target in $$subdir"; \
268          if test "$$subdir" = "."; then \
269            dot_seen=yes; \
270            local_target="$$target-am"; \
271          else \
272            local_target="$$target"; \
273          fi; \
274          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
275           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
276        done; \
277        if test "$$dot_seen" = "no"; then \
278          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
279        fi; test -z "$$fail"
280
281mostlyclean-recursive clean-recursive distclean-recursive \
282maintainer-clean-recursive:
283        @set fnord $(MAKEFLAGS); amf=$$2; \
284        dot_seen=no; \
285        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
286          rev="$$subdir $$rev"; \
287          test "$$subdir" = "." && dot_seen=yes; \
288        done; \
289        test "$$dot_seen" = "no" && rev=". $$rev"; \
290        target=`echo $@ | sed s/-recursive//`; \
291        for subdir in $$rev; do \
292          echo "Making $$target in $$subdir"; \
293          if test "$$subdir" = "."; then \
294            local_target="$$target-am"; \
295          else \
296            local_target="$$target"; \
297          fi; \
298          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
299           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
300        done && test -z "$$fail"
301tags-recursive:
302        list='$(SUBDIRS)'; for subdir in $$list; do \
303          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
304        done
305
306tags: TAGS
307
308ID: $(HEADERS) $(SOURCES) $(LISP)
309        list='$(SOURCES) $(HEADERS)'; \
310        unique=`for i in $$list; do echo $$i; done | \
311          awk '    { files[$$0] = 1; } \
312               END { for (i in files) print i; }'`; \
313        here=`pwd` && cd $(srcdir) \
314          && mkid -f$$here/ID $$unique $(LISP)
315
316TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
317        tags=; \
318        here=`pwd`; \
319        list='$(SUBDIRS)'; for subdir in $$list; do \
320   if test "$$subdir" = .; then :; else \
321            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
322   fi; \
323        done; \
324        list='$(SOURCES) $(HEADERS)'; \
325        unique=`for i in $$list; do echo $$i; done | \
326          awk '    { files[$$0] = 1; } \
327               END { for (i in files) print i; }'`; \
328        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
329          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
330
331mostlyclean-tags:
332
333clean-tags:
334
335distclean-tags:
336        -rm -f TAGS ID
337
338maintainer-clean-tags:
339
340distdir = $(PACKAGE)-$(VERSION)
341top_distdir = $(distdir)
342
343# This target untars the dist file and tries a VPATH configuration.  Then
344# it guarantees that the distribution is self-contained by making another
345# tarfile.
346distcheck: dist
347        -rm -rf $(distdir)
348        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
349        mkdir $(distdir)/=build
350        mkdir $(distdir)/=inst
351        dc_install_base=`cd $(distdir)/=inst && pwd`; \
352        cd $(distdir)/=build \
353          && ../configure --srcdir=.. --prefix=$$dc_install_base \
354          && $(MAKE) $(AM_MAKEFLAGS) \
355          && $(MAKE) $(AM_MAKEFLAGS) dvi \
356          && $(MAKE) $(AM_MAKEFLAGS) check \
357          && $(MAKE) $(AM_MAKEFLAGS) install \
358          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
359          && $(MAKE) $(AM_MAKEFLAGS) dist
360        -rm -rf $(distdir)
361        @banner="$(distdir).tar.gz is ready for distribution"; \
362        dashes=`echo "$$banner" | sed s/./=/g`; \
363        echo "$$dashes"; \
364        echo "$$banner"; \
365        echo "$$dashes"
366dist: distdir
367        -chmod -R a+r $(distdir)
368        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
369        -rm -rf $(distdir)
370dist-all: distdir
371        -chmod -R a+r $(distdir)
372        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
373        -rm -rf $(distdir)
374distdir: $(DISTFILES)
375        -rm -rf $(distdir)
376        mkdir $(distdir)
377        -chmod 777 $(distdir)
378        here=`cd $(top_builddir) && pwd`; \
379        top_distdir=`cd $(distdir) && pwd`; \
380        distdir=`cd $(distdir) && pwd`; \
381        cd $(top_srcdir) \
382          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
383        @for file in $(DISTFILES); do \
384          d=$(srcdir); \
385          if test -d $$d/$$file; then \
386            cp -pr $$/$$file $(distdir)/$$file; \
387          else \
388            test -f $(distdir)/$$file \
389            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
390            || cp -p $$d/$$file $(distdir)/$$file || :; \
391          fi; \
392        done
393        for subdir in $(SUBDIRS); do \
394          if test "$$subdir" = .; then :; else \
395            test -d $(distdir)/$$subdir \
396            || mkdir $(distdir)/$$subdir \
397            || exit 1; \
398            chmod 777 $(distdir)/$$subdir; \
399            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
400              || exit 1; \
401          fi; \
402        done
403info-am:
404info: info-recursive
405dvi-am:
406dvi: dvi-recursive
407check-am: all-am
408check: check-recursive
409installcheck-am:
410installcheck: installcheck-recursive
411install-exec-am:
412install-exec: install-exec-recursive
413
414install-data-am: install-rtems_bspDATA install-rtems_bsp_makeDATA \
415                install-rtems_makeDATA
416install-data: install-data-recursive
417
418install-am: all-am
419        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
420install: install-recursive
421uninstall-am: uninstall-rtems_bspDATA uninstall-rtems_bsp_makeDATA \
422                uninstall-rtems_makeDATA
423uninstall: uninstall-recursive
424all-am: Makefile $(DATA)
425all-redirect: all-recursive
426install-strip:
427        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
428installdirs: installdirs-recursive
429installdirs-am:
430        $(mkinstalldirs)  $(DESTDIR)$(rtems_bspdir) \
431                $(DESTDIR)$(rtems_bsp_makedir) \
432                $(DESTDIR)$(rtems_makedir)
433
434
435mostlyclean-generic:
436
437clean-generic:
438
439distclean-generic:
440        -rm -f Makefile $(CONFIG_CLEAN_FILES)
441        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
442
443maintainer-clean-generic:
444mostlyclean-am:  mostlyclean-tags mostlyclean-generic
445
446mostlyclean: mostlyclean-recursive
447
448clean-am:  clean-tags clean-generic mostlyclean-am
449
450clean: clean-recursive
451
452distclean-am:  distclean-tags distclean-generic clean-am
453
454distclean: distclean-recursive
455        -rm -f config.status
456
457maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
458                distclean-am
459        @echo "This command is intended for maintainers to use;"
460        @echo "it deletes files that may require special tools to rebuild."
461
462maintainer-clean: maintainer-clean-recursive
463        -rm -f config.status
464
465.PHONY: uninstall-rtems_bspDATA install-rtems_bspDATA \
466uninstall-rtems_bsp_makeDATA install-rtems_bsp_makeDATA \
467uninstall-rtems_makeDATA install-rtems_makeDATA install-data-recursive \
468uninstall-data-recursive install-exec-recursive \
469uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
470all-recursive check-recursive installcheck-recursive info-recursive \
471dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
472maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
473distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
474dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
475install-exec install-data-am install-data install-am install \
476uninstall-am uninstall all-redirect all-am all installdirs-am \
477installdirs mostlyclean-generic distclean-generic clean-generic \
478maintainer-clean-generic clean mostlyclean distclean maintainer-clean
479
480
481@MAINTAINER_MODE_TRUE@$(srcdir)/main.cfg.in: $(top_srcdir)/@RTEMS_TOPdir@/make/main.cfg
482@MAINTAINER_MODE_TRUE@  sed -e 's%\$$(RTEMS_BSP)%\@RTEMS_BSP\@%g' < $< >$@
483
484@MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.inc.in: $(top_srcdir)/@RTEMS_TOPdir@/make/Templates/Makefile.inc.in
485@MAINTAINER_MODE_TRUE@  echo "RTEMS_BSP = @""RTEMS_BSP@" > $@
486@MAINTAINER_MODE_TRUE@  echo "" >> $@
487@MAINTAINER_MODE_TRUE@  cat $< >> $@
488
489@MAINTAINER_MODE_TRUE@$(srcdir)/host.cfg.in: $(top_srcdir)/@RTEMS_TOPdir@/make/host.cfg.in
490@MAINTAINER_MODE_TRUE@  cp $< $@
491
492@MAINTAINER_MODE_TRUE@$(srcdir)/target.cfg.in: $(top_srcdir)/@RTEMS_TOPdir@/make/target.cfg.in
493@MAINTAINER_MODE_TRUE@  cp $< $@
494
495depend-recursive \
496preinstall-recursive \
497debug-recursive \
498profile-recursive:
499        @set fnord $(MAKEFLAGS); amf=$$2; \
500        dot_seen=no; \
501        target=`echo $@ | sed s/-recursive//`; \
502        list='$(SUBDIRS)'; for subdir in $$list; do \
503          echo "Making $$target in $$subdir"; \
504          if test "$$subdir" = "."; then \
505            dot_seen=yes; \
506            local_target="$$target-am"; \
507          else \
508            local_target="$$target"; \
509          fi; \
510          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
511           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
512        done; \
513        if test "$$dot_seen" = "no"; then \
514          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
515        fi; test -z "$$fail"
516
517debug: debug-recursive
518.PHONY: debug-recursive
519
520profile: profile-recursive
521.PHONY: profile-recursive
522
523preinstall: preinstall-recursive
524.PHONY: preinstall-recursive
525
526depend: depend-recursive
527.PHONY: depend-recursive
528
529debug-am:
530debug: debug-am
531.PHONY: debug debug-am
532
533profile-am:
534profile: profile-am
535.PHONY: profile profile-am
536
537preinstall-am:
538preinstall: preinstall-am
539.PHONY: preinstall preinstall-am
540
541depend-am:
542depend: depend-am
543.PHONY: depend depend-am
544
545# Tell versions [3.59,3.63) of GNU make to not export all variables.
546# Otherwise a system limit (for SysV at least) may be exceeded.
547.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.