source: rtems/scripts/Makefile.in @ 1805015

4.104.114.84.95
Last change on this file since 1805015 was 1805015, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 15:49:13

Adding the infrastructure for gdb.

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