fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / machine / i960 / Makefile.in
blob527ea0a9b14020d5333f91b2b10782144fc89ba7
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CPP = @CPP@
70 EXEEXT = @EXEEXT@
71 LDFLAGS = @LDFLAGS@
72 MAINT = @MAINT@
73 MAKEINFO = @MAKEINFO@
74 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
75 OBJEXT = @OBJEXT@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 VERSION = @VERSION@
79 aext = @aext@
80 libm_machine_dir = @libm_machine_dir@
81 machine_dir = @machine_dir@
82 newlib_basedir = @newlib_basedir@
83 oext = @oext@
84 sys_dir = @sys_dir@
86 AUTOMAKE_OPTIONS = cygnus
88 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
90 noinst_LIBRARIES = lib.a
92 lib_a_SOURCES =
94 ACLOCAL_AMFLAGS = -I ../../..
95 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
98 CONFIG_CLEAN_FILES =
99 LIBRARIES = $(noinst_LIBRARIES)
102 DEFS = @DEFS@ -I. -I$(srcdir)
103 CPPFLAGS = @CPPFLAGS@
104 LIBS = @LIBS@
105 lib_a_LIBADD =
106 lib_a_OBJECTS =
107 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
110 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112 TAR = gtar
113 GZIP_ENV = --best
114 SOURCES = $(lib_a_SOURCES)
115 OBJECTS = $(lib_a_OBJECTS)
117 all: all-redirect
118 .SUFFIXES:
119 .SUFFIXES: .S .c .o .s
120 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
121 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
123 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
124 cd $(top_builddir) \
125 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
127 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in \
128 ../../../acinclude.m4 ../../../aclocal.m4 \
129 ../../../libtool.m4
130 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
132 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
133 $(SHELL) ./config.status --recheck
134 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
135 cd $(srcdir) && $(AUTOCONF)
137 mostlyclean-noinstLIBRARIES:
139 clean-noinstLIBRARIES:
140 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
142 distclean-noinstLIBRARIES:
144 maintainer-clean-noinstLIBRARIES:
146 .c.o:
147 $(COMPILE) -c $<
149 .s.o:
150 $(COMPILE) -c $<
152 .S.o:
153 $(COMPILE) -c $<
155 mostlyclean-compile:
156 -rm -f *.o core *.core
158 clean-compile:
160 distclean-compile:
161 -rm -f *.tab.c
163 maintainer-clean-compile:
165 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
166 -rm -f lib.a
167 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
168 $(RANLIB) lib.a
169 tags: TAGS
170 TAGS:
173 distdir = $(PACKAGE)-$(VERSION)
174 top_distdir = $(distdir)
176 # This target untars the dist file and tries a VPATH configuration. Then
177 # it guarantees that the distribution is self-contained by making another
178 # tarfile.
179 distcheck: dist
180 -rm -rf $(distdir)
181 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
182 mkdir $(distdir)/=build
183 mkdir $(distdir)/=inst
184 dc_install_base=`cd $(distdir)/=inst && pwd`; \
185 cd $(distdir)/=build \
186 && ../configure --srcdir=.. --prefix=$$dc_install_base \
187 && $(MAKE) $(AM_MAKEFLAGS) \
188 && $(MAKE) $(AM_MAKEFLAGS) dvi \
189 && $(MAKE) $(AM_MAKEFLAGS) check \
190 && $(MAKE) $(AM_MAKEFLAGS) install \
191 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
192 && $(MAKE) $(AM_MAKEFLAGS) dist
193 -rm -rf $(distdir)
194 @banner="$(distdir).tar.gz is ready for distribution"; \
195 dashes=`echo "$$banner" | sed s/./=/g`; \
196 echo "$$dashes"; \
197 echo "$$banner"; \
198 echo "$$dashes"
199 dist: distdir
200 -chmod -R a+r $(distdir)
201 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
202 -rm -rf $(distdir)
203 dist-all: distdir
204 -chmod -R a+r $(distdir)
205 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
206 -rm -rf $(distdir)
207 distdir: $(DISTFILES)
208 -rm -rf $(distdir)
209 mkdir $(distdir)
210 -chmod 777 $(distdir)
211 @for file in $(DISTFILES); do \
212 if test -f $$file; then d=.; else d=$(srcdir); fi; \
213 if test -d $$d/$$file; then \
214 cp -pr $$d/$$file $(distdir)/$$file; \
215 else \
216 test -f $(distdir)/$$file \
217 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
218 || cp -p $$d/$$file $(distdir)/$$file || :; \
219 fi; \
220 done
221 info-am:
222 info: info-am
223 dvi-am:
224 dvi: dvi-am
225 check-am:
226 check: check-am
227 installcheck-am:
228 installcheck: installcheck-am
229 install-info-am:
230 install-info: install-info-am
231 install-exec-am:
232 install-exec: install-exec-am
234 install-data-am:
235 install-data: install-data-am
237 install-am: all-am
238 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
239 install: install-am
240 uninstall-am:
241 uninstall: uninstall-am
242 all-am: Makefile $(LIBRARIES)
243 all-redirect: all-am
244 install-strip:
245 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
246 installdirs:
249 mostlyclean-generic:
251 clean-generic:
253 distclean-generic:
254 -rm -f Makefile $(CONFIG_CLEAN_FILES)
255 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
257 maintainer-clean-generic:
258 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
259 mostlyclean-generic
261 mostlyclean: mostlyclean-am
263 clean-am: clean-noinstLIBRARIES clean-compile clean-generic \
264 mostlyclean-am
266 clean: clean-am
268 distclean-am: distclean-noinstLIBRARIES distclean-compile \
269 distclean-generic clean-am
271 distclean: distclean-am
272 -rm -f config.status
274 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
275 maintainer-clean-compile maintainer-clean-generic \
276 distclean-am
277 @echo "This command is intended for maintainers to use;"
278 @echo "it deletes files that may require special tools to rebuild."
280 maintainer-clean: maintainer-clean-am
281 -rm -f config.status
283 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
284 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
285 mostlyclean-compile distclean-compile clean-compile \
286 maintainer-clean-compile tags distdir info-am info dvi-am dvi check \
287 check-am installcheck-am installcheck install-info-am install-info \
288 install-exec-am install-exec install-data-am install-data install-am \
289 install uninstall-am uninstall all-redirect all-am all installdirs \
290 mostlyclean-generic distclean-generic clean-generic \
291 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
294 # Tell versions [3.59,3.63) of GNU make to not export all variables.
295 # Otherwise a system limit (for SysV at least) may be exceeded.
296 .NOEXPORT: