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 | |
---|
14 | SHELL = @SHELL@ |
---|
15 | |
---|
16 | srcdir = @srcdir@ |
---|
17 | top_srcdir = @top_srcdir@ |
---|
18 | VPATH = @srcdir@ |
---|
19 | prefix = @prefix@ |
---|
20 | exec_prefix = @exec_prefix@ |
---|
21 | |
---|
22 | bindir = @bindir@ |
---|
23 | sbindir = @sbindir@ |
---|
24 | libexecdir = @libexecdir@ |
---|
25 | datadir = @datadir@ |
---|
26 | sysconfdir = @sysconfdir@ |
---|
27 | sharedstatedir = @sharedstatedir@ |
---|
28 | localstatedir = @localstatedir@ |
---|
29 | libdir = @libdir@ |
---|
30 | infodir = @infodir@ |
---|
31 | mandir = @mandir@ |
---|
32 | includedir = @includedir@ |
---|
33 | oldincludedir = /usr/include |
---|
34 | |
---|
35 | DESTDIR = |
---|
36 | |
---|
37 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
38 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
39 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
40 | |
---|
41 | top_builddir = .. |
---|
42 | |
---|
43 | ACLOCAL = @ACLOCAL@ |
---|
44 | AUTOCONF = @AUTOCONF@ |
---|
45 | AUTOMAKE = @AUTOMAKE@ |
---|
46 | AUTOHEADER = @AUTOHEADER@ |
---|
47 | |
---|
48 | INSTALL = @INSTALL@ |
---|
49 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
50 | INSTALL_DATA = @INSTALL_DATA@ |
---|
51 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
52 | INSTALL_STRIP_FLAG = |
---|
53 | transform = @program_transform_name@ |
---|
54 | |
---|
55 | NORMAL_INSTALL = : |
---|
56 | PRE_INSTALL = : |
---|
57 | POST_INSTALL = : |
---|
58 | NORMAL_UNINSTALL = : |
---|
59 | PRE_UNINSTALL = : |
---|
60 | POST_UNINSTALL = : |
---|
61 | BINUTILSVERS = @BINUTILSVERS@ |
---|
62 | GCCNEWLIBVERS = @GCCNEWLIBVERS@ |
---|
63 | GDBVERS = @GDBVERS@ |
---|
64 | MAKEINFO = @MAKEINFO@ |
---|
65 | PACKAGE = @PACKAGE@ |
---|
66 | RPM_SPECSdir = @RPM_SPECSdir@ |
---|
67 | VERSION = @VERSION@ |
---|
68 | |
---|
69 | AUTOMAKE_OPTIONS = foreign |
---|
70 | |
---|
71 | MKGCCNEWLIBSPEC = $(SHELL) ../mkgccnewlibspec |
---|
72 | |
---|
73 | MKGCCNEWLIBSPEC_DEPS = ../mkgccnewlibspec gccnewlib.spec.in ../setup.cache |
---|
74 | |
---|
75 | |
---|
76 | TEMPLATES = gccnewlib.spec.in |
---|
77 | |
---|
78 | |
---|
79 | RPM_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 | |
---|
82 | noinst_DATA = $(TEMPLATES) |
---|
83 | |
---|
84 | |
---|
85 | EXTRA_DIST = $(TEMPLATES) |
---|
86 | |
---|
87 | |
---|
88 | CLEANFILES = $(RPM_SPECS_DATA) |
---|
89 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
90 | CONFIG_CLEAN_FILES = |
---|
91 | DATA = $(RPM_SPECS_DATA) $(noinst_DATA) |
---|
92 | |
---|
93 | DIST_COMMON = Makefile.am Makefile.in |
---|
94 | |
---|
95 | |
---|
96 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
97 | |
---|
98 | TAR = gtar |
---|
99 | GZIP_ENV = --best |
---|
100 | all: all-redirect |
---|
101 | .SUFFIXES: |
---|
102 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
103 | cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps gccnewlib/Makefile |
---|
104 | |
---|
105 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
106 | cd $(top_builddir) \ |
---|
107 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
108 | |
---|
109 | |
---|
110 | install-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 | |
---|
123 | uninstall-RPM_SPECSDATA: |
---|
124 | @$(NORMAL_UNINSTALL) |
---|
125 | list='$(RPM_SPECS_DATA)'; for p in $$list; do \ |
---|
126 | rm -f $(DESTDIR)$(RPM_SPECSdir)/$$p; \ |
---|
127 | done |
---|
128 | tags: TAGS |
---|
129 | TAGS: |
---|
130 | |
---|
131 | |
---|
132 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
---|
133 | |
---|
134 | subdir = gccnewlib |
---|
135 | |
---|
136 | distdir: $(DISTFILES) |
---|
137 | @for file in $(DISTFILES); do \ |
---|
138 | d=$(srcdir); \ |
---|
139 | if test -d $$d/$$file; then \ |
---|
140 | cp -pr $$d/$$file $(distdir)/$$file; \ |
---|
141 | else \ |
---|
142 | test -f $(distdir)/$$file \ |
---|
143 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
---|
144 | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
---|
145 | fi; \ |
---|
146 | done |
---|
147 | info-am: |
---|
148 | info: info-am |
---|
149 | dvi-am: |
---|
150 | dvi: dvi-am |
---|
151 | check-am: all-am |
---|
152 | check: check-am |
---|
153 | installcheck-am: |
---|
154 | installcheck: installcheck-am |
---|
155 | install-exec-am: |
---|
156 | install-exec: install-exec-am |
---|
157 | |
---|
158 | install-data-am: install-RPM_SPECSDATA |
---|
159 | install-data: install-data-am |
---|
160 | |
---|
161 | install-am: all-am |
---|
162 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
163 | install: install-am |
---|
164 | uninstall-am: uninstall-RPM_SPECSDATA |
---|
165 | uninstall: uninstall-am |
---|
166 | all-am: Makefile $(DATA) |
---|
167 | all-redirect: all-am |
---|
168 | install-strip: |
---|
169 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
---|
170 | installdirs: |
---|
171 | $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir) |
---|
172 | |
---|
173 | |
---|
174 | mostlyclean-generic: |
---|
175 | |
---|
176 | clean-generic: |
---|
177 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
178 | |
---|
179 | distclean-generic: |
---|
180 | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
---|
181 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
---|
182 | |
---|
183 | maintainer-clean-generic: |
---|
184 | mostlyclean-am: mostlyclean-generic |
---|
185 | |
---|
186 | mostlyclean: mostlyclean-am |
---|
187 | |
---|
188 | clean-am: clean-generic mostlyclean-am |
---|
189 | |
---|
190 | clean: clean-am |
---|
191 | |
---|
192 | distclean-am: distclean-generic clean-am |
---|
193 | |
---|
194 | distclean: distclean-am |
---|
195 | |
---|
196 | maintainer-clean-am: maintainer-clean-generic distclean-am |
---|
197 | @echo "This command is intended for maintainers to use;" |
---|
198 | @echo "it deletes files that may require special tools to rebuild." |
---|
199 | |
---|
200 | maintainer-clean: maintainer-clean-am |
---|
201 | |
---|
202 | .PHONY: uninstall-RPM_SPECSDATA install-RPM_SPECSDATA tags distdir \ |
---|
203 | info-am info dvi-am dvi check check-am installcheck-am installcheck \ |
---|
204 | install-exec-am install-exec install-data-am install-data install-am \ |
---|
205 | install uninstall-am uninstall all-redirect all-am all installdirs \ |
---|
206 | mostlyclean-generic distclean-generic clean-generic \ |
---|
207 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
---|
208 | |
---|
209 | |
---|
210 | i386-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) |
---|
211 | $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . i386-rtems |
---|
212 | |
---|
213 | sh-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) |
---|
214 | $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . sh-rtems |
---|
215 | |
---|
216 | powerpc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) |
---|
217 | $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . powerpc-rtems |
---|
218 | |
---|
219 | sparc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) |
---|
220 | $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . sparc-rtems |
---|
221 | |
---|
222 | m68k-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) |
---|
223 | $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . m68k-rtems |
---|
224 | |
---|
225 | mips64orion-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) |
---|
226 | $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . mips64orion-rtems |
---|
227 | |
---|
228 | i960-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) |
---|
229 | $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . i960-rtems |
---|
230 | |
---|
231 | hppa1.1-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) |
---|
232 | $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . hppa1.1-rtems |
---|
233 | |
---|
234 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
235 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
236 | .NOEXPORT: |
---|