source: rtems/scripts/gccnewlib/Makefile.in @ c302d7a3

4.104.114.84.95
Last change on this file since c302d7a3 was c302d7a3, checked in by Joel Sherrill <joel.sherrill@…>, on 10/25/99 at 19:33:54

Regnenerated following update from Ralf.

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