]> sourceware.org Git - newlib-cygwin.git/blame - newlib/libc/argz/Makefile.in
2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
[newlib-cygwin.git] / newlib / libc / argz / Makefile.in
CommitLineData
786ab12c 1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
b56d7e79 2
786ab12c 3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
b56d7e79
TF
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
15SHELL = @SHELL@
16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20prefix = @prefix@
21exec_prefix = @exec_prefix@
22
23bindir = @bindir@
24sbindir = @sbindir@
25libexecdir = @libexecdir@
26datadir = @datadir@
27sysconfdir = @sysconfdir@
28sharedstatedir = @sharedstatedir@
29localstatedir = @localstatedir@
30libdir = @libdir@
31infodir = @infodir@
32mandir = @mandir@
33includedir = @includedir@
34oldincludedir = /usr/include
35
36DESTDIR =
37
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41
42top_builddir = ..
43
44ACLOCAL = @ACLOCAL@
45AUTOCONF = @AUTOCONF@
46AUTOMAKE = @AUTOMAKE@
47AUTOHEADER = @AUTOHEADER@
48
49INSTALL = @INSTALL@
50INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51INSTALL_DATA = @INSTALL_DATA@
52INSTALL_SCRIPT = @INSTALL_SCRIPT@
53transform = @program_transform_name@
54
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61build_alias = @build_alias@
62build_triplet = @build@
63host_alias = @host_alias@
64host_triplet = @host@
65target_alias = @target_alias@
66target_triplet = @target@
67AR = @AR@
68AS = @AS@
69CC = @CC@
70CPP = @CPP@
71CRT0 = @CRT0@
72CXX = @CXX@
73CXXCPP = @CXXCPP@
74DLLTOOL = @DLLTOOL@
75EXEEXT = @EXEEXT@
76GCJ = @GCJ@
77GCJFLAGS = @GCJFLAGS@
78LDFLAGS = @LDFLAGS@
79LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
80LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
81LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
82LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
83LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
84LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
9b022d6d
TF
85LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
86LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
b56d7e79
TF
87LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
88LIBC_SYS_LIB = @LIBC_SYS_LIB@
89LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
90LIBTOOL = @LIBTOOL@
91LN_S = @LN_S@
92MAINT = @MAINT@
93MAKEINFO = @MAKEINFO@
94NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
786ab12c 95NEWLIB_ICONV_CFLAGS = @NEWLIB_ICONV_CFLAGS@
b56d7e79
TF
96OBJDUMP = @OBJDUMP@
97OBJEXT = @OBJEXT@
98PACKAGE = @PACKAGE@
99RANLIB = @RANLIB@
100STRIP = @STRIP@
101VERSION = @VERSION@
102aext = @aext@
103extra_dir = @extra_dir@
104libm_machine_dir = @libm_machine_dir@
105machine_dir = @machine_dir@
106newlib_basedir = @newlib_basedir@
107oext = @oext@
108sys_dir = @sys_dir@
109
110AUTOMAKE_OPTIONS = cygnus
111
112INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
90b65e2d 113@ELIX_LEVEL_1_TRUE@LIB_OBJS =
786ab12c 114@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)
b56d7e79
TF
115
116libargz_la_LDFLAGS = -Xcompiler -nostdlib
117
786ab12c
JJ
118@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libargz.la
119@USE_LIBTOOL_TRUE@libargz_la_SOURCES = dummy.c
120@USE_LIBTOOL_TRUE@libargz_la_LIBADD = $(LIB_OBJS)
121@USE_LIBTOOL_TRUE@libargz_la_DEPENDENCIES = $(LIB_OBJS)
122@USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
b56d7e79 123@USE_LIBTOOL_FALSE@noinst_DATA =
786ab12c
JJ
124@USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
125@USE_LIBTOOL_FALSE@lib_a_SOURCES = dummy.c
126@USE_LIBTOOL_FALSE@lib_a_LIBADD = $(LIB_OBJS)
127@USE_LIBTOOL_FALSE@lib_a_DEPENDENCIES = $(LIB_OBJS)
778876f6
JJ
128
129SUFFIXES = .def
130
131CHEWOUT_FILES =
132
133CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
134
135TARGETDOC = ../tmp.texi
136
137CLEANFILES = $(CHEWOUT_FILES) *.ref
b56d7e79
TF
138mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
139CONFIG_CLEAN_FILES =
140LIBRARIES = $(noinst_LIBRARIES)
141
142
143DEFS = @DEFS@ -I. -I$(srcdir)
144CPPFLAGS = @CPPFLAGS@
145LIBS = @LIBS@
90b65e2d 146@USE_LIBTOOL_FALSE@lib_a_OBJECTS = dummy.$(OBJEXT)
b56d7e79
TF
147LTLIBRARIES = $(noinst_LTLIBRARIES)
148
90b65e2d 149@USE_LIBTOOL_TRUE@libargz_la_OBJECTS = dummy.lo
b56d7e79
TF
150CFLAGS = @CFLAGS@
151COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153CCLD = $(CC)
154LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
155DATA = $(noinst_DATA)
156
157DIST_COMMON = Makefile.am Makefile.in
158
159
160DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
161
162TAR = gtar
163GZIP_ENV = --best
164SOURCES = $(lib_a_SOURCES) $(libargz_la_SOURCES)
165OBJECTS = $(lib_a_OBJECTS) $(libargz_la_OBJECTS)
166
167all: all-redirect
168.SUFFIXES:
778876f6 169.SUFFIXES: .S .c .def .lo .o .obj .s
b56d7e79
TF
170$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
171 cd $(top_srcdir) && $(AUTOMAKE) --cygnus argz/Makefile
172
173Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
174 cd $(top_builddir) \
175 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
176
177
178mostlyclean-noinstLIBRARIES:
179
180clean-noinstLIBRARIES:
181 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
182
183distclean-noinstLIBRARIES:
184
185maintainer-clean-noinstLIBRARIES:
186
187.c.o:
188 $(COMPILE) -c $<
189
190# FIXME: We should only use cygpath when building on Windows,
191# and only if it is available.
192.c.obj:
193 $(COMPILE) -c `cygpath -w $<`
194
195.s.o:
196 $(COMPILE) -c $<
197
198.S.o:
199 $(COMPILE) -c $<
200
201mostlyclean-compile:
202 -rm -f *.o core *.core
203 -rm -f *.$(OBJEXT)
204
205clean-compile:
206
207distclean-compile:
208 -rm -f *.tab.c
209
210maintainer-clean-compile:
211
212.c.lo:
213 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214
215.s.lo:
216 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
217
218.S.lo:
219 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
220
221mostlyclean-libtool:
222 -rm -f *.lo
223
224clean-libtool:
225 -rm -rf .libs _libs
226
227distclean-libtool:
228
229maintainer-clean-libtool:
230
231lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
232 -rm -f lib.a
233 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
234 $(RANLIB) lib.a
235
236mostlyclean-noinstLTLIBRARIES:
237
238clean-noinstLTLIBRARIES:
239 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
240
241distclean-noinstLTLIBRARIES:
242
243maintainer-clean-noinstLTLIBRARIES:
244
245libargz.la: $(libargz_la_OBJECTS) $(libargz_la_DEPENDENCIES)
246 $(LINK) $(libargz_la_LDFLAGS) $(libargz_la_OBJECTS) $(libargz_la_LIBADD) $(LIBS)
247
248tags: TAGS
249
250ID: $(HEADERS) $(SOURCES) $(LISP)
251 list='$(SOURCES) $(HEADERS)'; \
252 unique=`for i in $$list; do echo $$i; done | \
253 awk ' { files[$$0] = 1; } \
254 END { for (i in files) print i; }'`; \
255 here=`pwd` && cd $(srcdir) \
256 && mkid -f$$here/ID $$unique $(LISP)
257
258TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
259 tags=; \
260 here=`pwd`; \
261 list='$(SOURCES) $(HEADERS)'; \
262 unique=`for i in $$list; do echo $$i; done | \
263 awk ' { files[$$0] = 1; } \
264 END { for (i in files) print i; }'`; \
265 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
266 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
267
268mostlyclean-tags:
269
270clean-tags:
271
272distclean-tags:
273 -rm -f TAGS ID
274
275maintainer-clean-tags:
276
277distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
278
279subdir = argz
280
281distdir: $(DISTFILES)
282 @for file in $(DISTFILES); do \
283 if test -f $$file; then d=.; else d=$(srcdir); fi; \
284 if test -d $$d/$$file; then \
285 cp -pr $$d/$$file $(distdir)/$$file; \
286 else \
287 test -f $(distdir)/$$file \
288 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
289 || cp -p $$d/$$file $(distdir)/$$file || :; \
290 fi; \
291 done
292info-am:
293info: info-am
294dvi-am:
295dvi: dvi-am
296check-am:
297check: check-am
298installcheck-am:
299installcheck: installcheck-am
300install-info-am:
301install-info: install-info-am
302install-exec-am:
303install-exec: install-exec-am
304
305install-data-am:
306install-data: install-data-am
307
308install-am: all-am
309 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
310install: install-am
311uninstall-am:
312uninstall: uninstall-am
313all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
314all-redirect: all-am
315install-strip:
316 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
317installdirs:
318
319
320mostlyclean-generic:
321
322clean-generic:
778876f6 323 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
b56d7e79
TF
324
325distclean-generic:
326 -rm -f Makefile $(CONFIG_CLEAN_FILES)
327 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
328
329maintainer-clean-generic:
330mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
331 mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
332 mostlyclean-tags mostlyclean-generic
333
334mostlyclean: mostlyclean-am
335
336clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
337 clean-noinstLTLIBRARIES clean-tags clean-generic \
338 mostlyclean-am
339
340clean: clean-am
341
342distclean-am: distclean-noinstLIBRARIES distclean-compile \
343 distclean-libtool distclean-noinstLTLIBRARIES \
344 distclean-tags distclean-generic clean-am
345 -rm -f libtool
346
347distclean: distclean-am
348
349maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
350 maintainer-clean-compile maintainer-clean-libtool \
351 maintainer-clean-noinstLTLIBRARIES \
352 maintainer-clean-tags maintainer-clean-generic \
353 distclean-am
354 @echo "This command is intended for maintainers to use;"
355 @echo "it deletes files that may require special tools to rebuild."
356
357maintainer-clean: maintainer-clean-am
358
359.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
360clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
361mostlyclean-compile distclean-compile clean-compile \
362maintainer-clean-compile mostlyclean-libtool distclean-libtool \
363clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
364distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
365maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
366clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
367check-am installcheck-am installcheck install-info-am install-info \
368install-exec-am install-exec install-data-am install-data install-am \
369install uninstall-am uninstall all-redirect all-am all installdirs \
370mostlyclean-generic distclean-generic clean-generic \
371maintainer-clean-generic clean mostlyclean distclean maintainer-clean
372
373
778876f6
JJ
374.c.def:
375 $(CHEW) < $< > $*.def 2> $*.ref
376 touch stmp-def
377
378doc: $(CHEWOUT_FILES)
379
b56d7e79
TF
380objectlist.awk.in: $(noinst_LTLIBRARIES)
381 -rm -f objectlist.awk.in
382 for i in `ls *.lo` ; \
383 do \
384 echo $$i `pwd`/$$i >> objectlist.awk.in ; \
385 done
386
387# Tell versions [3.59,3.63) of GNU make to not export all variables.
388# Otherwise a system limit (for SysV at least) may be exceeded.
389.NOEXPORT:
This page took 0.0803779999999999 seconds and 5 git commands to generate.