fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / a29khif / Makefile.in
blob89a14a58c32cf55e38ce61d08d6f5ba2a09abeb9
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 = _alloc.s _close.s _cycles.s _exit.s _getpsiz.s _gettz.s _ioctl.s _iostat.s _iowait.s _lseek.s _open.s _query.s _read.s _setim.s _settrap.s _setvec.s _tmpnam.s _write.s alloc.s clock.s getargs.s getenv.s read.s remove.s rename.s signal.s _sbrk.s _fstat.s _isatty.s systime.s vec.s kill.c getpid.c stubs.s
95 ACLOCAL_AMFLAGS = -I ../../..
96 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
99 CONFIG_CLEAN_FILES =
100 LIBRARIES = $(noinst_LIBRARIES)
103 DEFS = @DEFS@ -I. -I$(srcdir)
104 CPPFLAGS = @CPPFLAGS@
105 LIBS = @LIBS@
106 lib_a_LIBADD =
107 lib_a_OBJECTS = _alloc.o _close.o _cycles.o _exit.o _getpsiz.o _gettz.o \
108 _ioctl.o _iostat.o _iowait.o _lseek.o _open.o _query.o _read.o _setim.o \
109 _settrap.o _setvec.o _tmpnam.o _write.o alloc.o clock.o getargs.o \
110 getenv.o read.o remove.o rename.o signal.o _sbrk.o _fstat.o _isatty.o \
111 systime.o vec.o kill.o getpid.o stubs.o
112 CFLAGS = @CFLAGS@
113 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114 CCLD = $(CC)
115 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
116 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
119 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121 TAR = gtar
122 GZIP_ENV = --best
123 SOURCES = $(lib_a_SOURCES)
124 OBJECTS = $(lib_a_OBJECTS)
126 all: all-redirect
127 .SUFFIXES:
128 .SUFFIXES: .S .c .o .s
129 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
130 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
132 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
133 cd $(top_builddir) \
134 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
136 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in \
137 ../../../acinclude.m4 ../../../aclocal.m4 \
138 ../../../libtool.m4
139 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
141 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
142 $(SHELL) ./config.status --recheck
143 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
144 cd $(srcdir) && $(AUTOCONF)
146 mostlyclean-noinstLIBRARIES:
148 clean-noinstLIBRARIES:
149 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
151 distclean-noinstLIBRARIES:
153 maintainer-clean-noinstLIBRARIES:
155 .c.o:
156 $(COMPILE) -c $<
158 .s.o:
159 $(COMPILE) -c $<
161 .S.o:
162 $(COMPILE) -c $<
164 mostlyclean-compile:
165 -rm -f *.o core *.core
167 clean-compile:
169 distclean-compile:
170 -rm -f *.tab.c
172 maintainer-clean-compile:
174 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
175 -rm -f lib.a
176 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
177 $(RANLIB) lib.a
179 tags: TAGS
181 ID: $(HEADERS) $(SOURCES) $(LISP)
182 list='$(SOURCES) $(HEADERS)'; \
183 unique=`for i in $$list; do echo $$i; done | \
184 awk ' { files[$$0] = 1; } \
185 END { for (i in files) print i; }'`; \
186 here=`pwd` && cd $(srcdir) \
187 && mkid -f$$here/ID $$unique $(LISP)
189 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
190 tags=; \
191 here=`pwd`; \
192 list='$(SOURCES) $(HEADERS)'; \
193 unique=`for i in $$list; do echo $$i; done | \
194 awk ' { files[$$0] = 1; } \
195 END { for (i in files) print i; }'`; \
196 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
199 mostlyclean-tags:
201 clean-tags:
203 distclean-tags:
204 -rm -f TAGS ID
206 maintainer-clean-tags:
208 distdir = $(PACKAGE)-$(VERSION)
209 top_distdir = $(distdir)
211 # This target untars the dist file and tries a VPATH configuration. Then
212 # it guarantees that the distribution is self-contained by making another
213 # tarfile.
214 distcheck: dist
215 -rm -rf $(distdir)
216 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
217 mkdir $(distdir)/=build
218 mkdir $(distdir)/=inst
219 dc_install_base=`cd $(distdir)/=inst && pwd`; \
220 cd $(distdir)/=build \
221 && ../configure --srcdir=.. --prefix=$$dc_install_base \
222 && $(MAKE) $(AM_MAKEFLAGS) \
223 && $(MAKE) $(AM_MAKEFLAGS) dvi \
224 && $(MAKE) $(AM_MAKEFLAGS) check \
225 && $(MAKE) $(AM_MAKEFLAGS) install \
226 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
227 && $(MAKE) $(AM_MAKEFLAGS) dist
228 -rm -rf $(distdir)
229 @banner="$(distdir).tar.gz is ready for distribution"; \
230 dashes=`echo "$$banner" | sed s/./=/g`; \
231 echo "$$dashes"; \
232 echo "$$banner"; \
233 echo "$$dashes"
234 dist: distdir
235 -chmod -R a+r $(distdir)
236 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
237 -rm -rf $(distdir)
238 dist-all: distdir
239 -chmod -R a+r $(distdir)
240 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
241 -rm -rf $(distdir)
242 distdir: $(DISTFILES)
243 -rm -rf $(distdir)
244 mkdir $(distdir)
245 -chmod 777 $(distdir)
246 @for file in $(DISTFILES); do \
247 if test -f $$file; then d=.; else d=$(srcdir); fi; \
248 if test -d $$d/$$file; then \
249 cp -pr $$d/$$file $(distdir)/$$file; \
250 else \
251 test -f $(distdir)/$$file \
252 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
253 || cp -p $$d/$$file $(distdir)/$$file || :; \
254 fi; \
255 done
256 info-am:
257 info: info-am
258 dvi-am:
259 dvi: dvi-am
260 check-am:
261 check: check-am
262 installcheck-am:
263 installcheck: installcheck-am
264 install-info-am:
265 install-info: install-info-am
266 install-exec-am:
267 install-exec: install-exec-am
269 install-data-am:
270 install-data: install-data-am
272 install-am: all-am
273 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
274 install: install-am
275 uninstall-am:
276 uninstall: uninstall-am
277 all-am: Makefile $(LIBRARIES)
278 all-redirect: all-am
279 install-strip:
280 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
281 installdirs:
284 mostlyclean-generic:
286 clean-generic:
288 distclean-generic:
289 -rm -f Makefile $(CONFIG_CLEAN_FILES)
290 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
292 maintainer-clean-generic:
293 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
294 mostlyclean-tags mostlyclean-generic
296 mostlyclean: mostlyclean-am
298 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
299 mostlyclean-am
301 clean: clean-am
303 distclean-am: distclean-noinstLIBRARIES distclean-compile \
304 distclean-tags distclean-generic clean-am
306 distclean: distclean-am
307 -rm -f config.status
309 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
310 maintainer-clean-compile maintainer-clean-tags \
311 maintainer-clean-generic distclean-am
312 @echo "This command is intended for maintainers to use;"
313 @echo "it deletes files that may require special tools to rebuild."
315 maintainer-clean: maintainer-clean-am
316 -rm -f config.status
318 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
319 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
320 mostlyclean-compile distclean-compile clean-compile \
321 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
322 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
323 check-am installcheck-am installcheck install-info-am install-info \
324 install-exec-am install-exec install-data-am install-data install-am \
325 install uninstall-am uninstall all-redirect all-am all installdirs \
326 mostlyclean-generic distclean-generic clean-generic \
327 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
330 all: crt0.o
332 # Tell versions [3.59,3.63) of GNU make to not export all variables.
333 # Otherwise a system limit (for SysV at least) may be exceeded.
334 .NOEXPORT: