source: trunk/essentials/sys-apps/grep/lib/Makefile.in

Last change on this file was 2557, checked in by bird, 19 years ago

grep 2.5.1a

File size: 21.6 KB
Line 
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16#
17
18SHELL = @SHELL@
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23prefix = @prefix@
24exec_prefix = @exec_prefix@
25
26bindir = @bindir@
27sbindir = @sbindir@
28libexecdir = @libexecdir@
29datadir = @datadir@
30sysconfdir = @sysconfdir@
31sharedstatedir = @sharedstatedir@
32localstatedir = @localstatedir@
33libdir = @libdir@
34infodir = @infodir@
35mandir = @mandir@
36includedir = @includedir@
37oldincludedir = /usr/include
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = @program_transform_name@
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AMTAR = @AMTAR@
63AWK = @AWK@
64BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
65CATALOGS = @CATALOGS@
66CATOBJEXT = @CATOBJEXT@
67CC = @CC@
68CPP = @CPP@
69DATADIRNAME = @DATADIRNAME@
70DEPDIR = @DEPDIR@
71EXEEXT = @EXEEXT@
72GENCAT = @GENCAT@
73GETCONF = @GETCONF@
74GLIBC21 = @GLIBC21@
75GMOFILES = @GMOFILES@
76GMSGFMT = @GMSGFMT@
77INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
78INSTOBJEXT = @INSTOBJEXT@
79INTLBISON = @INTLBISON@
80INTLLIBS = @INTLLIBS@
81INTLOBJS = @INTLOBJS@
82INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
83LIBICONV = @LIBICONV@
84MKINSTALLDIRS = @MKINSTALLDIRS@
85MSGFMT = @MSGFMT@
86OBJEXT = @OBJEXT@
87PACKAGE = @PACKAGE@
88POFILES = @POFILES@
89POSUB = @POSUB@
90RANLIB = @RANLIB@
91SEP = @SEP@
92U = @U@
93USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
94USE_NLS = @USE_NLS@
95VERSION = @VERSION@
96am__include = @am__include@
97am__quote = @am__quote@
98install_sh = @install_sh@
99
100AUTOMAKE_OPTIONS = ../src/ansi2knr
101
102SUBDIRS = posix
103
104noinst_LIBRARIES = libgreputils.a
105
106INCLUDES = -I.. -I$(srcdir) -I../intl
107DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
108
109libgreputils_a_SOURCES = \
110 closeout.c error.c exclude.c hard-locale.c \
111 isdir.c obstack.c quotearg.c savedir.c xmalloc.c xstrtol.c xstrtoumax.c
112
113
114libgreputils_a_LIBADD = @LIBOBJS@ @ALLOCA@
115noinst_HEADERS = \
116 closeout.h error.h exclude.h fnmatch.h getopt.h \
117 hard-locale.h obstack.h quotearg.h regex.h savedir.h xalloc.h xstrtol.h
118
119
120EXTRA_DIST = strtol.c malloc.c realloc.c
121subdir = lib
122mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123CONFIG_HEADER = $(top_builddir)/config.h
124CONFIG_CLEAN_FILES =
125LIBRARIES = $(noinst_LIBRARIES)
126
127libgreputils_a_AR = $(AR) cru
128libgreputils_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@
129am_libgreputils_a_OBJECTS = closeout$U.$(OBJEXT) error$U.$(OBJEXT) \
130 exclude$U.$(OBJEXT) hard-locale$U.$(OBJEXT) isdir$U.$(OBJEXT) \
131 obstack$U.$(OBJEXT) quotearg$U.$(OBJEXT) savedir$U.$(OBJEXT) \
132 xmalloc$U.$(OBJEXT) xstrtol$U.$(OBJEXT) xstrtoumax$U.$(OBJEXT)
133libgreputils_a_OBJECTS = $(am_libgreputils_a_OBJECTS)
134DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
135CPPFLAGS = @CPPFLAGS@
136LDFLAGS = @LDFLAGS@
137LIBS = @LIBS@
138depcomp = $(SHELL) $(top_srcdir)/depcomp
139@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/atexit.Po \
140@AMDEP_TRUE@ $(DEPDIR)/closeout$U.Po $(DEPDIR)/error$U.Po \
141@AMDEP_TRUE@ $(DEPDIR)/exclude$U.Po $(DEPDIR)/fnmatch.Po \
142@AMDEP_TRUE@ $(DEPDIR)/getopt.Po $(DEPDIR)/getopt1.Po \
143@AMDEP_TRUE@ $(DEPDIR)/hard-locale$U.Po $(DEPDIR)/isdir$U.Po \
144@AMDEP_TRUE@ $(DEPDIR)/malloc.Po $(DEPDIR)/memchr.Po \
145@AMDEP_TRUE@ $(DEPDIR)/obstack$U.Po $(DEPDIR)/quotearg$U.Po \
146@AMDEP_TRUE@ $(DEPDIR)/realloc.Po $(DEPDIR)/regex.Po \
147@AMDEP_TRUE@ $(DEPDIR)/savedir$U.Po $(DEPDIR)/stpcpy.Po \
148@AMDEP_TRUE@ $(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po \
149@AMDEP_TRUE@ $(DEPDIR)/strtoumax.Po $(DEPDIR)/xmalloc$U.Po \
150@AMDEP_TRUE@ $(DEPDIR)/xstrtol$U.Po $(DEPDIR)/xstrtoumax$U.Po
151COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
152 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153CCLD = $(CC)
154LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
155CFLAGS = @CFLAGS@
156DIST_SOURCES = $(libgreputils_a_SOURCES)
157HEADERS = $(noinst_HEADERS)
158
159
160RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
161 uninstall-info-recursive all-recursive install-data-recursive \
162 install-exec-recursive installdirs-recursive install-recursive \
163 uninstall-recursive check-recursive installcheck-recursive
164DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in alloca.c \
165 atexit.c fnmatch.c getopt.c getopt1.c malloc.c memchr.c \
166 realloc.c regex.c stpcpy.c strtoul.c strtoull.c strtoumax.c
167DIST_SUBDIRS = $(SUBDIRS)
168SOURCES = $(libgreputils_a_SOURCES)
169
170all: all-recursive
171
172.SUFFIXES:
173.SUFFIXES: .c .o .obj
174$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
175 cd $(top_srcdir) && \
176 $(AUTOMAKE) --gnu lib/Makefile
177Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
178 cd $(top_builddir) && \
179 CONFIG_HEADERS= CONFIG_LINKS= \
180 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
181
182AR = ar
183
184clean-noinstLIBRARIES:
185 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
186libgreputils.a: $(libgreputils_a_OBJECTS) $(libgreputils_a_DEPENDENCIES)
187 -rm -f libgreputils.a
188 $(libgreputils_a_AR) libgreputils.a $(libgreputils_a_OBJECTS) $(libgreputils_a_LIBADD)
189 $(RANLIB) libgreputils.a
190
191mostlyclean-compile:
192 -rm -f *.$(OBJEXT) core *.core
193
194distclean-compile:
195 -rm -f *.tab.c
196
197ANSI2KNR = ../src/ansi2knr
198../src/ansi2knr:
199 cd ../src && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
200
201mostlyclean-kr:
202 -rm -f *_.c
203
204@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
205@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/atexit.Po@am__quote@
206@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/closeout$U.Po@am__quote@
207@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/error$U.Po@am__quote@
208@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/exclude$U.Po@am__quote@
209@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fnmatch.Po@am__quote@
210@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Po@am__quote@
211@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt1.Po@am__quote@
212@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hard-locale$U.Po@am__quote@
213@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/isdir$U.Po@am__quote@
214@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@
215@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
216@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/obstack$U.Po@am__quote@
217@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quotearg$U.Po@am__quote@
218@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@
219@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/regex.Po@am__quote@
220@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/savedir$U.Po@am__quote@
221@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stpcpy.Po@am__quote@
222@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoul.Po@am__quote@
223@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoull.Po@am__quote@
224@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoumax.Po@am__quote@
225@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc$U.Po@am__quote@
226@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrtol$U.Po@am__quote@
227@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrtoumax$U.Po@am__quote@
228
229distclean-depend:
230 -rm -rf $(DEPDIR)
231
232.c.o:
233@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
234@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
235@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
236 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
237
238.c.obj:
239@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
240@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
241@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
242 $(COMPILE) -c `cygpath -w $<`
243CCDEPMODE = @CCDEPMODE@
244alloca_.c: alloca.c $(ANSI2KNR)
245 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > alloca_.c || rm -f alloca_.c
246atexit_.c: atexit.c $(ANSI2KNR)
247 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atexit.c; then echo $(srcdir)/atexit.c; else echo atexit.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atexit_.c || rm -f atexit_.c
248closeout_.c: closeout.c $(ANSI2KNR)
249 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/closeout.c; then echo $(srcdir)/closeout.c; else echo closeout.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > closeout_.c || rm -f closeout_.c
250error_.c: error.c $(ANSI2KNR)
251 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c || rm -f error_.c
252exclude_.c: exclude.c $(ANSI2KNR)
253 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/exclude.c; then echo $(srcdir)/exclude.c; else echo exclude.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > exclude_.c || rm -f exclude_.c
254fnmatch_.c: fnmatch.c $(ANSI2KNR)
255 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fnmatch.c; then echo $(srcdir)/fnmatch.c; else echo fnmatch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fnmatch_.c || rm -f fnmatch_.c
256getopt_.c: getopt.c $(ANSI2KNR)
257 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c || rm -f getopt_.c
258getopt1_.c: getopt1.c $(ANSI2KNR)
259 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt1_.c || rm -f getopt1_.c
260hard-locale_.c: hard-locale.c $(ANSI2KNR)
261 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hard-locale.c; then echo $(srcdir)/hard-locale.c; else echo hard-locale.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hard-locale_.c || rm -f hard-locale_.c
262isdir_.c: isdir.c $(ANSI2KNR)
263 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/isdir.c; then echo $(srcdir)/isdir.c; else echo isdir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > isdir_.c || rm -f isdir_.c
264malloc_.c: malloc.c $(ANSI2KNR)
265 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/malloc.c; then echo $(srcdir)/malloc.c; else echo malloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > malloc_.c || rm -f malloc_.c
266memchr_.c: memchr.c $(ANSI2KNR)
267 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memchr.c; then echo $(srcdir)/memchr.c; else echo memchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memchr_.c || rm -f memchr_.c
268obstack_.c: obstack.c $(ANSI2KNR)
269 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/obstack.c; then echo $(srcdir)/obstack.c; else echo obstack.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > obstack_.c || rm -f obstack_.c
270quotearg_.c: quotearg.c $(ANSI2KNR)
271 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quotearg.c; then echo $(srcdir)/quotearg.c; else echo quotearg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quotearg_.c || rm -f quotearg_.c
272realloc_.c: realloc.c $(ANSI2KNR)
273 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/realloc.c; then echo $(srcdir)/realloc.c; else echo realloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > realloc_.c || rm -f realloc_.c
274regex_.c: regex.c $(ANSI2KNR)
275 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/regex.c; then echo $(srcdir)/regex.c; else echo regex.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > regex_.c || rm -f regex_.c
276savedir_.c: savedir.c $(ANSI2KNR)
277 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/savedir.c; then echo $(srcdir)/savedir.c; else echo savedir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > savedir_.c || rm -f savedir_.c
278stpcpy_.c: stpcpy.c $(ANSI2KNR)
279 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stpcpy_.c || rm -f stpcpy_.c
280strtoul_.c: strtoul.c $(ANSI2KNR)
281 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtoul.c; then echo $(srcdir)/strtoul.c; else echo strtoul.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtoul_.c || rm -f strtoul_.c
282strtoull_.c: strtoull.c $(ANSI2KNR)
283 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtoull.c; then echo $(srcdir)/strtoull.c; else echo strtoull.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtoull_.c || rm -f strtoull_.c
284strtoumax_.c: strtoumax.c $(ANSI2KNR)
285 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtoumax.c; then echo $(srcdir)/strtoumax.c; else echo strtoumax.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtoumax_.c || rm -f strtoumax_.c
286xmalloc_.c: xmalloc.c $(ANSI2KNR)
287 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xmalloc_.c || rm -f xmalloc_.c
288xstrtol_.c: xstrtol.c $(ANSI2KNR)
289 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrtol.c; then echo $(srcdir)/xstrtol.c; else echo xstrtol.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrtol_.c || rm -f xstrtol_.c
290xstrtoumax_.c: xstrtoumax.c $(ANSI2KNR)
291 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrtoumax.c; then echo $(srcdir)/xstrtoumax.c; else echo xstrtoumax.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrtoumax_.c || rm -f xstrtoumax_.c
292alloca_.$(OBJEXT) atexit_.$(OBJEXT) closeout_.$(OBJEXT) \
293error_.$(OBJEXT) exclude_.$(OBJEXT) fnmatch_.$(OBJEXT) \
294getopt_.$(OBJEXT) getopt1_.$(OBJEXT) hard-locale_.$(OBJEXT) \
295isdir_.$(OBJEXT) malloc_.$(OBJEXT) memchr_.$(OBJEXT) obstack_.$(OBJEXT) \
296quotearg_.$(OBJEXT) realloc_.$(OBJEXT) regex_.$(OBJEXT) \
297savedir_.$(OBJEXT) stpcpy_.$(OBJEXT) strtoul_.$(OBJEXT) \
298strtoull_.$(OBJEXT) strtoumax_.$(OBJEXT) xmalloc_.$(OBJEXT) \
299xstrtol_.$(OBJEXT) xstrtoumax_.$(OBJEXT) : $(ANSI2KNR)
300uninstall-info-am:
301
302# This directory's subdirectories are mostly independent; you can cd
303# into them and run `make' without going through this Makefile.
304# To change the values of `make' variables: instead of editing Makefiles,
305# (1) if the variable is set in `config.status', edit `config.status'
306# (which will cause the Makefiles to be regenerated when you run `make');
307# (2) otherwise, pass the desired values on the `make' command line.
308$(RECURSIVE_TARGETS):
309 @set fnord $(MAKEFLAGS); amf=$$2; \
310 dot_seen=no; \
311 target=`echo $@ | sed s/-recursive//`; \
312 list='$(SUBDIRS)'; for subdir in $$list; do \
313 echo "Making $$target in $$subdir"; \
314 if test "$$subdir" = "."; then \
315 dot_seen=yes; \
316 local_target="$$target-am"; \
317 else \
318 local_target="$$target"; \
319 fi; \
320 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
322 done; \
323 if test "$$dot_seen" = "no"; then \
324 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
325 fi; test -z "$$fail"
326
327mostlyclean-recursive clean-recursive distclean-recursive \
328maintainer-clean-recursive:
329 @set fnord $(MAKEFLAGS); amf=$$2; \
330 dot_seen=no; \
331 case "$@" in \
332 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
333 *) list='$(SUBDIRS)' ;; \
334 esac; \
335 rev=''; for subdir in $$list; do \
336 if test "$$subdir" = "."; then :; else \
337 rev="$$subdir $$rev"; \
338 fi; \
339 done; \
340 rev="$$rev ."; \
341 target=`echo $@ | sed s/-recursive//`; \
342 for subdir in $$rev; do \
343 echo "Making $$target in $$subdir"; \
344 if test "$$subdir" = "."; then \
345 local_target="$$target-am"; \
346 else \
347 local_target="$$target"; \
348 fi; \
349 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
351 done && test -z "$$fail"
352tags-recursive:
353 list='$(SUBDIRS)'; for subdir in $$list; do \
354 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355 done
356
357tags: TAGS
358
359ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
360 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
361 unique=`for i in $$list; do \
362 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363 done | \
364 $(AWK) ' { files[$$0] = 1; } \
365 END { for (i in files) print i; }'`; \
366 mkid -fID $$unique $(LISP)
367
368TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
369 $(TAGS_FILES) $(LISP)
370 tags=; \
371 here=`pwd`; \
372 list='$(SUBDIRS)'; for subdir in $$list; do \
373 if test "$$subdir" = .; then :; else \
374 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
375 fi; \
376 done; \
377 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
378 unique=`for i in $$list; do \
379 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380 done | \
381 $(AWK) ' { files[$$0] = 1; } \
382 END { for (i in files) print i; }'`; \
383 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
384 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
385
386GTAGS:
387 here=`CDPATH=: && cd $(top_builddir) && pwd` \
388 && cd $(top_srcdir) \
389 && gtags -i $(GTAGS_ARGS) $$here
390
391distclean-tags:
392 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
393
394DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
395
396top_distdir = ..
397distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
398
399distdir: $(DISTFILES)
400 @for file in $(DISTFILES); do \
401 if test -f $$file; then d=.; else d=$(srcdir); fi; \
402 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
403 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
404 $(mkinstalldirs) "$(distdir)/$$dir"; \
405 fi; \
406 if test -d $$d/$$file; then \
407 cp -pR $$d/$$file $(distdir) \
408 || exit 1; \
409 else \
410 test -f $(distdir)/$$file \
411 || cp -p $$d/$$file $(distdir)/$$file \
412 || exit 1; \
413 fi; \
414 done
415 for subdir in $(SUBDIRS); do \
416 if test "$$subdir" = .; then :; else \
417 test -d $(distdir)/$$subdir \
418 || mkdir $(distdir)/$$subdir \
419 || exit 1; \
420 (cd $$subdir && \
421 $(MAKE) $(AM_MAKEFLAGS) \
422 top_distdir="$(top_distdir)" \
423 distdir=../$(distdir)/$$subdir \
424 distdir) \
425 || exit 1; \
426 fi; \
427 done
428check-am: all-am
429check: check-recursive
430all-am: Makefile $(LIBRARIES) $(HEADERS)
431installdirs: installdirs-recursive
432installdirs-am:
433
434install: install-recursive
435install-exec: install-exec-recursive
436install-data: install-data-recursive
437uninstall: uninstall-recursive
438
439install-am: all-am
440 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
441
442installcheck: installcheck-recursive
443install-strip:
444 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445 `test -z '$(STRIP)' || \
446 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
447mostlyclean-generic:
448
449clean-generic:
450
451distclean-generic:
452 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
453
454maintainer-clean-generic:
455 @echo "This command is intended for maintainers to use"
456 @echo "it deletes files that may require special tools to rebuild."
457clean: clean-recursive
458
459clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
460
461distclean: distclean-recursive
462
463distclean-am: clean-am distclean-compile distclean-depend \
464 distclean-generic distclean-tags
465
466dvi: dvi-recursive
467
468dvi-am:
469
470info: info-recursive
471
472info-am:
473
474install-data-am:
475
476install-exec-am:
477
478install-info: install-info-recursive
479
480install-man:
481
482installcheck-am:
483
484maintainer-clean: maintainer-clean-recursive
485
486maintainer-clean-am: distclean-am maintainer-clean-generic
487
488mostlyclean: mostlyclean-recursive
489
490mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
491
492uninstall-am: uninstall-info-am
493
494uninstall-info: uninstall-info-recursive
495
496.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
497 clean-generic clean-noinstLIBRARIES clean-recursive distclean \
498 distclean-compile distclean-depend distclean-generic \
499 distclean-recursive distclean-tags distdir dvi dvi-am \
500 dvi-recursive info info-am info-recursive install install-am \
501 install-data install-data-am install-data-recursive \
502 install-exec install-exec-am install-exec-recursive \
503 install-info install-info-am install-info-recursive install-man \
504 install-recursive install-strip installcheck installcheck-am \
505 installdirs installdirs-am installdirs-recursive \
506 maintainer-clean maintainer-clean-generic \
507 maintainer-clean-recursive mostlyclean mostlyclean-compile \
508 mostlyclean-generic mostlyclean-kr mostlyclean-recursive tags \
509 tags-recursive uninstall uninstall-am uninstall-info-am \
510 uninstall-info-recursive uninstall-recursive
511
512# Tell versions [3.59,3.63) of GNU make to not export all variables.
513# Otherwise a system limit (for SysV at least) may be exceeded.
514.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.