source: rtems/scripts/gccnewlib/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: 6.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
71MKGCCNEWLIBSPEC = $(SHELL) ../mkgccnewlibspec
72
73MKGCCNEWLIBSPEC_DEPS =    ../mkgccnewlibspec gccnewlib.spec.in ../setup.cache
74
75
76TEMPLATES =  gccnewlib.spec.in
77
78
79RPM_SPECS_DATA =  i386-rtems-$(GCCNEWLIBVERS).spec sh-rtems-$(GCCNEWLIBVERS).spec powerpc-rtems-$(GCCNEWLIBVERS).spec sparc-rtems-$(GCCNEWLIBVERS).spec m68k-rtems-$(GCCNEWLIBVERS).spec mips64orion-rtems-$(GCCNEWLIBVERS).spec i960-rtems-$(GCCNEWLIBVERS).spec hppa1.1-rtems-$(GCCNEWLIBVERS).spec
80
81
82noinst_DATA =  $(TEMPLATES)
83
84
85EXTRA_DIST =  $(TEMPLATES)
86
87
88CLEANFILES = $(RPM_SPECS_DATA)
89mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
90CONFIG_CLEAN_FILES =
91DATA =  $(RPM_SPECS_DATA) $(noinst_DATA)
92
93DIST_COMMON =  Makefile.am Makefile.in
94
95
96DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97
[1805015]98TAR = gtar
[10629f7]99GZIP_ENV = --best
100all: all-redirect
101.SUFFIXES:
102$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
[e4b4a771]103        cd $(top_srcdir) && $(AUTOMAKE) --foreign gccnewlib/Makefile
[10629f7]104
[e4b4a771]105Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
[10629f7]106        cd $(top_builddir) \
107          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
108
109
110install-RPM_SPECSDATA: $(RPM_SPECS_DATA)
111        @$(NORMAL_INSTALL)
112        $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir)
113        @list='$(RPM_SPECS_DATA)'; for p in $$list; do \
114          if test -f $(srcdir)/$$p; then \
115            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(RPM_SPECSdir)/$$p"; \
116            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(RPM_SPECSdir)/$$p; \
117          else if test -f $$p; then \
118            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(RPM_SPECSdir)/$$p"; \
119            $(INSTALL_DATA) $$p $(DESTDIR)$(RPM_SPECSdir)/$$p; \
120          fi; fi; \
121        done
122
123uninstall-RPM_SPECSDATA:
124        @$(NORMAL_UNINSTALL)
125        list='$(RPM_SPECS_DATA)'; for p in $$list; do \
126          rm -f $(DESTDIR)$(RPM_SPECSdir)/$$p; \
127        done
128tags: TAGS
129TAGS:
130
131
132distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
133
134subdir = gccnewlib
135
136distdir: $(DISTFILES)
[e4b4a771]137        here=`cd $(top_builddir) && pwd`; \
138        top_distdir=`cd $(top_distdir) && pwd`; \
139        distdir=`cd $(distdir) && pwd`; \
140        cd $(top_srcdir) \
141          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign gccnewlib/Makefile
[10629f7]142        @for file in $(DISTFILES); do \
143          d=$(srcdir); \
144          if test -d $$d/$$file; then \
[1805015]145            cp -pr $$d/$$file $(distdir)/$$file; \
[10629f7]146          else \
147            test -f $(distdir)/$$file \
148            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
149            || cp -p $$d/$$file $(distdir)/$$file || :; \
150          fi; \
151        done
152info-am:
153info: info-am
154dvi-am:
155dvi: dvi-am
156check-am: all-am
157check: check-am
158installcheck-am:
159installcheck: installcheck-am
160install-exec-am:
161install-exec: install-exec-am
162
163install-data-am: install-RPM_SPECSDATA
164install-data: install-data-am
165
166install-am: all-am
167        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
168install: install-am
169uninstall-am: uninstall-RPM_SPECSDATA
170uninstall: uninstall-am
171all-am: Makefile $(DATA)
172all-redirect: all-am
173install-strip:
[1805015]174        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
[10629f7]175installdirs:
176        $(mkinstalldirs)  $(DESTDIR)$(RPM_SPECSdir)
177
178
179mostlyclean-generic:
180
181clean-generic:
182        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
183
184distclean-generic:
185        -rm -f Makefile $(CONFIG_CLEAN_FILES)
186        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
187
188maintainer-clean-generic:
189mostlyclean-am:  mostlyclean-generic
190
191mostlyclean: mostlyclean-am
192
193clean-am:  clean-generic mostlyclean-am
194
195clean: clean-am
196
197distclean-am:  distclean-generic clean-am
198
199distclean: distclean-am
200
201maintainer-clean-am:  maintainer-clean-generic distclean-am
202        @echo "This command is intended for maintainers to use;"
203        @echo "it deletes files that may require special tools to rebuild."
204
205maintainer-clean: maintainer-clean-am
206
207.PHONY: uninstall-RPM_SPECSDATA install-RPM_SPECSDATA tags distdir \
208info-am info dvi-am dvi check check-am installcheck-am installcheck \
209install-exec-am install-exec install-data-am install-data install-am \
210install uninstall-am uninstall all-redirect all-am all installdirs \
211mostlyclean-generic distclean-generic clean-generic \
212maintainer-clean-generic clean mostlyclean distclean maintainer-clean
213
214
215i386-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
216        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . i386-rtems
217
218sh-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
219        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . sh-rtems
220
221powerpc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
222        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . powerpc-rtems
223
224sparc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
225        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . sparc-rtems
226
227m68k-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
228        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . m68k-rtems
229
230mips64orion-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
231        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . mips64orion-rtems
232
233i960-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
234        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . i960-rtems
235
236hppa1.1-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
237        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . hppa1.1-rtems
238
239# Tell versions [3.59,3.63) of GNU make to not export all variables.
240# Otherwise a system limit (for SysV at least) may be exceeded.
241.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.