fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / argz / Makefile.in
blob719da531c79dc41affe07e62a3ab9cb7b8967376
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)
112 @ELIX_LEVEL_1_TRUE@LIB_OBJS =
113 @ELIX_LEVEL_1_FALSE@LIB_OBJS = argz_add.$(oext) argz_add_sep.$(oext) argz_append.$(oext) argz_count.$(oext) argz_create.$(oext) argz_create_sep.$(oext) argz_delete.$(oext) argz_extract.$(oext) argz_insert.$(oext) argz_next.$(oext) argz_replace.$(oext) argz_stringify.$(oext) buf_findstr.$(oext) envz_entry.$(oext) envz_get.$(oext) envz_add.$(oext) envz_remove.$(oext) envz_merge.$(oext) envz_strip.$(oext)
115 libargz_la_LDFLAGS = -Xcompiler -nostdlib
117 @USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libargz.la
118 @USE_LIBTOOL_TRUE@libargz_la_SOURCES = dummy.c
119 @USE_LIBTOOL_TRUE@libargz_la_LIBADD = $(LIB_OBJS)
120 @USE_LIBTOOL_TRUE@libargz_la_DEPENDENCIES = $(LIB_OBJS)
121 @USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
122 @USE_LIBTOOL_FALSE@noinst_DATA =
123 @USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
124 @USE_LIBTOOL_FALSE@lib_a_SOURCES = dummy.c
125 @USE_LIBTOOL_FALSE@lib_a_LIBADD = $(LIB_OBJS)
126 @USE_LIBTOOL_FALSE@lib_a_DEPENDENCIES = $(LIB_OBJS)
128 SUFFIXES = .def
130 CHEWOUT_FILES =
132 CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
134 TARGETDOC = ../tmp.texi
136 CLEANFILES = $(CHEWOUT_FILES) *.ref
137 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
138 CONFIG_CLEAN_FILES =
139 LIBRARIES = $(noinst_LIBRARIES)
142 DEFS = @DEFS@ -I. -I$(srcdir)
143 CPPFLAGS = @CPPFLAGS@
144 LIBS = @LIBS@
145 @USE_LIBTOOL_FALSE@lib_a_OBJECTS = dummy.$(OBJEXT)
146 LTLIBRARIES = $(noinst_LTLIBRARIES)
148 @USE_LIBTOOL_TRUE@libargz_la_OBJECTS = dummy.lo
149 CFLAGS = @CFLAGS@
150 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
151 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152 CCLD = $(CC)
153 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
154 DATA = $(noinst_DATA)
156 DIST_COMMON = Makefile.am Makefile.in
159 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
161 TAR = gtar
162 GZIP_ENV = --best
163 SOURCES = $(lib_a_SOURCES) $(libargz_la_SOURCES)
164 OBJECTS = $(lib_a_OBJECTS) $(libargz_la_OBJECTS)
166 all: all-redirect
167 .SUFFIXES:
168 .SUFFIXES: .S .c .def .lo .o .obj .s
169 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
170 cd $(top_srcdir) && $(AUTOMAKE) --cygnus argz/Makefile
172 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
173 cd $(top_builddir) \
174 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
177 mostlyclean-noinstLIBRARIES:
179 clean-noinstLIBRARIES:
180 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
182 distclean-noinstLIBRARIES:
184 maintainer-clean-noinstLIBRARIES:
186 .c.o:
187 $(COMPILE) -c $<
189 # FIXME: We should only use cygpath when building on Windows,
190 # and only if it is available.
191 .c.obj:
192 $(COMPILE) -c `cygpath -w $<`
194 .s.o:
195 $(COMPILE) -c $<
197 .S.o:
198 $(COMPILE) -c $<
200 mostlyclean-compile:
201 -rm -f *.o core *.core
202 -rm -f *.$(OBJEXT)
204 clean-compile:
206 distclean-compile:
207 -rm -f *.tab.c
209 maintainer-clean-compile:
211 .c.lo:
212 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214 .s.lo:
215 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
217 .S.lo:
218 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
220 mostlyclean-libtool:
221 -rm -f *.lo
223 clean-libtool:
224 -rm -rf .libs _libs
226 distclean-libtool:
228 maintainer-clean-libtool:
230 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
231 -rm -f lib.a
232 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
233 $(RANLIB) lib.a
235 mostlyclean-noinstLTLIBRARIES:
237 clean-noinstLTLIBRARIES:
238 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
240 distclean-noinstLTLIBRARIES:
242 maintainer-clean-noinstLTLIBRARIES:
244 libargz.la: $(libargz_la_OBJECTS) $(libargz_la_DEPENDENCIES)
245 $(LINK) $(libargz_la_LDFLAGS) $(libargz_la_OBJECTS) $(libargz_la_LIBADD) $(LIBS)
247 tags: TAGS
249 ID: $(HEADERS) $(SOURCES) $(LISP)
250 list='$(SOURCES) $(HEADERS)'; \
251 unique=`for i in $$list; do echo $$i; done | \
252 awk ' { files[$$0] = 1; } \
253 END { for (i in files) print i; }'`; \
254 here=`pwd` && cd $(srcdir) \
255 && mkid -f$$here/ID $$unique $(LISP)
257 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
258 tags=; \
259 here=`pwd`; \
260 list='$(SOURCES) $(HEADERS)'; \
261 unique=`for i in $$list; do echo $$i; done | \
262 awk ' { files[$$0] = 1; } \
263 END { for (i in files) print i; }'`; \
264 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
265 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
267 mostlyclean-tags:
269 clean-tags:
271 distclean-tags:
272 -rm -f TAGS ID
274 maintainer-clean-tags:
276 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
278 subdir = argz
280 distdir: $(DISTFILES)
281 @for file in $(DISTFILES); do \
282 if test -f $$file; then d=.; else d=$(srcdir); fi; \
283 if test -d $$d/$$file; then \
284 cp -pr $$d/$$file $(distdir)/$$file; \
285 else \
286 test -f $(distdir)/$$file \
287 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
288 || cp -p $$d/$$file $(distdir)/$$file || :; \
289 fi; \
290 done
291 info-am:
292 info: info-am
293 dvi-am:
294 dvi: dvi-am
295 check-am:
296 check: check-am
297 installcheck-am:
298 installcheck: installcheck-am
299 install-info-am:
300 install-info: install-info-am
301 install-exec-am:
302 install-exec: install-exec-am
304 install-data-am:
305 install-data: install-data-am
307 install-am: all-am
308 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
309 install: install-am
310 uninstall-am:
311 uninstall: uninstall-am
312 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
313 all-redirect: all-am
314 install-strip:
315 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
316 installdirs:
319 mostlyclean-generic:
321 clean-generic:
322 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
324 distclean-generic:
325 -rm -f Makefile $(CONFIG_CLEAN_FILES)
326 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
328 maintainer-clean-generic:
329 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
330 mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
331 mostlyclean-tags mostlyclean-generic
333 mostlyclean: mostlyclean-am
335 clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
336 clean-noinstLTLIBRARIES clean-tags clean-generic \
337 mostlyclean-am
339 clean: clean-am
341 distclean-am: distclean-noinstLIBRARIES distclean-compile \
342 distclean-libtool distclean-noinstLTLIBRARIES \
343 distclean-tags distclean-generic clean-am
344 -rm -f libtool
346 distclean: distclean-am
348 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
349 maintainer-clean-compile maintainer-clean-libtool \
350 maintainer-clean-noinstLTLIBRARIES \
351 maintainer-clean-tags maintainer-clean-generic \
352 distclean-am
353 @echo "This command is intended for maintainers to use;"
354 @echo "it deletes files that may require special tools to rebuild."
356 maintainer-clean: maintainer-clean-am
358 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
359 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
360 mostlyclean-compile distclean-compile clean-compile \
361 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
362 clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
363 distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
364 maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
365 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
366 check-am installcheck-am installcheck install-info-am install-info \
367 install-exec-am install-exec install-data-am install-data install-am \
368 install uninstall-am uninstall all-redirect all-am all installdirs \
369 mostlyclean-generic distclean-generic clean-generic \
370 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
373 .c.def:
374 $(CHEW) < $< > $*.def 2> $*.ref
375 touch stmp-def
377 doc: $(CHEWOUT_FILES)
379 objectlist.awk.in: $(noinst_LTLIBRARIES)
380 -rm -f objectlist.awk.in
381 for i in `ls *.lo` ; \
382 do \
383 echo $$i `pwd`/$$i >> objectlist.awk.in ; \
384 done
386 # Tell versions [3.59,3.63) of GNU make to not export all variables.
387 # Otherwise a system limit (for SysV at least) may be exceeded.
388 .NOEXPORT: