source: rtems/scripts/Makefile.in @ 431c35d

4.104.114.84.95
Last change on this file since 431c35d was 431c35d, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 19:59:01

Miscellaneous improvements and cleanups committed so I can merge
Ralf's end of day version.

  • Property mode set to 100644
File size: 11.0 KB
RevLine 
[1805015]1# Makefile.in generated automatically by automake 1.4a from Makefile.am
[10629f7]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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
[1805015]49INSTALL_PROGRAM = @INSTALL_PROGRAM@
[10629f7]50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
[1805015]52INSTALL_STRIP_FLAG =
[10629f7]53transform = @program_transform_name@
54
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61BINUTILSVERS = @BINUTILSVERS@
62GCCNEWLIBVERS = @GCCNEWLIBVERS@
63GDBVERS = @GDBVERS@
64MAKEINFO = @MAKEINFO@
65PACKAGE = @PACKAGE@
66RPM_SPECSdir = @RPM_SPECSdir@
67VERSION = @VERSION@
68
69AUTOMAKE_OPTIONS = foreign
70
[e4b4a771]71SUBDIRS = . binutils gccnewlib gdb
[10629f7]72
[e4b4a771]73noinst_SCRIPTS =  setup buildall mkbinutils_subpackage_version mkbinutilspec mkbspspec mkgccnewlibspec mkgdbspec mkrpms mkspec
[10629f7]74
75
[e4b4a771]76TEMPLATES =
[10629f7]77
78noinst_DATA =  setup.def $(TEMPLATES)
79
80
81EXTRA_DIST =  $(noinst_DATA) $(noinst_SCRIPTS)
82
83
84CONFIGURE_DEPENDENCIES = setup.cache
85
86DISTCLEANFILES = setup.cache
[431c35d]87
88CLEANFILES = buildall
[10629f7]89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
[431c35d]91CONFIG_CLEAN_FILES =  buildall mkbinutilspec mkgccnewlibspec mkgdbspec
[10629f7]92SCRIPTS =  $(noinst_SCRIPTS)
93
94DATA =  $(noinst_DATA)
95
[431c35d]96DIST_COMMON =  README Makefile.am Makefile.in TODO aclocal.m4 \
97buildall.in configure configure.in install-sh missing mkbinutilspec.in \
98mkgccnewlibspec.in mkgdbspec.in mkinstalldirs
[10629f7]99
100
101DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
[1805015]103TAR = gtar
[10629f7]104GZIP_ENV = --best
105all: all-redirect
106.SUFFIXES:
107$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
[e4b4a771]108        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
[10629f7]109
[e4b4a771]110Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
[10629f7]111        cd $(top_builddir) \
112          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
113
114$(ACLOCAL_M4):  configure.in
115        cd $(srcdir) && $(ACLOCAL)
116
117config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
118        $(SHELL) ./config.status --recheck
119$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
120        cd $(srcdir) && $(AUTOCONF)
[431c35d]121buildall: $(top_builddir)/config.status buildall.in
122        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
[10629f7]123mkbinutilspec: $(top_builddir)/config.status mkbinutilspec.in
124        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
125mkgccnewlibspec: $(top_builddir)/config.status mkgccnewlibspec.in
126        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
[e4b4a771]127mkgdbspec: $(top_builddir)/config.status mkgdbspec.in
128        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
[10629f7]129
130# This directory's subdirectories are mostly independent; you can cd
131# into them and run `make' without going through this Makefile.
132# To change the values of `make' variables: instead of editing Makefiles,
133# (1) if the variable is set in `config.status', edit `config.status'
134#     (which will cause the Makefiles to be regenerated when you run `make');
135# (2) otherwise, pass the desired values on the `make' command line.
136
137@SET_MAKE@
138
139all-recursive install-data-recursive install-exec-recursive \
140installdirs-recursive install-recursive uninstall-recursive  \
141check-recursive installcheck-recursive info-recursive dvi-recursive:
142        @set fnord $(MAKEFLAGS); amf=$$2; \
143        dot_seen=no; \
144        target=`echo $@ | sed s/-recursive//`; \
145        list='$(SUBDIRS)'; for subdir in $$list; do \
146          echo "Making $$target in $$subdir"; \
147          if test "$$subdir" = "."; then \
148            dot_seen=yes; \
149            local_target="$$target-am"; \
150          else \
151            local_target="$$target"; \
152          fi; \
153          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
154           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
155        done; \
156        if test "$$dot_seen" = "no"; then \
157          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
158        fi; test -z "$$fail"
159
160mostlyclean-recursive clean-recursive distclean-recursive \
161maintainer-clean-recursive:
162        @set fnord $(MAKEFLAGS); amf=$$2; \
163        dot_seen=no; \
164        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
165          rev="$$subdir $$rev"; \
166          test "$$subdir" = "." && dot_seen=yes; \
167        done; \
168        test "$$dot_seen" = "no" && rev=". $$rev"; \
169        target=`echo $@ | sed s/-recursive//`; \
170        for subdir in $$rev; do \
171          echo "Making $$target in $$subdir"; \
172          if test "$$subdir" = "."; then \
173            local_target="$$target-am"; \
174          else \
175            local_target="$$target"; \
176          fi; \
177          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
178           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
179        done && test -z "$$fail"
180tags-recursive:
181        list='$(SUBDIRS)'; for subdir in $$list; do \
182          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
183        done
184
185tags: TAGS
186
187ID: $(HEADERS) $(SOURCES) $(LISP)
188        list='$(SOURCES) $(HEADERS)'; \
189        unique=`for i in $$list; do echo $$i; done | \
190          awk '    { files[$$0] = 1; } \
191               END { for (i in files) print i; }'`; \
192        here=`pwd` && cd $(srcdir) \
193          && mkid -f$$here/ID $$unique $(LISP)
194
195TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
196        tags=; \
197        here=`pwd`; \
198        list='$(SUBDIRS)'; for subdir in $$list; do \
199   if test "$$subdir" = .; then :; else \
200            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
201   fi; \
202        done; \
203        list='$(SOURCES) $(HEADERS)'; \
204        unique=`for i in $$list; do echo $$i; done | \
205          awk '    { files[$$0] = 1; } \
206               END { for (i in files) print i; }'`; \
207        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
208          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
209
210mostlyclean-tags:
211
212clean-tags:
213
214distclean-tags:
215        -rm -f TAGS ID
216
217maintainer-clean-tags:
218
219distdir = $(PACKAGE)-$(VERSION)
220top_distdir = $(distdir)
221
222# This target untars the dist file and tries a VPATH configuration.  Then
223# it guarantees that the distribution is self-contained by making another
224# tarfile.
225distcheck: dist
226        -rm -rf $(distdir)
227        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
228        mkdir $(distdir)/=build
229        mkdir $(distdir)/=inst
230        dc_install_base=`cd $(distdir)/=inst && pwd`; \
231        cd $(distdir)/=build \
232          && ../configure --srcdir=.. --prefix=$$dc_install_base \
233          && $(MAKE) $(AM_MAKEFLAGS) \
234          && $(MAKE) $(AM_MAKEFLAGS) dvi \
235          && $(MAKE) $(AM_MAKEFLAGS) check \
236          && $(MAKE) $(AM_MAKEFLAGS) install \
237          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
238          && $(MAKE) $(AM_MAKEFLAGS) dist
239        -rm -rf $(distdir)
240        @banner="$(distdir).tar.gz is ready for distribution"; \
241        dashes=`echo "$$banner" | sed s/./=/g`; \
242        echo "$$dashes"; \
243        echo "$$banner"; \
244        echo "$$dashes"
245dist: distdir
246        -chmod -R a+r $(distdir)
247        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
248        -rm -rf $(distdir)
249dist-all: distdir
250        -chmod -R a+r $(distdir)
251        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
252        -rm -rf $(distdir)
253distdir: $(DISTFILES)
254        -rm -rf $(distdir)
255        mkdir $(distdir)
256        -chmod 777 $(distdir)
[e4b4a771]257        here=`cd $(top_builddir) && pwd`; \
258        top_distdir=`cd $(distdir) && pwd`; \
259        distdir=`cd $(distdir) && pwd`; \
260        cd $(top_srcdir) \
261          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
[10629f7]262        @for file in $(DISTFILES); do \
263          d=$(srcdir); \
264          if test -d $$d/$$file; then \
[1805015]265            cp -pr $$d/$$file $(distdir)/$$file; \
[10629f7]266          else \
267            test -f $(distdir)/$$file \
268            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
269            || cp -p $$d/$$file $(distdir)/$$file || :; \
270          fi; \
271        done
272        for subdir in $(SUBDIRS); do \
273          if test "$$subdir" = .; then :; else \
274            test -d $(distdir)/$$subdir \
275            || mkdir $(distdir)/$$subdir \
276            || exit 1; \
277            chmod 777 $(distdir)/$$subdir; \
278            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
279              || exit 1; \
280          fi; \
281        done
282info-am:
283info: info-recursive
284dvi-am:
285dvi: dvi-recursive
286check-am: all-am
287check: check-recursive
288installcheck-am:
289installcheck: installcheck-recursive
290install-exec-am:
291install-exec: install-exec-recursive
292
293install-data-am:
294install-data: install-data-recursive
295
296install-am: all-am
297        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
298install: install-recursive
299uninstall-am:
300uninstall: uninstall-recursive
301all-am: Makefile $(SCRIPTS) $(DATA)
302all-redirect: all-recursive
303install-strip:
[1805015]304        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
[10629f7]305installdirs: installdirs-recursive
306installdirs-am:
307
308
309mostlyclean-generic:
310
311clean-generic:
[431c35d]312        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
[10629f7]313
314distclean-generic:
315        -rm -f Makefile $(CONFIG_CLEAN_FILES)
316        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
317        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
318
319maintainer-clean-generic:
320mostlyclean-am:  mostlyclean-tags mostlyclean-generic
321
322mostlyclean: mostlyclean-recursive
323
324clean-am:  clean-tags clean-generic mostlyclean-am
325
326clean: clean-recursive
327
328distclean-am:  distclean-tags distclean-generic clean-am
329
330distclean: distclean-recursive
331        -rm -f config.status
332
333maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
334                distclean-am
335        @echo "This command is intended for maintainers to use;"
336        @echo "it deletes files that may require special tools to rebuild."
337
338maintainer-clean: maintainer-clean-recursive
339        -rm -f config.status
340
341.PHONY: install-data-recursive uninstall-data-recursive \
342install-exec-recursive uninstall-exec-recursive installdirs-recursive \
343uninstalldirs-recursive all-recursive check-recursive \
344installcheck-recursive info-recursive dvi-recursive \
345mostlyclean-recursive distclean-recursive clean-recursive \
346maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
347distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
348dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
349install-exec install-data-am install-data install-am install \
350uninstall-am uninstall all-redirect all-am all installdirs-am \
351installdirs mostlyclean-generic distclean-generic clean-generic \
352maintainer-clean-generic clean mostlyclean distclean maintainer-clean
353
354setup.cache: setup.def
355        cp setup.def $@
356
357# Tell versions [3.59,3.63) of GNU make to not export all variables.
358# Otherwise a system limit (for SysV at least) may be exceeded.
359.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.