source: rtems/scripts/gnatnewlib/Makefile.in @ d5704c6

4.104.114.84.95
Last change on this file since d5704c6 was d5704c6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/99 at 13:18:23

Added first stab at mkgnatnewlib.

  • Property mode set to 100644
File size: 7.3 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@
68RTEMS_VERSION = @RTEMS_VERSION@
69VERSION = @VERSION@
70
71AUTOMAKE_OPTIONS = foreign
72
73MKGCCNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgccnewlibspec
74
75MKGCCNEWLIBSPEC_DEPS =    $(top_builddir)/mkgccnewlibspec gccnewlib.spec.in $(top_builddir)/setup.cache
76
77
78TEMPLATES =  gccnewlib.spec.in
79
80
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
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
100TAR = gtar
101GZIP_ENV = --best
102all: all-redirect
103.SUFFIXES:
104$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
105        cd $(top_srcdir) && $(AUTOMAKE) --foreign gccnewlib/Makefile
106
107Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
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        here=`cd $(top_builddir) && pwd`; \
140        top_distdir=`cd $(top_distdir) && pwd`; \
141        distdir=`cd $(distdir) && pwd`; \
142        cd $(top_srcdir) \
143          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign gccnewlib/Makefile
144        @for file in $(DISTFILES); do \
145          d=$(srcdir); \
146          if test -d $$d/$$file; then \
147            cp -pr $$d/$$file $(distdir)/$$file; \
148          else \
149            test -f $(distdir)/$$file \
150            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
151            || cp -p $$d/$$file $(distdir)/$$file || :; \
152          fi; \
153        done
154info-am:
155info: info-am
156dvi-am:
157dvi: dvi-am
158check-am: all-am
159check: check-am
160installcheck-am:
161installcheck: installcheck-am
162install-exec-am:
163install-exec: install-exec-am
164
165install-data-am: install-RPM_SPECSDATA
166install-data: install-data-am
167
168install-am: all-am
169        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
170install: install-am
171uninstall-am: uninstall-RPM_SPECSDATA
172uninstall: uninstall-am
173all-am: Makefile $(DATA)
174all-redirect: all-am
175install-strip:
176        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
177installdirs:
178        $(mkinstalldirs)  $(DESTDIR)$(RPM_SPECSdir)
179
180
181mostlyclean-generic:
182
183clean-generic:
184        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
185
186distclean-generic:
187        -rm -f Makefile $(CONFIG_CLEAN_FILES)
188        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
189
190maintainer-clean-generic:
191mostlyclean-am:  mostlyclean-generic
192
193mostlyclean: mostlyclean-am
194
195clean-am:  clean-generic mostlyclean-am
196
197clean: clean-am
198
199distclean-am:  distclean-generic clean-am
200
201distclean: distclean-am
202
203maintainer-clean-am:  maintainer-clean-generic distclean-am
204        @echo "This command is intended for maintainers to use;"
205        @echo "it deletes files that may require special tools to rebuild."
206
207maintainer-clean: maintainer-clean-am
208
209.PHONY: uninstall-RPM_SPECSDATA install-RPM_SPECSDATA tags distdir \
210info-am info dvi-am dvi check check-am installcheck-am installcheck \
211install-exec-am install-exec install-data-am install-data install-am \
212install uninstall-am uninstall all-redirect all-am all installdirs \
213mostlyclean-generic distclean-generic clean-generic \
214maintainer-clean-generic clean mostlyclean distclean maintainer-clean
215
216
217hppa1.1-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
218        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
219
220i386-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
221        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
222
223i960-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
224        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
225
226m68k-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
227        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
228
229m68k-rtemself-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
230        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
231
232mips64orion-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
233        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
234
235powerpc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
236        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
237
238sh-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
239        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
240
241sh-rtemself-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
242        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
243
244sparc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
245        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
246
247# Tell versions [3.59,3.63) of GNU make to not export all variables.
248# Otherwise a system limit (for SysV at least) may be exceeded.
249.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.