OSDN Git Service

2002-08-26 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / argz / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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.
7
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.
12
13
14
15 SHELL = @SHELL@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 prefix = @prefix@
21 exec_prefix = @exec_prefix@
22
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
35
36 DESTDIR =
37
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41
42 top_builddir = ..
43
44 ACLOCAL = @ACLOCAL@
45 AUTOCONF = @AUTOCONF@
46 AUTOMAKE = @AUTOMAKE@
47 AUTOHEADER = @AUTOHEADER@
48
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@
54
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@
108
109 AUTOMAKE_OPTIONS = cygnus
110
111 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
112 @ELIX_LEVEL_1_TRUE@LIB_OBJS = 
113 @ELIX_LEVEL_1_FALSE@LIB_OBJS = @ELIX_LEVEL_1_FALSE@\
114 @ELIX_LEVEL_1_FALSE@    argz_add.$(oext) \
115 @ELIX_LEVEL_1_FALSE@    argz_add_sep.$(oext) \
116 @ELIX_LEVEL_1_FALSE@    argz_append.$(oext) \
117 @ELIX_LEVEL_1_FALSE@    argz_count.$(oext) \
118 @ELIX_LEVEL_1_FALSE@    argz_create.$(oext) \
119 @ELIX_LEVEL_1_FALSE@    argz_create_sep.$(oext) \
120 @ELIX_LEVEL_1_FALSE@    argz_delete.$(oext) \
121 @ELIX_LEVEL_1_FALSE@    argz_extract.$(oext) \
122 @ELIX_LEVEL_1_FALSE@    argz_insert.$(oext) \
123 @ELIX_LEVEL_1_FALSE@    argz_next.$(oext) \
124 @ELIX_LEVEL_1_FALSE@    argz_replace.$(oext) \
125 @ELIX_LEVEL_1_FALSE@    argz_stringify.$(oext) \
126 @ELIX_LEVEL_1_FALSE@    buf_findstr.$(oext) \
127 @ELIX_LEVEL_1_FALSE@    envz_entry.$(oext) \
128 @ELIX_LEVEL_1_FALSE@    envz_get.$(oext) \
129 @ELIX_LEVEL_1_FALSE@    envz_add.$(oext) \
130 @ELIX_LEVEL_1_FALSE@    envz_remove.$(oext) \
131 @ELIX_LEVEL_1_FALSE@    envz_merge.$(oext) \
132 @ELIX_LEVEL_1_FALSE@    envz_strip.$(oext)
133
134 libargz_la_LDFLAGS = -Xcompiler -nostdlib
135
136 @USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@libargz.la
137 @USE_LIBTOOL_TRUE@libargz_la_SOURCES = @USE_LIBTOOL_TRUE@dummy.c
138 @USE_LIBTOOL_TRUE@libargz_la_LIBADD = @USE_LIBTOOL_TRUE@$(LIB_OBJS)
139 @USE_LIBTOOL_TRUE@libargz_la_DEPENDENCIES = @USE_LIBTOOL_TRUE@$(LIB_OBJS)
140 @USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
141 @USE_LIBTOOL_FALSE@noinst_DATA = 
142 @USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
143 @USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@dummy.c
144 @USE_LIBTOOL_FALSE@lib_a_LIBADD = @USE_LIBTOOL_FALSE@$(LIB_OBJS)
145 @USE_LIBTOOL_FALSE@lib_a_DEPENDENCIES = @USE_LIBTOOL_FALSE@$(LIB_OBJS)
146
147 SUFFIXES = .def
148
149 CHEWOUT_FILES = 
150
151 CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
152
153 TARGETDOC = ../tmp.texi
154
155 CLEANFILES = $(CHEWOUT_FILES) *.ref
156 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
157 CONFIG_CLEAN_FILES = 
158 LIBRARIES =  $(noinst_LIBRARIES)
159
160
161 DEFS = @DEFS@ -I. -I$(srcdir) 
162 CPPFLAGS = @CPPFLAGS@
163 LIBS = @LIBS@
164 @USE_LIBTOOL_FALSE@lib_a_OBJECTS =  dummy.$(OBJEXT)
165 LTLIBRARIES =  $(noinst_LTLIBRARIES)
166
167 @USE_LIBTOOL_TRUE@libargz_la_OBJECTS =  dummy.lo
168 CFLAGS = @CFLAGS@
169 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
171 CCLD = $(CC)
172 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
173 DATA =  $(noinst_DATA)
174
175 DIST_COMMON =  Makefile.am Makefile.in
176
177
178 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
179
180 TAR = gtar
181 GZIP_ENV = --best
182 SOURCES = $(lib_a_SOURCES) $(libargz_la_SOURCES)
183 OBJECTS = $(lib_a_OBJECTS) $(libargz_la_OBJECTS)
184
185 all: all-redirect
186 .SUFFIXES:
187 .SUFFIXES: .S .c .def .lo .o .obj .s
188 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
189         cd $(top_srcdir) && $(AUTOMAKE) --cygnus argz/Makefile
190
191 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
192         cd $(top_builddir) \
193           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
194
195
196 mostlyclean-noinstLIBRARIES:
197
198 clean-noinstLIBRARIES:
199         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
200
201 distclean-noinstLIBRARIES:
202
203 maintainer-clean-noinstLIBRARIES:
204
205 .c.o:
206         $(COMPILE) -c $<
207
208 # FIXME: We should only use cygpath when building on Windows,
209 # and only if it is available.
210 .c.obj:
211         $(COMPILE) -c `cygpath -w $<`
212
213 .s.o:
214         $(COMPILE) -c $<
215
216 .S.o:
217         $(COMPILE) -c $<
218
219 mostlyclean-compile:
220         -rm -f *.o core *.core
221         -rm -f *.$(OBJEXT)
222
223 clean-compile:
224
225 distclean-compile:
226         -rm -f *.tab.c
227
228 maintainer-clean-compile:
229
230 .c.lo:
231         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
232
233 .s.lo:
234         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
235
236 .S.lo:
237         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
238
239 mostlyclean-libtool:
240         -rm -f *.lo
241
242 clean-libtool:
243         -rm -rf .libs _libs
244
245 distclean-libtool:
246
247 maintainer-clean-libtool:
248
249 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
250         -rm -f lib.a
251         $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
252         $(RANLIB) lib.a
253
254 mostlyclean-noinstLTLIBRARIES:
255
256 clean-noinstLTLIBRARIES:
257         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
258
259 distclean-noinstLTLIBRARIES:
260
261 maintainer-clean-noinstLTLIBRARIES:
262
263 libargz.la: $(libargz_la_OBJECTS) $(libargz_la_DEPENDENCIES)
264         $(LINK)  $(libargz_la_LDFLAGS) $(libargz_la_OBJECTS) $(libargz_la_LIBADD) $(LIBS)
265
266 tags: TAGS
267
268 ID: $(HEADERS) $(SOURCES) $(LISP)
269         list='$(SOURCES) $(HEADERS)'; \
270         unique=`for i in $$list; do echo $$i; done | \
271           awk '    { files[$$0] = 1; } \
272                END { for (i in files) print i; }'`; \
273         here=`pwd` && cd $(srcdir) \
274           && mkid -f$$here/ID $$unique $(LISP)
275
276 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
277         tags=; \
278         here=`pwd`; \
279         list='$(SOURCES) $(HEADERS)'; \
280         unique=`for i in $$list; do echo $$i; done | \
281           awk '    { files[$$0] = 1; } \
282                END { for (i in files) print i; }'`; \
283         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
284           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
285
286 mostlyclean-tags:
287
288 clean-tags:
289
290 distclean-tags:
291         -rm -f TAGS ID
292
293 maintainer-clean-tags:
294
295 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
296
297 subdir = argz
298
299 distdir: $(DISTFILES)
300         @for file in $(DISTFILES); do \
301           if test -f $$file; then d=.; else d=$(srcdir); fi; \
302           if test -d $$d/$$file; then \
303             cp -pr $$d/$$file $(distdir)/$$file; \
304           else \
305             test -f $(distdir)/$$file \
306             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
307             || cp -p $$d/$$file $(distdir)/$$file || :; \
308           fi; \
309         done
310 info-am:
311 info: info-am
312 dvi-am:
313 dvi: dvi-am
314 check-am:
315 check: check-am
316 installcheck-am:
317 installcheck: installcheck-am
318 install-info-am: 
319 install-info: install-info-am
320 install-exec-am:
321 install-exec: install-exec-am
322
323 install-data-am:
324 install-data: install-data-am
325
326 install-am: all-am
327         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
328 install: install-am
329 uninstall-am:
330 uninstall: uninstall-am
331 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
332 all-redirect: all-am
333 install-strip:
334         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
335 installdirs:
336
337
338 mostlyclean-generic:
339
340 clean-generic:
341         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
342
343 distclean-generic:
344         -rm -f Makefile $(CONFIG_CLEAN_FILES)
345         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
346
347 maintainer-clean-generic:
348 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
349                 mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
350                 mostlyclean-tags mostlyclean-generic
351
352 mostlyclean: mostlyclean-am
353
354 clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
355                 clean-noinstLTLIBRARIES clean-tags clean-generic \
356                 mostlyclean-am
357
358 clean: clean-am
359
360 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
361                 distclean-libtool distclean-noinstLTLIBRARIES \
362                 distclean-tags distclean-generic clean-am
363         -rm -f libtool
364
365 distclean: distclean-am
366
367 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
368                 maintainer-clean-compile maintainer-clean-libtool \
369                 maintainer-clean-noinstLTLIBRARIES \
370                 maintainer-clean-tags maintainer-clean-generic \
371                 distclean-am
372         @echo "This command is intended for maintainers to use;"
373         @echo "it deletes files that may require special tools to rebuild."
374
375 maintainer-clean: maintainer-clean-am
376
377 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
378 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
379 mostlyclean-compile distclean-compile clean-compile \
380 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
381 clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
382 distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
383 maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
384 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
385 check-am installcheck-am installcheck install-info-am install-info \
386 install-exec-am install-exec install-data-am install-data install-am \
387 install uninstall-am uninstall all-redirect all-am all installdirs \
388 mostlyclean-generic distclean-generic clean-generic \
389 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
390
391
392 .c.def:
393         $(CHEW) < $< > $*.def 2> $*.ref
394         touch stmp-def
395
396 doc: $(CHEWOUT_FILES)
397
398 objectlist.awk.in: $(noinst_LTLIBRARIES)
399         -rm -f objectlist.awk.in
400         for i in `ls *.lo` ; \
401         do \
402           echo $$i `pwd`/$$i >> objectlist.awk.in ; \
403         done
404
405 # Tell versions [3.59,3.63) of GNU make to not export all variables.
406 # Otherwise a system limit (for SysV at least) may be exceeded.
407 .NOEXPORT: