fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / machine / i386 / Makefile.in
blob064418be421ba163cbfd18bea0dc79283dfaf6a3
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.
15 SHELL = @SHELL@
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 prefix = @prefix@
21 exec_prefix = @exec_prefix@
23 bindir = @bindir@
24 sbindir = @sbindir@
25 libexecdir = @libexecdir@
26 datadir = @datadir@
27 sysconfdir = @sysconfdir@
28 sharedstatedir = @sharedstatedir@
29 localstatedir = @localstatedir@
30 libdir = @libdir@
31 infodir = @infodir@
32 mandir = @mandir@
33 includedir = @includedir@
34 oldincludedir = /usr/include
36 DESTDIR =
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
42 top_builddir = .
44 ACLOCAL = @ACLOCAL@
45 AUTOCONF = @AUTOCONF@
46 AUTOMAKE = @AUTOMAKE@
47 AUTOHEADER = @AUTOHEADER@
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51 INSTALL_DATA = @INSTALL_DATA@
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 build_alias = @build_alias@
62 build_triplet = @build@
63 host_alias = @host_alias@
64 host_triplet = @host@
65 target_alias = @target_alias@
66 target_triplet = @target@
67 AR = @AR@
68 AS = @AS@
69 CC = @CC@
70 CPP = @CPP@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 DLLTOOL = @DLLTOOL@
74 EXEEXT = @EXEEXT@
75 GCJ = @GCJ@
76 GCJFLAGS = @GCJFLAGS@
77 LDFLAGS = @LDFLAGS@
78 LIBTOOL = @LIBTOOL@
79 LN_S = @LN_S@
80 MAINT = @MAINT@
81 MAKEINFO = @MAKEINFO@
82 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
83 OBJDUMP = @OBJDUMP@
84 OBJEXT = @OBJEXT@
85 PACKAGE = @PACKAGE@
86 RANLIB = @RANLIB@
87 STRIP = @STRIP@
88 VERSION = @VERSION@
89 aext = @aext@
90 libm_machine_dir = @libm_machine_dir@
91 machine_dir = @machine_dir@
92 newlib_basedir = @newlib_basedir@
93 oext = @oext@
94 sys_dir = @sys_dir@
96 AUTOMAKE_OPTIONS = cygnus
98 INCLUDES = -I $(newlib_basedir)/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
99 @MACH_ADD_SETJMP_TRUE@mach_add_obj = setjmp.$(oext)
100 @MACH_ADD_SETJMP_FALSE@mach_add_obj =
102 LIB_SOURCES = memchr.S memcmp.S memcpy.S memset.S strchr.S memmove.S strlen.S i386mach.h
105 libi386_la_LDFLAGS = -Xcompiler -nostdlib
107 @USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libi386.la
108 @USE_LIBTOOL_TRUE@libi386_la_SOURCES = $(LIB_SOURCES)
109 @USE_LIBTOOL_TRUE@EXTRA_libi386_la_SOURCES = setjmp.S
110 @USE_LIBTOOL_TRUE@libi386_la_LIBADD = $(mach_add_obj)
111 @USE_LIBTOOL_TRUE@libi386_la_DEPENDENCIES = $(mach_add_obj)
112 @USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
113 @USE_LIBTOOL_FALSE@noinst_DATA =
114 @USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
115 @USE_LIBTOOL_FALSE@lib_a_SOURCES = $(LIB_SOURCES)
116 @USE_LIBTOOL_FALSE@lib_a_LIBADD = $(mach_add_obj)
117 @USE_LIBTOOL_FALSE@lib_a_DEPENDENCIES = $(mach_add_obj)
118 @USE_LIBTOOL_FALSE@EXTRA_lib_a_SOURCES = setjmp.S
120 ACLOCAL_AMFLAGS = -I ../../..
121 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
122 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
124 CONFIG_CLEAN_FILES =
125 LIBRARIES = $(noinst_LIBRARIES)
128 DEFS = @DEFS@ -I. -I$(srcdir)
129 CPPFLAGS = @CPPFLAGS@
130 LIBS = @LIBS@
131 @USE_LIBTOOL_FALSE@lib_a_OBJECTS = memchr.$(OBJEXT) memcmp.$(OBJEXT) \
132 @USE_LIBTOOL_FALSE@memcpy.$(OBJEXT) memset.$(OBJEXT) strchr.$(OBJEXT) \
133 @USE_LIBTOOL_FALSE@memmove.$(OBJEXT) strlen.$(OBJEXT)
134 LTLIBRARIES = $(noinst_LTLIBRARIES)
136 @USE_LIBTOOL_TRUE@libi386_la_OBJECTS = memchr.lo memcmp.lo memcpy.lo \
137 @USE_LIBTOOL_TRUE@memset.lo strchr.lo memmove.lo strlen.lo
138 CFLAGS = @CFLAGS@
139 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141 CCLD = $(CC)
142 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
143 DATA = $(noinst_DATA)
145 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
148 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
150 TAR = gtar
151 GZIP_ENV = --best
152 SOURCES = $(lib_a_SOURCES) $(EXTRA_lib_a_SOURCES) $(libi386_la_SOURCES) $(EXTRA_libi386_la_SOURCES)
153 OBJECTS = $(lib_a_OBJECTS) $(libi386_la_OBJECTS)
155 all: all-redirect
156 .SUFFIXES:
157 .SUFFIXES: .S .c .lo .o .obj .s
158 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../Makefile.shared
159 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
161 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
162 cd $(top_builddir) \
163 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
165 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in \
166 ../../../acinclude.m4 ../../../aclocal.m4 \
167 ../../../libtool.m4
168 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
170 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
171 $(SHELL) ./config.status --recheck
172 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
173 cd $(srcdir) && $(AUTOCONF)
175 mostlyclean-noinstLIBRARIES:
177 clean-noinstLIBRARIES:
178 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
180 distclean-noinstLIBRARIES:
182 maintainer-clean-noinstLIBRARIES:
184 .c.o:
185 $(COMPILE) -c $<
187 # FIXME: We should only use cygpath when building on Windows,
188 # and only if it is available.
189 .c.obj:
190 $(COMPILE) -c `cygpath -w $<`
192 .s.o:
193 $(COMPILE) -c $<
195 .S.o:
196 $(COMPILE) -c $<
198 mostlyclean-compile:
199 -rm -f *.o core *.core
200 -rm -f *.$(OBJEXT)
202 clean-compile:
204 distclean-compile:
205 -rm -f *.tab.c
207 maintainer-clean-compile:
209 .c.lo:
210 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
212 .s.lo:
213 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
215 .S.lo:
216 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
218 mostlyclean-libtool:
219 -rm -f *.lo
221 clean-libtool:
222 -rm -rf .libs _libs
224 distclean-libtool:
226 maintainer-clean-libtool:
228 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
229 -rm -f lib.a
230 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
231 $(RANLIB) lib.a
233 mostlyclean-noinstLTLIBRARIES:
235 clean-noinstLTLIBRARIES:
236 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
238 distclean-noinstLTLIBRARIES:
240 maintainer-clean-noinstLTLIBRARIES:
242 libi386.la: $(libi386_la_OBJECTS) $(libi386_la_DEPENDENCIES)
243 $(LINK) $(libi386_la_LDFLAGS) $(libi386_la_OBJECTS) $(libi386_la_LIBADD) $(LIBS)
245 tags: TAGS
247 ID: $(HEADERS) $(SOURCES) $(LISP)
248 list='$(SOURCES) $(HEADERS)'; \
249 unique=`for i in $$list; do echo $$i; done | \
250 awk ' { files[$$0] = 1; } \
251 END { for (i in files) print i; }'`; \
252 here=`pwd` && cd $(srcdir) \
253 && mkid -f$$here/ID $$unique $(LISP)
255 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
256 tags=; \
257 here=`pwd`; \
258 list='$(SOURCES) $(HEADERS)'; \
259 unique=`for i in $$list; do echo $$i; done | \
260 awk ' { files[$$0] = 1; } \
261 END { for (i in files) print i; }'`; \
262 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
263 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
265 mostlyclean-tags:
267 clean-tags:
269 distclean-tags:
270 -rm -f TAGS ID
272 maintainer-clean-tags:
274 distdir = $(PACKAGE)-$(VERSION)
275 top_distdir = $(distdir)
277 # This target untars the dist file and tries a VPATH configuration. Then
278 # it guarantees that the distribution is self-contained by making another
279 # tarfile.
280 distcheck: dist
281 -rm -rf $(distdir)
282 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
283 mkdir $(distdir)/=build
284 mkdir $(distdir)/=inst
285 dc_install_base=`cd $(distdir)/=inst && pwd`; \
286 cd $(distdir)/=build \
287 && ../configure --srcdir=.. --prefix=$$dc_install_base \
288 && $(MAKE) $(AM_MAKEFLAGS) \
289 && $(MAKE) $(AM_MAKEFLAGS) dvi \
290 && $(MAKE) $(AM_MAKEFLAGS) check \
291 && $(MAKE) $(AM_MAKEFLAGS) install \
292 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
293 && $(MAKE) $(AM_MAKEFLAGS) dist
294 -rm -rf $(distdir)
295 @banner="$(distdir).tar.gz is ready for distribution"; \
296 dashes=`echo "$$banner" | sed s/./=/g`; \
297 echo "$$dashes"; \
298 echo "$$banner"; \
299 echo "$$dashes"
300 dist: distdir
301 -chmod -R a+r $(distdir)
302 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
303 -rm -rf $(distdir)
304 dist-all: distdir
305 -chmod -R a+r $(distdir)
306 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
307 -rm -rf $(distdir)
308 distdir: $(DISTFILES)
309 -rm -rf $(distdir)
310 mkdir $(distdir)
311 -chmod 777 $(distdir)
312 @for file in $(DISTFILES); do \
313 if test -f $$file; then d=.; else d=$(srcdir); fi; \
314 if test -d $$d/$$file; then \
315 cp -pr $$d/$$file $(distdir)/$$file; \
316 else \
317 test -f $(distdir)/$$file \
318 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
319 || cp -p $$d/$$file $(distdir)/$$file || :; \
320 fi; \
321 done
322 info-am:
323 info: info-am
324 dvi-am:
325 dvi: dvi-am
326 check-am:
327 check: check-am
328 installcheck-am:
329 installcheck: installcheck-am
330 install-info-am:
331 install-info: install-info-am
332 install-exec-am:
333 install-exec: install-exec-am
335 install-data-am:
336 install-data: install-data-am
338 install-am: all-am
339 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340 install: install-am
341 uninstall-am:
342 uninstall: uninstall-am
343 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
344 all-redirect: all-am
345 install-strip:
346 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
347 installdirs:
350 mostlyclean-generic:
352 clean-generic:
354 distclean-generic:
355 -rm -f Makefile $(CONFIG_CLEAN_FILES)
356 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
358 maintainer-clean-generic:
359 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
360 mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
361 mostlyclean-tags mostlyclean-generic
363 mostlyclean: mostlyclean-am
365 clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
366 clean-noinstLTLIBRARIES clean-tags clean-generic \
367 mostlyclean-am
369 clean: clean-am
371 distclean-am: distclean-noinstLIBRARIES distclean-compile \
372 distclean-libtool distclean-noinstLTLIBRARIES \
373 distclean-tags distclean-generic clean-am
374 -rm -f libtool
376 distclean: distclean-am
377 -rm -f config.status
379 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
380 maintainer-clean-compile maintainer-clean-libtool \
381 maintainer-clean-noinstLTLIBRARIES \
382 maintainer-clean-tags maintainer-clean-generic \
383 distclean-am
384 @echo "This command is intended for maintainers to use;"
385 @echo "it deletes files that may require special tools to rebuild."
387 maintainer-clean: maintainer-clean-am
388 -rm -f config.status
390 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
391 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
392 mostlyclean-compile distclean-compile clean-compile \
393 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
394 clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
395 distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
396 maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
397 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
398 check-am installcheck-am installcheck install-info-am install-info \
399 install-exec-am install-exec install-data-am install-data install-am \
400 install uninstall-am uninstall all-redirect all-am all installdirs \
401 mostlyclean-generic distclean-generic clean-generic \
402 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
405 objectlist.awk.in: $(noinst_LTLIBRARIES)
406 -rm -f objectlist.awk.in
407 for i in `ls *.lo` ; \
408 do \
409 echo $$i `pwd`/$$i >> objectlist.awk.in ; \
410 done
412 # Tell versions [3.59,3.63) of GNU make to not export all variables.
413 # Otherwise a system limit (for SysV at least) may be exceeded.
414 .NOEXPORT: