source: rtems/c/build-tools/Makefile.in @ 8cdb582

4.104.114.84.95
Last change on this file since 8cdb582 was 8cdb582, checked in by Joel Sherrill <joel.sherrill@…>, on 04/12/99 at 15:41:33

Patch from Ralf Corsepius <corsepiu@…>:

This patch addresses a few minor issues and contains a few (minor)
preparations for automake.

  • configure.in: Fix for handing c/src/tests subdirectory handling (FIX)
  • aclocal/rtems-top.m4: + Add TARGET_SUBDIR and --with-target-subdir (preparation of future

enhancements for cross-compiling)

+ Activate RTEMS_ROOT handling (automake preparation)

  • automake/*.am: replace comments "#" with "##" so that comments won't get included into Makefile.in's anymore
  • c/update-tools/* automake support (NEW)
  • ./autogen update/enhancement (cf. ./autogen for details)

After applying this patch please run:

./autogen
cvs add c/update-tools/configure.in
cvs add c/update-tools/Makefile.am
cvs add c/update-tools/aclocal.m4

  • Property mode set to 100644
File size: 11.2 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 = .
48AUTOCONF = @AUTOCONF@
49AUTOMAKE = @AUTOMAKE@
50AUTOHEADER = @AUTOHEADER@
51
52INSTALL = @INSTALL@
53INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
54INSTALL_DATA = @INSTALL_DATA@
55INSTALL_SCRIPT = @INSTALL_SCRIPT@
56transform = @program_transform_name@
57
58NORMAL_INSTALL = :
59PRE_INSTALL = :
60POST_INSTALL = :
61NORMAL_UNINSTALL = :
62PRE_UNINSTALL = :
63POST_UNINSTALL = :
64host_alias = @host_alias@
65host_triplet = @host@
66CC = @CC@
67EXEEXT = @EXEEXT@
68KSH = @KSH@
69MAKEINFO = @MAKEINFO@
70PACKAGE = @PACKAGE@
71PROJECT_ROOT = @PROJECT_ROOT@
72RTEMS_ROOT = @RTEMS_ROOT@
73RTEMS_TOPdir = @RTEMS_TOPdir@
74VERSION = @VERSION@
75
76AUTOMAKE_OPTIONS = foreign
77ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
78
79SUBDIRS = scripts src
80ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
82CONFIG_HEADER = ./src/config.h
83CONFIG_CLEAN_FILES =
84DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
85
86
87DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
88
89TAR = tar
90GZIP_ENV = --best
91all: all-redirect
92.SUFFIXES:
93$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../automake/subdirs.am $(top_srcdir)/../../automake/local.am
94        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
95
96Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
97        cd $(top_builddir) \
98          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
99
100$(ACLOCAL_M4):  configure.in
101        cd $(srcdir) && $(ACLOCAL)
102
103config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
104        $(SHELL) ./config.status --recheck
105$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
106        cd $(srcdir) && $(AUTOCONF)
107
108# This directory's subdirectories are mostly independent; you can cd
109# into them and run `make' without going through this Makefile.
110# To change the values of `make' variables: instead of editing Makefiles,
111# (1) if the variable is set in `config.status', edit `config.status'
112#     (which will cause the Makefiles to be regenerated when you run `make');
113# (2) otherwise, pass the desired values on the `make' command line.
114
115@SET_MAKE@
116
117all-recursive install-data-recursive install-exec-recursive \
118installdirs-recursive install-recursive uninstall-recursive  \
119check-recursive installcheck-recursive info-recursive dvi-recursive:
120        @set fnord $(MAKEFLAGS); amf=$$2; \
121        dot_seen=no; \
122        target=`echo $@ | sed s/-recursive//`; \
123        list='$(SUBDIRS)'; for subdir in $$list; do \
124          echo "Making $$target in $$subdir"; \
125          if test "$$subdir" = "."; then \
126            dot_seen=yes; \
127            local_target="$$target-am"; \
128          else \
129            local_target="$$target"; \
130          fi; \
131          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
132           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
133        done; \
134        if test "$$dot_seen" = "no"; then \
135          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
136        fi; test -z "$$fail"
137
138mostlyclean-recursive clean-recursive distclean-recursive \
139maintainer-clean-recursive:
140        @set fnord $(MAKEFLAGS); amf=$$2; \
141        dot_seen=no; \
142        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
143          rev="$$subdir $$rev"; \
144          test "$$subdir" = "." && dot_seen=yes; \
145        done; \
146        test "$$dot_seen" = "no" && rev=". $$rev"; \
147        target=`echo $@ | sed s/-recursive//`; \
148        for subdir in $$rev; do \
149          echo "Making $$target in $$subdir"; \
150          if test "$$subdir" = "."; then \
151            local_target="$$target-am"; \
152          else \
153            local_target="$$target"; \
154          fi; \
155          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
156           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
157        done && test -z "$$fail"
158tags-recursive:
159        list='$(SUBDIRS)'; for subdir in $$list; do \
160          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
161        done
162
163tags: TAGS
164
165ID: $(HEADERS) $(SOURCES) $(LISP)
166        list='$(SOURCES) $(HEADERS)'; \
167        unique=`for i in $$list; do echo $$i; done | \
168          awk '    { files[$$0] = 1; } \
169               END { for (i in files) print i; }'`; \
170        here=`pwd` && cd $(srcdir) \
171          && mkid -f$$here/ID $$unique $(LISP)
172
173TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
174        tags=; \
175        here=`pwd`; \
176        list='$(SUBDIRS)'; for subdir in $$list; do \
177   if test "$$subdir" = .; then :; else \
178            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
179   fi; \
180        done; \
181        list='$(SOURCES) $(HEADERS)'; \
182        unique=`for i in $$list; do echo $$i; done | \
183          awk '    { files[$$0] = 1; } \
184               END { for (i in files) print i; }'`; \
185        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
186          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
187
188mostlyclean-tags:
189
190clean-tags:
191
192distclean-tags:
193        -rm -f TAGS ID
194
195maintainer-clean-tags:
196
197distdir = $(PACKAGE)-$(VERSION)
198top_distdir = $(distdir)
199
200# This target untars the dist file and tries a VPATH configuration.  Then
201# it guarantees that the distribution is self-contained by making another
202# tarfile.
203distcheck: dist
204        -rm -rf $(distdir)
205        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
206        mkdir $(distdir)/=build
207        mkdir $(distdir)/=inst
208        dc_install_base=`cd $(distdir)/=inst && pwd`; \
209        cd $(distdir)/=build \
210          && ../configure --srcdir=.. --prefix=$$dc_install_base \
211          && $(MAKE) $(AM_MAKEFLAGS) \
212          && $(MAKE) $(AM_MAKEFLAGS) dvi \
213          && $(MAKE) $(AM_MAKEFLAGS) check \
214          && $(MAKE) $(AM_MAKEFLAGS) install \
215          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
216          && $(MAKE) $(AM_MAKEFLAGS) dist
217        -rm -rf $(distdir)
218        @banner="$(distdir).tar.gz is ready for distribution"; \
219        dashes=`echo "$$banner" | sed s/./=/g`; \
220        echo "$$dashes"; \
221        echo "$$banner"; \
222        echo "$$dashes"
223dist: distdir
224        -chmod -R a+r $(distdir)
225        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
226        -rm -rf $(distdir)
227dist-all: distdir
228        -chmod -R a+r $(distdir)
229        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
230        -rm -rf $(distdir)
231distdir: $(DISTFILES)
232        -rm -rf $(distdir)
233        mkdir $(distdir)
234        -chmod 777 $(distdir)
235        here=`cd $(top_builddir) && pwd`; \
236        top_distdir=`cd $(distdir) && pwd`; \
237        distdir=`cd $(distdir) && pwd`; \
238        cd $(top_srcdir) \
239          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
240        @for file in $(DISTFILES); do \
241          d=$(srcdir); \
242          if test -d $$d/$$file; then \
243            cp -pr $$/$$file $(distdir)/$$file; \
244          else \
245            test -f $(distdir)/$$file \
246            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
247            || cp -p $$d/$$file $(distdir)/$$file || :; \
248          fi; \
249        done
250        for subdir in $(SUBDIRS); do \
251          if test "$$subdir" = .; then :; else \
252            test -d $(distdir)/$$subdir \
253            || mkdir $(distdir)/$$subdir \
254            || exit 1; \
255            chmod 777 $(distdir)/$$subdir; \
256            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
257              || exit 1; \
258          fi; \
259        done
260info-am:
261info: info-recursive
262dvi-am:
263dvi: dvi-recursive
264check-am: all-am
265check: check-recursive
266installcheck-am:
267installcheck: installcheck-recursive
268install-exec-am:
269install-exec: install-exec-recursive
270
271install-data-am:
272install-data: install-data-recursive
273
274install-am: all-am
275        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
276install: install-recursive
277uninstall-am:
278uninstall: uninstall-recursive
279all-am: Makefile
280all-redirect: all-recursive
281install-strip:
282        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
283installdirs: installdirs-recursive
284installdirs-am:
285
286
287mostlyclean-generic:
288
289clean-generic:
290
291distclean-generic:
292        -rm -f Makefile $(CONFIG_CLEAN_FILES)
293        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
294
295maintainer-clean-generic:
296mostlyclean-am:  mostlyclean-tags mostlyclean-generic
297
298mostlyclean: mostlyclean-recursive
299
300clean-am:  clean-tags clean-generic mostlyclean-am
301
302clean: clean-recursive
303
304distclean-am:  distclean-tags distclean-generic clean-am
305
306distclean: distclean-recursive
307        -rm -f config.status
308
309maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
310                distclean-am
311        @echo "This command is intended for maintainers to use;"
312        @echo "it deletes files that may require special tools to rebuild."
313
314maintainer-clean: maintainer-clean-recursive
315        -rm -f config.status
316
317.PHONY: install-data-recursive uninstall-data-recursive \
318install-exec-recursive uninstall-exec-recursive installdirs-recursive \
319uninstalldirs-recursive all-recursive check-recursive \
320installcheck-recursive info-recursive dvi-recursive \
321mostlyclean-recursive distclean-recursive clean-recursive \
322maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
323distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
324dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
325install-exec install-data-am install-data install-am install \
326uninstall-am uninstall all-redirect all-am all installdirs-am \
327installdirs mostlyclean-generic distclean-generic clean-generic \
328maintainer-clean-generic clean mostlyclean distclean maintainer-clean
329
330
331preinstall-recursive \
332debug-recursive debug_install-recursive \
333profile-recursive profile_install-recursive:
334        @set fnord $(MAKEFLAGS); amf=$$2; \
335        dot_seen=no; \
336        target=`echo $@ | sed s/-recursive//`; \
337        list='$(SUBDIRS)'; for subdir in $$list; do \
338          echo "Making $$target in $$subdir"; \
339          if test "$$subdir" = "."; then \
340            dot_seen=yes; \
341            local_target="$$target-am"; \
342          else \
343            local_target="$$target"; \
344          fi; \
345          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
346           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
347        done; \
348        if test "$$dot_seen" = "no"; then \
349          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
350        fi; test -z "$$fail"
351
352debug: debug-recursive
353
354debug_install: debug_install-recursive
355
356profile: profile-recursive
357
358profile_install: profile_install-recursive
359
360preinstall: preinstall-recursive
361
362.PHONY: \
363debug debug-recursive \
364debug_install \
365profile profile-recursive \
366profile_install \
367preinstall preinstall-recursive
368
369debug-am:
370
371debug: debug-am
372
373debug_install-am:
374
375debug_install: debug_install-am
376
377.PHONY: debug debug_install debug-am
378
379profile-am:
380
381profile: profile-am
382
383profile_install-am:
384
385profile_install: profile_install-am
386
387.PHONY: profile profile_install profile-am
388
389preinstall-am:
390
391preinstall: preinstall-am
392
393.PHONY: preinstall preinstall-am
394
395# Tell versions [3.59,3.63) of GNU make to not export all variables.
396# Otherwise a system limit (for SysV at least) may be exceeded.
397.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.