fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / errno / Makefile.in
bloba6514efbf6099358f95a8d514456784b46796102
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 CRT0 = @CRT0@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 DLLTOOL = @DLLTOOL@
75 EXEEXT = @EXEEXT@
76 GCJ = @GCJ@
77 GCJFLAGS = @GCJFLAGS@
78 LDFLAGS = @LDFLAGS@
79 LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
80 LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
81 LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
82 LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
83 LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
84 LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
85 LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
86 LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
87 LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
88 LIBC_SYS_LIB = @LIBC_SYS_LIB@
89 LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
90 LIBTOOL = @LIBTOOL@
91 LN_S = @LN_S@
92 MAINT = @MAINT@
93 MAKEINFO = @MAKEINFO@
94 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
95 OBJDUMP = @OBJDUMP@
96 OBJEXT = @OBJEXT@
97 PACKAGE = @PACKAGE@
98 RANLIB = @RANLIB@
99 STRIP = @STRIP@
100 VERSION = @VERSION@
101 aext = @aext@
102 extra_dir = @extra_dir@
103 libm_machine_dir = @libm_machine_dir@
104 machine_dir = @machine_dir@
105 newlib_basedir = @newlib_basedir@
106 oext = @oext@
107 sys_dir = @sys_dir@
109 AUTOMAKE_OPTIONS = cygnus
111 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
113 LIB_SOURCES = errno.c
115 liberrno_la_LDFLAGS = -Xcompiler -nostdlib
117 @USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = liberrno.la
118 @USE_LIBTOOL_TRUE@liberrno_la_SOURCES = $(LIB_SOURCES)
119 @USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
120 @USE_LIBTOOL_FALSE@noinst_DATA =
121 @USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
122 @USE_LIBTOOL_FALSE@lib_a_SOURCES = $(LIB_SOURCES)
124 CHEWOUT_FILES =
126 SUFFIXES = .def
128 CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
130 TARGETDOC = ../tmp.texi
132 CLEANFILES = $(CHEWOUT_FILES) *.ref
133 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
134 CONFIG_CLEAN_FILES =
135 LIBRARIES = $(noinst_LIBRARIES)
138 DEFS = @DEFS@ -I. -I$(srcdir)
139 CPPFLAGS = @CPPFLAGS@
140 LIBS = @LIBS@
141 lib_a_LIBADD =
142 @USE_LIBTOOL_FALSE@lib_a_OBJECTS = errno.$(OBJEXT)
143 LTLIBRARIES = $(noinst_LTLIBRARIES)
145 liberrno_la_LIBADD =
146 @USE_LIBTOOL_TRUE@liberrno_la_OBJECTS = errno.lo
147 CFLAGS = @CFLAGS@
148 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
150 CCLD = $(CC)
151 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
152 DATA = $(noinst_DATA)
154 DIST_COMMON = Makefile.am Makefile.in
157 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
159 TAR = gtar
160 GZIP_ENV = --best
161 SOURCES = $(lib_a_SOURCES) $(liberrno_la_SOURCES)
162 OBJECTS = $(lib_a_OBJECTS) $(liberrno_la_OBJECTS)
164 all: all-redirect
165 .SUFFIXES:
166 .SUFFIXES: .S .c .def .lo .o .obj .s
167 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
168 cd $(top_srcdir) && $(AUTOMAKE) --cygnus errno/Makefile
170 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
171 cd $(top_builddir) \
172 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
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 liberrno.la: $(liberrno_la_OBJECTS) $(liberrno_la_DEPENDENCIES)
243 $(LINK) $(liberrno_la_LDFLAGS) $(liberrno_la_OBJECTS) $(liberrno_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 = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
276 subdir = errno
278 distdir: $(DISTFILES)
279 @for file in $(DISTFILES); do \
280 if test -f $$file; then d=.; else d=$(srcdir); fi; \
281 if test -d $$d/$$file; then \
282 cp -pr $$d/$$file $(distdir)/$$file; \
283 else \
284 test -f $(distdir)/$$file \
285 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
286 || cp -p $$d/$$file $(distdir)/$$file || :; \
287 fi; \
288 done
289 info-am:
290 info: info-am
291 dvi-am:
292 dvi: dvi-am
293 check-am:
294 check: check-am
295 installcheck-am:
296 installcheck: installcheck-am
297 install-info-am:
298 install-info: install-info-am
299 install-exec-am:
300 install-exec: install-exec-am
302 install-data-am:
303 install-data: install-data-am
305 install-am: all-am
306 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
307 install: install-am
308 uninstall-am:
309 uninstall: uninstall-am
310 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
311 all-redirect: all-am
312 install-strip:
313 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
314 installdirs:
317 mostlyclean-generic:
319 clean-generic:
320 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
322 distclean-generic:
323 -rm -f Makefile $(CONFIG_CLEAN_FILES)
324 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
326 maintainer-clean-generic:
327 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
328 mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
329 mostlyclean-tags mostlyclean-generic
331 mostlyclean: mostlyclean-am
333 clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
334 clean-noinstLTLIBRARIES clean-tags clean-generic \
335 mostlyclean-am
337 clean: clean-am
339 distclean-am: distclean-noinstLIBRARIES distclean-compile \
340 distclean-libtool distclean-noinstLTLIBRARIES \
341 distclean-tags distclean-generic clean-am
342 -rm -f libtool
344 distclean: distclean-am
346 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
347 maintainer-clean-compile maintainer-clean-libtool \
348 maintainer-clean-noinstLTLIBRARIES \
349 maintainer-clean-tags maintainer-clean-generic \
350 distclean-am
351 @echo "This command is intended for maintainers to use;"
352 @echo "it deletes files that may require special tools to rebuild."
354 maintainer-clean: maintainer-clean-am
356 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
357 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
358 mostlyclean-compile distclean-compile clean-compile \
359 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
360 clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
361 distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
362 maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
363 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
364 check-am installcheck-am installcheck install-info-am install-info \
365 install-exec-am install-exec install-data-am install-data install-am \
366 install uninstall-am uninstall all-redirect all-am all installdirs \
367 mostlyclean-generic distclean-generic clean-generic \
368 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
371 objectlist.awk.in: $(noinst_LTLIBRARIES)
372 -rm -f objectlist.awk.in
373 for i in `ls *.lo` ; \
374 do \
375 echo $$i `pwd`/$$i >> objectlist.awk.in ; \
376 done
378 .c.def:
379 $(CHEW) < $< > $*.def 2> $*.ref
380 touch stmp-def
382 # No doc for errno.
383 doc:
385 # Tell versions [3.59,3.63) of GNU make to not export all variables.
386 # Otherwise a system limit (for SysV at least) may be exceeded.
387 .NOEXPORT: