]> sourceware.org Git - newlib-cygwin.git/blame - newlib/libc/sys/linux/argp/Makefile.in
2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
[newlib-cygwin.git] / newlib / libc / sys / linux / argp / Makefile.in
CommitLineData
786ab12c 1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
cd45f029 2
786ab12c 3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
cd45f029
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@
69AWK = @AWK@
70CC = @CC@
71CPP = @CPP@
72CXX = @CXX@
73CXXCPP = @CXXCPP@
74DLLTOOL = @DLLTOOL@
75EXEEXT = @EXEEXT@
786ab12c
JJ
76EXTRA_SUBDIRS = @EXTRA_SUBDIRS@
77EXTRA_SUBLIBS = @EXTRA_SUBLIBS@
cd45f029
TF
78GCJ = @GCJ@
79GCJFLAGS = @GCJFLAGS@
80LDFLAGS = @LDFLAGS@
81LIBTOOL = @LIBTOOL@
82LINUX_MACH_LIB = @LINUX_MACH_LIB@
83LN_S = @LN_S@
84MAINT = @MAINT@
85MAKEINFO = @MAKEINFO@
86NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
87OBJDUMP = @OBJDUMP@
88OBJEXT = @OBJEXT@
89PACKAGE = @PACKAGE@
90RANLIB = @RANLIB@
91STRIP = @STRIP@
92VERSION = @VERSION@
93aext = @aext@
94libm_machine_dir = @libm_machine_dir@
95machine_dir = @machine_dir@
96newlib_basedir = @newlib_basedir@
97oext = @oext@
98sys_dir = @sys_dir@
99
100AUTOMAKE_OPTIONS = cygnus
101
102INCLUDES = -I$(srcdir)/../include $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
103
786ab12c 104LIB_SOURCES = argp-ba.c argp-eexst.c argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c
cd45f029
TF
105
106
107libargp_la_LDFLAGS = -Xcompiler -nostdlib
108
786ab12c
JJ
109@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libargp.la
110@USE_LIBTOOL_TRUE@libargp_la_SOURCES = $(LIB_SOURCES)
111@USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
cd45f029 112@USE_LIBTOOL_FALSE@noinst_DATA =
786ab12c
JJ
113@USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
114@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(LIB_SOURCES)
cd45f029
TF
115mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
116CONFIG_CLEAN_FILES =
117LIBRARIES = $(noinst_LIBRARIES)
118
119
120DEFS = @DEFS@ -I. -I$(srcdir)
121CPPFLAGS = @CPPFLAGS@
122LIBS = @LIBS@
123lib_a_LIBADD =
124@USE_LIBTOOL_FALSE@lib_a_OBJECTS = argp-ba.$(OBJEXT) \
125@USE_LIBTOOL_FALSE@argp-eexst.$(OBJEXT) argp-fmtstream.$(OBJEXT) \
126@USE_LIBTOOL_FALSE@argp-fs-xinl.$(OBJEXT) argp-help.$(OBJEXT) \
127@USE_LIBTOOL_FALSE@argp-parse.$(OBJEXT) argp-pv.$(OBJEXT) \
128@USE_LIBTOOL_FALSE@argp-pvh.$(OBJEXT) argp-xinl.$(OBJEXT)
129LTLIBRARIES = $(noinst_LTLIBRARIES)
130
131libargp_la_LIBADD =
132@USE_LIBTOOL_TRUE@libargp_la_OBJECTS = argp-ba.lo argp-eexst.lo \
133@USE_LIBTOOL_TRUE@argp-fmtstream.lo argp-fs-xinl.lo argp-help.lo \
134@USE_LIBTOOL_TRUE@argp-parse.lo argp-pv.lo argp-pvh.lo argp-xinl.lo
135CFLAGS = @CFLAGS@
136COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
138CCLD = $(CC)
139LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
140DATA = $(noinst_DATA)
141
142DIST_COMMON = Makefile.am Makefile.in
143
144
145DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
146
147TAR = gtar
148GZIP_ENV = --best
149SOURCES = $(lib_a_SOURCES) $(libargp_la_SOURCES)
150OBJECTS = $(lib_a_OBJECTS) $(libargp_la_OBJECTS)
151
152all: all-redirect
153.SUFFIXES:
154.SUFFIXES: .S .c .lo .o .obj .s
155$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../../Makefile.shared
156 cd $(top_srcdir) && $(AUTOMAKE) --cygnus argp/Makefile
157
158Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
159 cd $(top_builddir) \
160 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
161
162
163mostlyclean-noinstLIBRARIES:
164
165clean-noinstLIBRARIES:
166 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
167
168distclean-noinstLIBRARIES:
169
170maintainer-clean-noinstLIBRARIES:
171
172.c.o:
173 $(COMPILE) -c $<
174
175# FIXME: We should only use cygpath when building on Windows,
176# and only if it is available.
177.c.obj:
178 $(COMPILE) -c `cygpath -w $<`
179
180.s.o:
181 $(COMPILE) -c $<
182
183.S.o:
184 $(COMPILE) -c $<
185
186mostlyclean-compile:
187 -rm -f *.o core *.core
188 -rm -f *.$(OBJEXT)
189
190clean-compile:
191
192distclean-compile:
193 -rm -f *.tab.c
194
195maintainer-clean-compile:
196
197.c.lo:
198 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
199
200.s.lo:
201 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
202
203.S.lo:
204 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
205
206mostlyclean-libtool:
207 -rm -f *.lo
208
209clean-libtool:
210 -rm -rf .libs _libs
211
212distclean-libtool:
213
214maintainer-clean-libtool:
215
216lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
217 -rm -f lib.a
218 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
219 $(RANLIB) lib.a
220
221mostlyclean-noinstLTLIBRARIES:
222
223clean-noinstLTLIBRARIES:
224 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
225
226distclean-noinstLTLIBRARIES:
227
228maintainer-clean-noinstLTLIBRARIES:
229
230libargp.la: $(libargp_la_OBJECTS) $(libargp_la_DEPENDENCIES)
231 $(LINK) $(libargp_la_LDFLAGS) $(libargp_la_OBJECTS) $(libargp_la_LIBADD) $(LIBS)
232
233tags: TAGS
234
235ID: $(HEADERS) $(SOURCES) $(LISP)
236 list='$(SOURCES) $(HEADERS)'; \
237 unique=`for i in $$list; do echo $$i; done | \
238 awk ' { files[$$0] = 1; } \
239 END { for (i in files) print i; }'`; \
240 here=`pwd` && cd $(srcdir) \
241 && mkid -f$$here/ID $$unique $(LISP)
242
243TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
244 tags=; \
245 here=`pwd`; \
246 list='$(SOURCES) $(HEADERS)'; \
247 unique=`for i in $$list; do echo $$i; done | \
248 awk ' { files[$$0] = 1; } \
249 END { for (i in files) print i; }'`; \
250 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
251 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
252
253mostlyclean-tags:
254
255clean-tags:
256
257distclean-tags:
258 -rm -f TAGS ID
259
260maintainer-clean-tags:
261
262distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
263
264subdir = argp
265
266distdir: $(DISTFILES)
267 @for file in $(DISTFILES); do \
268 if test -f $$file; then d=.; else d=$(srcdir); fi; \
269 if test -d $$d/$$file; then \
270 cp -pr $$d/$$file $(distdir)/$$file; \
271 else \
272 test -f $(distdir)/$$file \
273 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
274 || cp -p $$d/$$file $(distdir)/$$file || :; \
275 fi; \
276 done
277info-am:
278info: info-am
279dvi-am:
280dvi: dvi-am
281check-am:
282check: check-am
283installcheck-am:
284installcheck: installcheck-am
285install-info-am:
286install-info: install-info-am
287install-exec-am:
288install-exec: install-exec-am
289
290install-data-am:
291install-data: install-data-am
292
293install-am: all-am
294 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
295install: install-am
296uninstall-am:
297uninstall: uninstall-am
298all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
299all-redirect: all-am
300install-strip:
301 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
302installdirs:
303
304
305mostlyclean-generic:
306
307clean-generic:
308
309distclean-generic:
310 -rm -f Makefile $(CONFIG_CLEAN_FILES)
311 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
312
313maintainer-clean-generic:
314mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
315 mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
316 mostlyclean-tags mostlyclean-generic
317
318mostlyclean: mostlyclean-am
319
320clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
321 clean-noinstLTLIBRARIES clean-tags clean-generic \
322 mostlyclean-am
323
324clean: clean-am
325
326distclean-am: distclean-noinstLIBRARIES distclean-compile \
327 distclean-libtool distclean-noinstLTLIBRARIES \
328 distclean-tags distclean-generic clean-am
329 -rm -f libtool
330
331distclean: distclean-am
332
333maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
334 maintainer-clean-compile maintainer-clean-libtool \
335 maintainer-clean-noinstLTLIBRARIES \
336 maintainer-clean-tags maintainer-clean-generic \
337 distclean-am
338 @echo "This command is intended for maintainers to use;"
339 @echo "it deletes files that may require special tools to rebuild."
340
341maintainer-clean: maintainer-clean-am
342
343.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
344clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
345mostlyclean-compile distclean-compile clean-compile \
346maintainer-clean-compile mostlyclean-libtool distclean-libtool \
347clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
348distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
349maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
350clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
351check-am installcheck-am installcheck install-info-am install-info \
352install-exec-am install-exec install-data-am install-data install-am \
353install uninstall-am uninstall all-redirect all-am all installdirs \
354mostlyclean-generic distclean-generic clean-generic \
355maintainer-clean-generic clean mostlyclean distclean maintainer-clean
356
357
358objectlist.awk.in: $(noinst_LTLIBRARIES)
359 -rm -f objectlist.awk.in
360 for i in `ls *.lo` ; \
361 do \
362 echo $$i `pwd`/$$i >> objectlist.awk.in ; \
363 done
364
365# Tell versions [3.59,3.63) of GNU make to not export all variables.
366# Otherwise a system limit (for SysV at least) may be exceeded.
367.NOEXPORT:
This page took 0.08417 seconds and 5 git commands to generate.