source: rtems/scripts/Makefile.in @ 812f440

4.104.114.84.95
Last change on this file since 812f440 was 39537657, checked in by Joel Sherrill <joel.sherrill@…>, on 10/21/99 at 16:15:54

Added sh-rtemself and m68k-rtemself.

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