source: rtems/scripts/Makefile.in @ e4b4a771

4.104.114.84.95
Last change on this file since e4b4a771 was e4b4a771, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 16:23:32

Generated files removed.

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