fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / machine / h8500 / Makefile.in
blob9dbadf7cd669f126dba8d6cae7fe7f1e249bdbe3
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 = divsi3.c mulsi3.c divhi3.S shifts.c cmpsi.c psi.S setjmp.S
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 = divsi3.o mulsi3.o divhi3.o shifts.o cmpsi.o psi.o \
107 setjmp.o
108 CFLAGS = @CFLAGS@
109 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110 CCLD = $(CC)
111 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
112 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
115 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117 TAR = gtar
118 GZIP_ENV = --best
119 SOURCES = $(lib_a_SOURCES)
120 OBJECTS = $(lib_a_OBJECTS)
122 all: all-redirect
123 .SUFFIXES:
124 .SUFFIXES: .S .c .o .s
125 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
128 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
129 cd $(top_builddir) \
130 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
132 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in \
133 ../../../acinclude.m4 ../../../aclocal.m4 \
134 ../../../libtool.m4
135 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
137 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
138 $(SHELL) ./config.status --recheck
139 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
140 cd $(srcdir) && $(AUTOCONF)
142 mostlyclean-noinstLIBRARIES:
144 clean-noinstLIBRARIES:
145 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
147 distclean-noinstLIBRARIES:
149 maintainer-clean-noinstLIBRARIES:
151 .c.o:
152 $(COMPILE) -c $<
154 .s.o:
155 $(COMPILE) -c $<
157 .S.o:
158 $(COMPILE) -c $<
160 mostlyclean-compile:
161 -rm -f *.o core *.core
163 clean-compile:
165 distclean-compile:
166 -rm -f *.tab.c
168 maintainer-clean-compile:
170 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
171 -rm -f lib.a
172 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
173 $(RANLIB) lib.a
175 tags: TAGS
177 ID: $(HEADERS) $(SOURCES) $(LISP)
178 list='$(SOURCES) $(HEADERS)'; \
179 unique=`for i in $$list; do echo $$i; done | \
180 awk ' { files[$$0] = 1; } \
181 END { for (i in files) print i; }'`; \
182 here=`pwd` && cd $(srcdir) \
183 && mkid -f$$here/ID $$unique $(LISP)
185 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
186 tags=; \
187 here=`pwd`; \
188 list='$(SOURCES) $(HEADERS)'; \
189 unique=`for i in $$list; do echo $$i; done | \
190 awk ' { files[$$0] = 1; } \
191 END { for (i in files) print i; }'`; \
192 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
193 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
195 mostlyclean-tags:
197 clean-tags:
199 distclean-tags:
200 -rm -f TAGS ID
202 maintainer-clean-tags:
204 distdir = $(PACKAGE)-$(VERSION)
205 top_distdir = $(distdir)
207 # This target untars the dist file and tries a VPATH configuration. Then
208 # it guarantees that the distribution is self-contained by making another
209 # tarfile.
210 distcheck: dist
211 -rm -rf $(distdir)
212 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
213 mkdir $(distdir)/=build
214 mkdir $(distdir)/=inst
215 dc_install_base=`cd $(distdir)/=inst && pwd`; \
216 cd $(distdir)/=build \
217 && ../configure --srcdir=.. --prefix=$$dc_install_base \
218 && $(MAKE) $(AM_MAKEFLAGS) \
219 && $(MAKE) $(AM_MAKEFLAGS) dvi \
220 && $(MAKE) $(AM_MAKEFLAGS) check \
221 && $(MAKE) $(AM_MAKEFLAGS) install \
222 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
223 && $(MAKE) $(AM_MAKEFLAGS) dist
224 -rm -rf $(distdir)
225 @banner="$(distdir).tar.gz is ready for distribution"; \
226 dashes=`echo "$$banner" | sed s/./=/g`; \
227 echo "$$dashes"; \
228 echo "$$banner"; \
229 echo "$$dashes"
230 dist: distdir
231 -chmod -R a+r $(distdir)
232 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
233 -rm -rf $(distdir)
234 dist-all: distdir
235 -chmod -R a+r $(distdir)
236 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
237 -rm -rf $(distdir)
238 distdir: $(DISTFILES)
239 -rm -rf $(distdir)
240 mkdir $(distdir)
241 -chmod 777 $(distdir)
242 @for file in $(DISTFILES); do \
243 if test -f $$file; then d=.; else d=$(srcdir); fi; \
244 if test -d $$d/$$file; then \
245 cp -pr $$d/$$file $(distdir)/$$file; \
246 else \
247 test -f $(distdir)/$$file \
248 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
249 || cp -p $$d/$$file $(distdir)/$$file || :; \
250 fi; \
251 done
252 info-am:
253 info: info-am
254 dvi-am:
255 dvi: dvi-am
256 check-am:
257 check: check-am
258 installcheck-am:
259 installcheck: installcheck-am
260 install-info-am:
261 install-info: install-info-am
262 install-exec-am:
263 install-exec: install-exec-am
265 install-data-am:
266 install-data: install-data-am
268 install-am: all-am
269 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
270 install: install-am
271 uninstall-am:
272 uninstall: uninstall-am
273 all-am: Makefile $(LIBRARIES)
274 all-redirect: all-am
275 install-strip:
276 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
277 installdirs:
280 mostlyclean-generic:
282 clean-generic:
284 distclean-generic:
285 -rm -f Makefile $(CONFIG_CLEAN_FILES)
286 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
288 maintainer-clean-generic:
289 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
290 mostlyclean-tags mostlyclean-generic
292 mostlyclean: mostlyclean-am
294 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
295 mostlyclean-am
297 clean: clean-am
299 distclean-am: distclean-noinstLIBRARIES distclean-compile \
300 distclean-tags distclean-generic clean-am
302 distclean: distclean-am
303 -rm -f config.status
305 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
306 maintainer-clean-compile maintainer-clean-tags \
307 maintainer-clean-generic distclean-am
308 @echo "This command is intended for maintainers to use;"
309 @echo "it deletes files that may require special tools to rebuild."
311 maintainer-clean: maintainer-clean-am
312 -rm -f config.status
314 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
315 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
316 mostlyclean-compile distclean-compile clean-compile \
317 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
318 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
319 check-am installcheck-am installcheck install-info-am install-info \
320 install-exec-am install-exec install-data-am install-data install-am \
321 install uninstall-am uninstall all-redirect all-am all installdirs \
322 mostlyclean-generic distclean-generic clean-generic \
323 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
326 # Tell versions [3.59,3.63) of GNU make to not export all variables.
327 # Otherwise a system limit (for SysV at least) may be exceeded.
328 .NOEXPORT: