fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sysnecv850 / Makefile.in
blob7d3b0ba31dd9ff1c2f5a588116113f87f874174d
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 = _exit.c access.c chmod.c chown.c close.c creat.c crt1.c execv.c execve.c fork.c fstat.c getpid.c isatty.c kill.c lseek.c open.c pipe.c read.c link.c sbrk.c stat.c time.c trap.S unlink.c utime.c wait.c write.c times.c gettime.c
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 = _exit.o access.o chmod.o chown.o close.o creat.o crt1.o \
108 execv.o execve.o fork.o fstat.o getpid.o isatty.o kill.o lseek.o open.o \
109 pipe.o read.o link.o sbrk.o stat.o time.o trap.o unlink.o utime.o \
110 wait.o write.o times.o gettime.o
111 CFLAGS = @CFLAGS@
112 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113 CCLD = $(CC)
114 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
115 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120 TAR = gtar
121 GZIP_ENV = --best
122 SOURCES = $(lib_a_SOURCES)
123 OBJECTS = $(lib_a_OBJECTS)
125 all: all-redirect
126 .SUFFIXES:
127 .SUFFIXES: .S .c .o .s
128 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
129 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
131 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
132 cd $(top_builddir) \
133 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
135 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in \
136 ../../../acinclude.m4 ../../../aclocal.m4 \
137 ../../../libtool.m4
138 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
140 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
141 $(SHELL) ./config.status --recheck
142 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
143 cd $(srcdir) && $(AUTOCONF)
145 mostlyclean-noinstLIBRARIES:
147 clean-noinstLIBRARIES:
148 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
150 distclean-noinstLIBRARIES:
152 maintainer-clean-noinstLIBRARIES:
154 .c.o:
155 $(COMPILE) -c $<
157 .s.o:
158 $(COMPILE) -c $<
160 .S.o:
161 $(COMPILE) -c $<
163 mostlyclean-compile:
164 -rm -f *.o core *.core
166 clean-compile:
168 distclean-compile:
169 -rm -f *.tab.c
171 maintainer-clean-compile:
173 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
174 -rm -f lib.a
175 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
176 $(RANLIB) lib.a
178 tags: TAGS
180 ID: $(HEADERS) $(SOURCES) $(LISP)
181 list='$(SOURCES) $(HEADERS)'; \
182 unique=`for i in $$list; do echo $$i; done | \
183 awk ' { files[$$0] = 1; } \
184 END { for (i in files) print i; }'`; \
185 here=`pwd` && cd $(srcdir) \
186 && mkid -f$$here/ID $$unique $(LISP)
188 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
189 tags=; \
190 here=`pwd`; \
191 list='$(SOURCES) $(HEADERS)'; \
192 unique=`for i in $$list; do echo $$i; done | \
193 awk ' { files[$$0] = 1; } \
194 END { for (i in files) print i; }'`; \
195 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
196 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
198 mostlyclean-tags:
200 clean-tags:
202 distclean-tags:
203 -rm -f TAGS ID
205 maintainer-clean-tags:
207 distdir = $(PACKAGE)-$(VERSION)
208 top_distdir = $(distdir)
210 # This target untars the dist file and tries a VPATH configuration. Then
211 # it guarantees that the distribution is self-contained by making another
212 # tarfile.
213 distcheck: dist
214 -rm -rf $(distdir)
215 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
216 mkdir $(distdir)/=build
217 mkdir $(distdir)/=inst
218 dc_install_base=`cd $(distdir)/=inst && pwd`; \
219 cd $(distdir)/=build \
220 && ../configure --srcdir=.. --prefix=$$dc_install_base \
221 && $(MAKE) $(AM_MAKEFLAGS) \
222 && $(MAKE) $(AM_MAKEFLAGS) dvi \
223 && $(MAKE) $(AM_MAKEFLAGS) check \
224 && $(MAKE) $(AM_MAKEFLAGS) install \
225 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
226 && $(MAKE) $(AM_MAKEFLAGS) dist
227 -rm -rf $(distdir)
228 @banner="$(distdir).tar.gz is ready for distribution"; \
229 dashes=`echo "$$banner" | sed s/./=/g`; \
230 echo "$$dashes"; \
231 echo "$$banner"; \
232 echo "$$dashes"
233 dist: distdir
234 -chmod -R a+r $(distdir)
235 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
236 -rm -rf $(distdir)
237 dist-all: distdir
238 -chmod -R a+r $(distdir)
239 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
240 -rm -rf $(distdir)
241 distdir: $(DISTFILES)
242 -rm -rf $(distdir)
243 mkdir $(distdir)
244 -chmod 777 $(distdir)
245 @for file in $(DISTFILES); do \
246 if test -f $$file; then d=.; else d=$(srcdir); fi; \
247 if test -d $$d/$$file; then \
248 cp -pr $$d/$$file $(distdir)/$$file; \
249 else \
250 test -f $(distdir)/$$file \
251 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
252 || cp -p $$d/$$file $(distdir)/$$file || :; \
253 fi; \
254 done
255 info-am:
256 info: info-am
257 dvi-am:
258 dvi: dvi-am
259 check-am:
260 check: check-am
261 installcheck-am:
262 installcheck: installcheck-am
263 install-info-am:
264 install-info: install-info-am
265 install-exec-am:
266 install-exec: install-exec-am
268 install-data-am:
269 install-data: install-data-am
271 install-am: all-am
272 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
273 install: install-am
274 uninstall-am:
275 uninstall: uninstall-am
276 all-am: Makefile $(LIBRARIES)
277 all-redirect: all-am
278 install-strip:
279 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
280 installdirs:
283 mostlyclean-generic:
285 clean-generic:
287 distclean-generic:
288 -rm -f Makefile $(CONFIG_CLEAN_FILES)
289 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
291 maintainer-clean-generic:
292 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
293 mostlyclean-tags mostlyclean-generic
295 mostlyclean: mostlyclean-am
297 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
298 mostlyclean-am
300 clean: clean-am
302 distclean-am: distclean-noinstLIBRARIES distclean-compile \
303 distclean-tags distclean-generic clean-am
305 distclean: distclean-am
306 -rm -f config.status
308 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
309 maintainer-clean-compile maintainer-clean-tags \
310 maintainer-clean-generic distclean-am
311 @echo "This command is intended for maintainers to use;"
312 @echo "it deletes files that may require special tools to rebuild."
314 maintainer-clean: maintainer-clean-am
315 -rm -f config.status
317 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
318 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
319 mostlyclean-compile distclean-compile clean-compile \
320 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
321 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
322 check-am installcheck-am installcheck install-info-am install-info \
323 install-exec-am install-exec install-data-am install-data install-am \
324 install uninstall-am uninstall all-redirect all-am all installdirs \
325 mostlyclean-generic distclean-generic clean-generic \
326 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
329 all: crt0.o
331 # Tell versions [3.59,3.63) of GNU make to not export all variables.
332 # Otherwise a system limit (for SysV at least) may be exceeded.
333 .NOEXPORT: