source: rtems/scripts/Makefile.in @ 2f23359

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

Moved stuff to rtems subdirectory and made sure the system still
functioned.

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