fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / machine / xstormy16 / Makefile.in
blobbd25f11e329e2e5dbed4e3c3bd44f0b6802aac28
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 # hack: putting $(newlib_basedir)/libm/common into INCLUDES forces automake
89 # to output a definition for newlib_basedir.
90 INCLUDES = -I $(newlib_basedir)/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
92 noinst_LIBRARIES = lib.a
94 lib_a_SOURCES = setjmp.S
96 ACLOCAL_AMFLAGS = -I ../../..
97 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
99 lib_a_LIBADD = malloc.o free.o realloc.o calloc.o cfree.o malign.o valloc.o pvalloc.o mallinfo.o mallstats.o msize.o mallopt.o mallocr.o freer.o reallocr.o callocr.o
102 MALLOC_COMPILE = $(COMPILE)
103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
105 CONFIG_CLEAN_FILES =
106 LIBRARIES = $(noinst_LIBRARIES)
109 DEFS = @DEFS@ -I. -I$(srcdir)
110 CPPFLAGS = @CPPFLAGS@
111 LIBS = @LIBS@
112 lib_a_DEPENDENCIES = malloc.o free.o realloc.o calloc.o cfree.o \
113 malign.o valloc.o pvalloc.o mallinfo.o mallstats.o msize.o mallopt.o \
114 mallocr.o freer.o reallocr.o callocr.o
115 lib_a_OBJECTS = setjmp.o
116 CFLAGS = @CFLAGS@
117 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118 CCLD = $(CC)
119 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
120 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
123 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125 TAR = gtar
126 GZIP_ENV = --best
127 SOURCES = $(lib_a_SOURCES)
128 OBJECTS = $(lib_a_OBJECTS)
130 all: all-redirect
131 .SUFFIXES:
132 .SUFFIXES: .S .c .o .s
133 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
134 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
136 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
137 cd $(top_builddir) \
138 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
140 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in \
141 ../../../acinclude.m4 ../../../aclocal.m4 \
142 ../../../libtool.m4
143 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
145 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
146 $(SHELL) ./config.status --recheck
147 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
148 cd $(srcdir) && $(AUTOCONF)
150 mostlyclean-noinstLIBRARIES:
152 clean-noinstLIBRARIES:
153 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
155 distclean-noinstLIBRARIES:
157 maintainer-clean-noinstLIBRARIES:
159 .c.o:
160 $(COMPILE) -c $<
162 .s.o:
163 $(COMPILE) -c $<
165 .S.o:
166 $(COMPILE) -c $<
168 mostlyclean-compile:
169 -rm -f *.o core *.core
171 clean-compile:
173 distclean-compile:
174 -rm -f *.tab.c
176 maintainer-clean-compile:
178 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
179 -rm -f lib.a
180 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
181 $(RANLIB) lib.a
183 tags: TAGS
185 ID: $(HEADERS) $(SOURCES) $(LISP)
186 list='$(SOURCES) $(HEADERS)'; \
187 unique=`for i in $$list; do echo $$i; done | \
188 awk ' { files[$$0] = 1; } \
189 END { for (i in files) print i; }'`; \
190 here=`pwd` && cd $(srcdir) \
191 && mkid -f$$here/ID $$unique $(LISP)
193 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
194 tags=; \
195 here=`pwd`; \
196 list='$(SOURCES) $(HEADERS)'; \
197 unique=`for i in $$list; do echo $$i; done | \
198 awk ' { files[$$0] = 1; } \
199 END { for (i in files) print i; }'`; \
200 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
201 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
203 mostlyclean-tags:
205 clean-tags:
207 distclean-tags:
208 -rm -f TAGS ID
210 maintainer-clean-tags:
212 distdir = $(PACKAGE)-$(VERSION)
213 top_distdir = $(distdir)
215 # This target untars the dist file and tries a VPATH configuration. Then
216 # it guarantees that the distribution is self-contained by making another
217 # tarfile.
218 distcheck: dist
219 -rm -rf $(distdir)
220 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
221 mkdir $(distdir)/=build
222 mkdir $(distdir)/=inst
223 dc_install_base=`cd $(distdir)/=inst && pwd`; \
224 cd $(distdir)/=build \
225 && ../configure --srcdir=.. --prefix=$$dc_install_base \
226 && $(MAKE) $(AM_MAKEFLAGS) \
227 && $(MAKE) $(AM_MAKEFLAGS) dvi \
228 && $(MAKE) $(AM_MAKEFLAGS) check \
229 && $(MAKE) $(AM_MAKEFLAGS) install \
230 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
231 && $(MAKE) $(AM_MAKEFLAGS) dist
232 -rm -rf $(distdir)
233 @banner="$(distdir).tar.gz is ready for distribution"; \
234 dashes=`echo "$$banner" | sed s/./=/g`; \
235 echo "$$dashes"; \
236 echo "$$banner"; \
237 echo "$$dashes"
238 dist: distdir
239 -chmod -R a+r $(distdir)
240 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
241 -rm -rf $(distdir)
242 dist-all: distdir
243 -chmod -R a+r $(distdir)
244 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
245 -rm -rf $(distdir)
246 distdir: $(DISTFILES)
247 -rm -rf $(distdir)
248 mkdir $(distdir)
249 -chmod 777 $(distdir)
250 @for file in $(DISTFILES); do \
251 if test -f $$file; then d=.; else d=$(srcdir); fi; \
252 if test -d $$d/$$file; then \
253 cp -pr $$d/$$file $(distdir)/$$file; \
254 else \
255 test -f $(distdir)/$$file \
256 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
257 || cp -p $$d/$$file $(distdir)/$$file || :; \
258 fi; \
259 done
260 info-am:
261 info: info-am
262 dvi-am:
263 dvi: dvi-am
264 check-am:
265 check: check-am
266 installcheck-am:
267 installcheck: installcheck-am
268 install-info-am:
269 install-info: install-info-am
270 install-exec-am:
271 install-exec: install-exec-am
273 install-data-am:
274 install-data: install-data-am
276 install-am: all-am
277 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
278 install: install-am
279 uninstall-am:
280 uninstall: uninstall-am
281 all-am: Makefile $(LIBRARIES)
282 all-redirect: all-am
283 install-strip:
284 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
285 installdirs:
288 mostlyclean-generic:
290 clean-generic:
292 distclean-generic:
293 -rm -f Makefile $(CONFIG_CLEAN_FILES)
294 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
296 maintainer-clean-generic:
297 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
298 mostlyclean-tags mostlyclean-generic
300 mostlyclean: mostlyclean-am
302 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
303 mostlyclean-am
305 clean: clean-am
307 distclean-am: distclean-noinstLIBRARIES distclean-compile \
308 distclean-tags distclean-generic clean-am
310 distclean: distclean-am
311 -rm -f config.status
313 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
314 maintainer-clean-compile maintainer-clean-tags \
315 maintainer-clean-generic distclean-am
316 @echo "This command is intended for maintainers to use;"
317 @echo "it deletes files that may require special tools to rebuild."
319 maintainer-clean: maintainer-clean-am
320 -rm -f config.status
322 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
323 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
324 mostlyclean-compile distclean-compile clean-compile \
325 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
326 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
327 check-am installcheck-am installcheck install-info-am install-info \
328 install-exec-am install-exec install-data-am install-data install-am \
329 install uninstall-am uninstall all-redirect all-am all installdirs \
330 mostlyclean-generic distclean-generic clean-generic \
331 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
334 malloc.o: tiny-malloc.c
335 $(MALLOC_COMPILE) -DDEFINE_MALLOC -c $(srcdir)/tiny-malloc.c -o $@
337 free.o: tiny-malloc.c
338 $(MALLOC_COMPILE) -DDEFINE_FREE -c $(srcdir)/tiny-malloc.c -o $@
340 realloc.o: tiny-malloc.c
341 $(MALLOC_COMPILE) -DDEFINE_REALLOC -c $(srcdir)/tiny-malloc.c -o $@
343 calloc.o: tiny-malloc.c
344 $(MALLOC_COMPILE) -DDEFINE_CALLOC -c $(srcdir)/tiny-malloc.c -o $@
346 cfree.o: tiny-malloc.c
347 $(MALLOC_COMPILE) -DDEFINE_CFREE -c $(srcdir)/tiny-malloc.c -o $@
349 malign.o: tiny-malloc.c
350 $(MALLOC_COMPILE) -DDEFINE_MEMALIGN -c $(srcdir)/tiny-malloc.c -o $@
352 valloc.o: tiny-malloc.c
353 $(MALLOC_COMPILE) -DDEFINE_VALLOC -c $(srcdir)/tiny-malloc.c -o $@
355 pvalloc.o: tiny-malloc.c
356 $(MALLOC_COMPILE) -DDEFINE_PVALLOC -c $(srcdir)/tiny-malloc.c -o $@
358 mallinfo.o: tiny-malloc.c
359 $(MALLOC_COMPILE) -DDEFINE_MALLINFO -c $(srcdir)/tiny-malloc.c -o $@
361 mallstats.o: tiny-malloc.c
362 $(MALLOC_COMPILE) -DDEFINE_MALLOC_STATS -c $(srcdir)/tiny-malloc.c -o $@
364 msize.o: tiny-malloc.c
365 $(MALLOC_COMPILE) -DDEFINE_MALLOC_USABLE_SIZE -c $(srcdir)/tiny-malloc.c -o $@
367 mallopt.o: mallocr.c
368 $(MALLOC_COMPILE) -DDEFINE_MALLOPT -c $(srcdir)/mallocr.c -o $@
370 mallocr.o: mallocr.c
371 $(MALLOC_COMPILE) -DDEFINE_MALLOC -c $(srcdir)/mallocr.c -o $@
373 freer.o: mallocr.c
374 $(MALLOC_COMPILE) -DDEFINE_FREE -c $(srcdir)/mallocr.c -o $@
376 reallocr.o: mallocr.c
377 $(MALLOC_COMPILE) -DDEFINE_REALLOC -c $(srcdir)/mallocr.c -o $@
379 callocr.o: mallocr.c
380 $(MALLOC_COMPILE) -DDEFINE_CALLOC -c $(srcdir)/mallocr.c -o $@
382 # Tell versions [3.59,3.63) of GNU make to not export all variables.
383 # Otherwise a system limit (for SysV at least) may be exceeded.
384 .NOEXPORT: