files created by new automake/autoconf.
[findutils.git] / locate / Makefile.in
bloba19b537175e0d7609473b8089f64135ea712872f
1 # Makefile.in generated automatically by automake 1.4f from Makefile.am.
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.
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.
14 @SET_MAKE@
16 # The default database to build and search.
18 SHELL = @SHELL@
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
26 bindir = @bindir@
27 sbindir = @sbindir@
28 libexecdir = @libexecdir@
29 datadir = @datadir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
33 libdir = @libdir@
34 infodir = @infodir@
35 mandir = @mandir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_HEADER = $(INSTALL_DATA)
53 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AMTAR = @AMTAR@
63 AWK = @AWK@
64 CATALOGS = @CATALOGS@
65 CATOBJEXT = @CATOBJEXT@
66 CC = @CC@
67 CPP = @CPP@
68 DATADIRNAME = @DATADIRNAME@
69 DEPDIR = @DEPDIR@
70 DF_PROG = @DF_PROG@
71 GENCAT = @GENCAT@
72 GLIBC21 = @GLIBC21@
73 GMOFILES = @GMOFILES@
74 GMSGFMT = @GMSGFMT@
75 GNU_PACKAGE = @GNU_PACKAGE@
76 GT_NO = @GT_NO@
77 GT_YES = @GT_YES@
78 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
79 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80 INSTOBJEXT = @INSTOBJEXT@
81 INTLDEPS = @INTLDEPS@
82 INTLLIBS = @INTLLIBS@
83 INTLOBJS = @INTLOBJS@
84 LIBICONV = @LIBICONV@
85 LIBOBJS = @LIBOBJS@
86 MAN = @MAN@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
88 MSGFMT = @MSGFMT@
89 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
90 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
91 PACKAGE = @PACKAGE@
92 POFILES = @POFILES@
93 POSUB = @POSUB@
94 RANLIB = @RANLIB@
95 U = @U@
96 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
97 USE_NLS = @USE_NLS@
98 VERSION = @VERSION@
99 _am_include = @_am_include@
100 _am_quote = @_am_quote@
101 install_sh = @install_sh@
102 l = @l@
104 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCATE_DB=\"$(LOCATE_DB)\" -DLOCALEDIR=\"$(localedir)\"
106 AUTOMAKE_OPTIONS = ../lib/ansi2knr
107 LOCATE_DB = $(localstatedir)/locatedb
108 localedir = $(datadir)/locale
110 bin_PROGRAMS = locate
111 libexec_PROGRAMS = frcode code bigram
112 bin_SCRIPTS = updatedb
113 man_MANS = locate.1 updatedb.1 locatedb.5
115 EXTRA_DIST = locatedb.h updatedb.sh $(man_MANS)
116 CLEANFILES = updatedb
118 LDADD = ../find/version.o ../lib/libfind.a @INTLLIBS@
120 SUBDIRS = testsuite
121 EXEEXT =
122 OBJEXT = o
123 subdir = locate
124 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
125 CONFIG_HEADER = $(top_builddir)/config.h
126 CONFIG_CLEAN_FILES =
127 bin_PROGRAMS = locate$(EXEEXT)
128 libexec_PROGRAMS = frcode$(EXEEXT) code$(EXEEXT) bigram$(EXEEXT)
129 PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS)
131 bigram_SOURCES = bigram.c
132 bigram_OBJECTS = bigram$U.$(OBJEXT)
133 bigram_LDADD = $(LDADD)
134 bigram_DEPENDENCIES = ../find/version.o ../lib/libfind.a
135 bigram_LDFLAGS =
136 code_SOURCES = code.c
137 code_OBJECTS = code$U.$(OBJEXT)
138 code_LDADD = $(LDADD)
139 code_DEPENDENCIES = ../find/version.o ../lib/libfind.a
140 code_LDFLAGS =
141 frcode_SOURCES = frcode.c
142 frcode_OBJECTS = frcode$U.$(OBJEXT)
143 frcode_LDADD = $(LDADD)
144 frcode_DEPENDENCIES = ../find/version.o ../lib/libfind.a
145 frcode_LDFLAGS =
146 locate_SOURCES = locate.c
147 locate_OBJECTS = locate$U.$(OBJEXT)
148 locate_LDADD = $(LDADD)
149 locate_DEPENDENCIES = ../find/version.o ../lib/libfind.a
150 locate_LDFLAGS =
151 SCRIPTS = $(bin_SCRIPTS)
154 DEFS = @DEFS@
155 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
156 CPPFLAGS = @CPPFLAGS@
157 LDFLAGS = @LDFLAGS@
158 LIBS = @LIBS@
159 depcomp = $(SHELL) $(top_srcdir)/depcomp
160 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bigram$U.Po $(DEPDIR)/code$U.Po \
161 @AMDEP_TRUE@ $(DEPDIR)/frcode$U.Po $(DEPDIR)/locate$U.Po
162 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
163 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164 CCLD = $(CC)
165 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
166 CFLAGS = @CFLAGS@
167 DIST_SOURCES = bigram.c code.c frcode.c locate.c
169 NROFF = nroff
170 MANS = $(man_MANS)
172 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
173 uninstall-info-recursive all-recursive install-data-recursive \
174 install-exec-recursive installdirs-recursive install-recursive \
175 uninstall-recursive check-recursive installcheck-recursive
176 DIST_COMMON = Makefile.am Makefile.in
177 DIST_SUBDIRS = $(SUBDIRS)
178 SOURCES = bigram.c code.c frcode.c locate.c
180 all: all-recursive
182 .SUFFIXES:
183 .SUFFIXES: .c .o .obj
184 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
185 cd $(top_srcdir) && \
186 $(AUTOMAKE) --gnu locate/Makefile
187 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
188 cd $(top_builddir) && \
189 CONFIG_HEADERS= CONFIG_LINKS= \
190 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
191 install-binPROGRAMS: $(bin_PROGRAMS)
192 @$(NORMAL_INSTALL)
193 $(mkinstalldirs) $(DESTDIR)$(bindir)
194 @list='$(bin_PROGRAMS)'; for p in $$list; do \
195 if test -f $$p; then \
196 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
197 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
198 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
199 else :; fi; \
200 done
202 uninstall-binPROGRAMS:
203 @$(NORMAL_UNINSTALL)
204 @list='$(bin_PROGRAMS)'; for p in $$list; do \
205 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
206 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
207 rm -f $(DESTDIR)$(bindir)/$$f; \
208 done
210 clean-binPROGRAMS:
211 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
212 install-libexecPROGRAMS: $(libexec_PROGRAMS)
213 @$(NORMAL_INSTALL)
214 $(mkinstalldirs) $(DESTDIR)$(libexecdir)
215 @list='$(libexec_PROGRAMS)'; for p in $$list; do \
216 if test -f $$p; then \
217 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
218 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$f"; \
219 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$f; \
220 else :; fi; \
221 done
223 uninstall-libexecPROGRAMS:
224 @$(NORMAL_UNINSTALL)
225 @list='$(libexec_PROGRAMS)'; for p in $$list; do \
226 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
227 echo " rm -f $(DESTDIR)$(libexecdir)/$$f"; \
228 rm -f $(DESTDIR)$(libexecdir)/$$f; \
229 done
231 clean-libexecPROGRAMS:
232 -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
233 bigram$(EXEEXT): $(bigram_OBJECTS) $(bigram_DEPENDENCIES)
234 @rm -f bigram$(EXEEXT)
235 $(LINK) $(bigram_LDFLAGS) $(bigram_OBJECTS) $(bigram_LDADD) $(LIBS)
236 code$(EXEEXT): $(code_OBJECTS) $(code_DEPENDENCIES)
237 @rm -f code$(EXEEXT)
238 $(LINK) $(code_LDFLAGS) $(code_OBJECTS) $(code_LDADD) $(LIBS)
239 frcode$(EXEEXT): $(frcode_OBJECTS) $(frcode_DEPENDENCIES)
240 @rm -f frcode$(EXEEXT)
241 $(LINK) $(frcode_LDFLAGS) $(frcode_OBJECTS) $(frcode_LDADD) $(LIBS)
242 locate$(EXEEXT): $(locate_OBJECTS) $(locate_DEPENDENCIES)
243 @rm -f locate$(EXEEXT)
244 $(LINK) $(locate_LDFLAGS) $(locate_OBJECTS) $(locate_LDADD) $(LIBS)
245 install-binSCRIPTS: $(bin_SCRIPTS)
246 @$(NORMAL_INSTALL)
247 $(mkinstalldirs) $(DESTDIR)$(bindir)
248 @list='$(bin_SCRIPTS)'; for p in $$list; do \
249 f="`echo $$p|sed '$(transform)'`"; \
250 if test -f $$p; then \
251 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
252 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \
253 elif test -f $(srcdir)/$$p; then \
254 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
255 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \
256 else :; fi; \
257 done
259 uninstall-binSCRIPTS:
260 @$(NORMAL_UNINSTALL)
261 @list='$(bin_SCRIPTS)'; for p in $$list; do \
262 f="`echo $$p|sed '$(transform)'`"; \
263 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
264 rm -f $(DESTDIR)$(bindir)/$$f; \
265 done
267 mostlyclean-compile:
268 -rm -f *.$(OBJEXT) core *.core
270 distclean-compile:
271 -rm -f *.tab.c
273 ANSI2KNR = ../lib/ansi2knr
274 ../lib/ansi2knr:
275 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
277 mostlyclean-kr:
278 -rm -f *_.c
280 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/bigram$U.Po@_am_quote@
281 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/code$U.Po@_am_quote@
282 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/frcode$U.Po@_am_quote@
283 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/locate$U.Po@_am_quote@
285 distclean-depend:
286 -rm -rf $(DEPDIR)
288 .c.o:
289 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
290 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
291 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
294 .c.obj:
295 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
296 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
297 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298 $(COMPILE) -c `cygpath -w $<`
299 CCDEPMODE = @CCDEPMODE@
300 alloca_.c: alloca.c $(ANSI2KNR)
301 $(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
302 bigram_.c: bigram.c $(ANSI2KNR)
303 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/bigram.c; then echo $(srcdir)/bigram.c; else echo bigram.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > bigram_.c || rm -f bigram_.c
304 code_.c: code.c $(ANSI2KNR)
305 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/code.c; then echo $(srcdir)/code.c; else echo code.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > code_.c || rm -f code_.c
306 error_.c: error.c $(ANSI2KNR)
307 $(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
308 fileblocks_.c: fileblocks.c $(ANSI2KNR)
309 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fileblocks.c; then echo $(srcdir)/fileblocks.c; else echo fileblocks.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fileblocks_.c || rm -f fileblocks_.c
310 fnmatch_.c: fnmatch.c $(ANSI2KNR)
311 $(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
312 frcode_.c: frcode.c $(ANSI2KNR)
313 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/frcode.c; then echo $(srcdir)/frcode.c; else echo frcode.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > frcode_.c || rm -f frcode_.c
314 getline_.c: getline.c $(ANSI2KNR)
315 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getline.c; then echo $(srcdir)/getline.c; else echo getline.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getline_.c || rm -f getline_.c
316 locate_.c: locate.c $(ANSI2KNR)
317 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/locate.c; then echo $(srcdir)/locate.c; else echo locate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > locate_.c || rm -f locate_.c
318 lstat_.c: lstat.c $(ANSI2KNR)
319 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lstat.c; then echo $(srcdir)/lstat.c; else echo lstat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lstat_.c || rm -f lstat_.c
320 malloc_.c: malloc.c $(ANSI2KNR)
321 $(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
322 memcmp_.c: memcmp.c $(ANSI2KNR)
323 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memcmp.c; then echo $(srcdir)/memcmp.c; else echo memcmp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memcmp_.c || rm -f memcmp_.c
324 memcpy_.c: memcpy.c $(ANSI2KNR)
325 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memcpy.c; then echo $(srcdir)/memcpy.c; else echo memcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memcpy_.c || rm -f memcpy_.c
326 memset_.c: memset.c $(ANSI2KNR)
327 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memset.c; then echo $(srcdir)/memset.c; else echo memset.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memset_.c || rm -f memset_.c
328 mktime_.c: mktime.c $(ANSI2KNR)
329 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mktime.c; then echo $(srcdir)/mktime.c; else echo mktime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mktime_.c || rm -f mktime_.c
330 realloc_.c: realloc.c $(ANSI2KNR)
331 $(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
332 regex_.c: regex.c $(ANSI2KNR)
333 $(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
334 rpmatch_.c: rpmatch.c $(ANSI2KNR)
335 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rpmatch.c; then echo $(srcdir)/rpmatch.c; else echo rpmatch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > rpmatch_.c || rm -f rpmatch_.c
336 stat_.c: stat.c $(ANSI2KNR)
337 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stat.c; then echo $(srcdir)/stat.c; else echo stat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stat_.c || rm -f stat_.c
338 stpcpy_.c: stpcpy.c $(ANSI2KNR)
339 $(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
340 strdup_.c: strdup.c $(ANSI2KNR)
341 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strdup.c; then echo $(srcdir)/strdup.c; else echo strdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strdup_.c || rm -f strdup_.c
342 strftime_.c: strftime.c $(ANSI2KNR)
343 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strftime.c; then echo $(srcdir)/strftime.c; else echo strftime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strftime_.c || rm -f strftime_.c
344 strncasecmp_.c: strncasecmp.c $(ANSI2KNR)
345 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strncasecmp.c; then echo $(srcdir)/strncasecmp.c; else echo strncasecmp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strncasecmp_.c || rm -f strncasecmp_.c
346 strspn_.c: strspn.c $(ANSI2KNR)
347 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strspn.c; then echo $(srcdir)/strspn.c; else echo strspn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strspn_.c || rm -f strspn_.c
348 strstr_.c: strstr.c $(ANSI2KNR)
349 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strstr.c; then echo $(srcdir)/strstr.c; else echo strstr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strstr_.c || rm -f strstr_.c
350 strtol_.c: strtol.c $(ANSI2KNR)
351 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtol.c; then echo $(srcdir)/strtol.c; else echo strtol.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtol_.c || rm -f strtol_.c
352 strtoul_.c: strtoul.c $(ANSI2KNR)
353 $(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
354 strtoull_.c: strtoull.c $(ANSI2KNR)
355 $(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
356 strtoumax_.c: strtoumax.c $(ANSI2KNR)
357 $(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
358 waitpid_.c: waitpid.c $(ANSI2KNR)
359 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/waitpid.c; then echo $(srcdir)/waitpid.c; else echo waitpid.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > waitpid_.c || rm -f waitpid_.c
360 alloca_.$(OBJEXT) bigram_.$(OBJEXT) code_.$(OBJEXT) error_.$(OBJEXT) \
361 fileblocks_.$(OBJEXT) fnmatch_.$(OBJEXT) frcode_.$(OBJEXT) \
362 getline_.$(OBJEXT) locate_.$(OBJEXT) lstat_.$(OBJEXT) malloc_.$(OBJEXT) \
363 memcmp_.$(OBJEXT) memcpy_.$(OBJEXT) memset_.$(OBJEXT) mktime_.$(OBJEXT) \
364 realloc_.$(OBJEXT) regex_.$(OBJEXT) rpmatch_.$(OBJEXT) stat_.$(OBJEXT) \
365 stpcpy_.$(OBJEXT) strdup_.$(OBJEXT) strftime_.$(OBJEXT) \
366 strncasecmp_.$(OBJEXT) strspn_.$(OBJEXT) strstr_.$(OBJEXT) \
367 strtol_.$(OBJEXT) strtoul_.$(OBJEXT) strtoull_.$(OBJEXT) \
368 strtoumax_.$(OBJEXT) waitpid_.$(OBJEXT) : $(ANSI2KNR)
369 uninstall-info-am:
371 man1dir = $(mandir)/man1
372 install-man1: $(man1_MANS) $(man_MANS)
373 @$(NORMAL_INSTALL)
374 $(mkinstalldirs) $(DESTDIR)$(man1dir)
375 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
376 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
377 for i in $$l2; do \
378 case "$$i" in \
379 *.1*) list="$$list $$i" ;; \
380 esac; \
381 done; \
382 for i in $$list; do \
383 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
384 else file=$$i; fi; \
385 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
386 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
387 inst=`echo $$inst | sed -e 's/^.*\///'`; \
388 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
389 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
390 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
391 done
392 uninstall-man1:
393 @$(NORMAL_UNINSTALL)
394 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
395 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
396 for i in $$l2; do \
397 case "$$i" in \
398 *.1*) list="$$list $$i" ;; \
399 esac; \
400 done; \
401 for i in $$list; do \
402 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
403 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
404 inst=`echo $$inst | sed -e 's/^.*\///'`; \
405 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
406 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
407 rm -f $(DESTDIR)$(man1dir)/$$inst; \
408 done
410 man5dir = $(mandir)/man5
411 install-man5: $(man5_MANS) $(man_MANS)
412 @$(NORMAL_INSTALL)
413 $(mkinstalldirs) $(DESTDIR)$(man5dir)
414 @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
415 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
416 for i in $$l2; do \
417 case "$$i" in \
418 *.5*) list="$$list $$i" ;; \
419 esac; \
420 done; \
421 for i in $$list; do \
422 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
423 else file=$$i; fi; \
424 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
425 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
426 inst=`echo $$inst | sed -e 's/^.*\///'`; \
427 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
428 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
429 $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \
430 done
431 uninstall-man5:
432 @$(NORMAL_UNINSTALL)
433 @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
434 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
435 for i in $$l2; do \
436 case "$$i" in \
437 *.5*) list="$$list $$i" ;; \
438 esac; \
439 done; \
440 for i in $$list; do \
441 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
442 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
443 inst=`echo $$inst | sed -e 's/^.*\///'`; \
444 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
445 echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
446 rm -f $(DESTDIR)$(man5dir)/$$inst; \
447 done
449 # This directory's subdirectories are mostly independent; you can cd
450 # into them and run `make' without going through this Makefile.
451 # To change the values of `make' variables: instead of editing Makefiles,
452 # (1) if the variable is set in `config.status', edit `config.status'
453 # (which will cause the Makefiles to be regenerated when you run `make');
454 # (2) otherwise, pass the desired values on the `make' command line.
455 $(RECURSIVE_TARGETS):
456 @set fnord $(MAKEFLAGS); amf=$$2; \
457 dot_seen=no; \
458 target=`echo $@ | sed s/-recursive//`; \
459 list='$(SUBDIRS)'; for subdir in $$list; do \
460 echo "Making $$target in $$subdir"; \
461 if test "$$subdir" = "."; then \
462 dot_seen=yes; \
463 local_target="$$target-am"; \
464 else \
465 local_target="$$target"; \
466 fi; \
467 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
468 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
469 done; \
470 if test "$$dot_seen" = "no"; then \
471 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
472 fi; test -z "$$fail"
474 mostlyclean-recursive clean-recursive distclean-recursive \
475 maintainer-clean-recursive:
476 @set fnord $(MAKEFLAGS); amf=$$2; \
477 dot_seen=no; \
478 case "$@" in \
479 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
480 *) list='$(SUBDIRS)' ;; \
481 esac; \
482 rev=''; for subdir in $$list; do \
483 if test "$$subdir" = "."; then :; else \
484 rev="$$subdir $$rev"; \
485 fi; \
486 done; \
487 rev="$$rev ."; \
488 target=`echo $@ | sed s/-recursive//`; \
489 for subdir in $$rev; do \
490 echo "Making $$target in $$subdir"; \
491 if test "$$subdir" = "."; then \
492 local_target="$$target-am"; \
493 else \
494 local_target="$$target"; \
495 fi; \
496 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
497 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
498 done && test -z "$$fail"
499 tags-recursive:
500 list='$(SUBDIRS)'; for subdir in $$list; do \
501 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
502 done
504 tags: TAGS
506 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
507 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
508 unique=`for i in $$list; do \
509 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510 done | \
511 $(AWK) ' { files[$$0] = 1; } \
512 END { for (i in files) print i; }'`; \
513 mkid -fID $$unique $(LISP)
515 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
516 $(TAGS_FILES) $(LISP)
517 tags=; \
518 here=`pwd`; \
519 list='$(SUBDIRS)'; for subdir in $$list; do \
520 if test "$$subdir" = .; then :; else \
521 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
522 fi; \
523 done; \
524 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
525 unique=`for i in $$list; do \
526 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527 done | \
528 $(AWK) ' { files[$$0] = 1; } \
529 END { for (i in files) print i; }'`; \
530 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
531 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
533 GTAGS:
534 here=`CDPATH=: && cd $(top_builddir) && pwd` \
535 && cd $(top_srcdir) \
536 && gtags -i $$here
538 distclean-tags:
539 -rm -f TAGS ID
541 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
543 top_distdir = ..
544 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
546 distdir: $(DISTFILES)
547 @for file in $(DISTFILES); do \
548 if test -f $$file; then d=.; else d=$(srcdir); fi; \
549 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
550 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
551 $(mkinstalldirs) "$(distdir)/$$dir"; \
552 fi; \
553 if test -d $$d/$$file; then \
554 cp -pR $$d/$$file $(distdir) \
555 || exit 1; \
556 else \
557 test -f $(distdir)/$$file \
558 || cp -p $$d/$$file $(distdir)/$$file \
559 || exit 1; \
560 fi; \
561 done
562 for subdir in $(SUBDIRS); do \
563 if test "$$subdir" = .; then :; else \
564 test -d $(distdir)/$$subdir \
565 || mkdir $(distdir)/$$subdir \
566 || exit 1; \
567 (cd $$subdir && \
568 $(MAKE) $(AM_MAKEFLAGS) \
569 top_distdir="$(top_distdir)" \
570 distdir=../$(distdir)/$$subdir \
571 distdir) \
572 || exit 1; \
573 fi; \
574 done
575 check-am: all-am
576 check: check-recursive
577 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS)
578 installdirs: installdirs-recursive
579 installdirs-am:
580 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(man5dir)
582 install: install-recursive
583 install-exec: install-exec-recursive
584 install-data: install-data-recursive
585 uninstall: uninstall-recursive
587 install-am: all-am
588 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
590 installcheck: installcheck-recursive
591 install-strip:
592 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
593 `test -z '$(STRIP)' || \
594 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
595 mostlyclean-generic:
597 clean-generic:
598 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
600 distclean-generic:
601 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
603 maintainer-clean-generic:
604 @echo "This command is intended for maintainers to use"
605 @echo "it deletes files that may require special tools to rebuild."
606 clean: clean-recursive
608 clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
609 mostlyclean-am
611 distclean: distclean-recursive
613 distclean-am: clean-am distclean-compile distclean-depend \
614 distclean-generic distclean-tags
616 dvi: dvi-recursive
618 dvi-am:
620 info: info-recursive
622 info-am:
624 install-data-am: install-man
625 @$(NORMAL_INSTALL)
626 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
628 install-exec-am: install-binPROGRAMS install-binSCRIPTS \
629 install-libexecPROGRAMS
631 install-info: install-info-recursive
633 install-man: install-man1 install-man5
635 installcheck-am:
637 maintainer-clean: maintainer-clean-recursive
639 maintainer-clean-am: distclean-am maintainer-clean-generic
641 mostlyclean: mostlyclean-recursive
643 mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
645 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
646 uninstall-info-am uninstall-libexecPROGRAMS uninstall-man
648 uninstall-info: uninstall-info-recursive
650 uninstall-man: uninstall-man1 uninstall-man5
652 .PHONY: $(RECURSIVE_TARGETS) all all-am check check-am clean \
653 clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
654 clean-recursive distclean distclean-compile distclean-depend \
655 distclean-generic distclean-recursive distclean-tags distdir \
656 dvi dvi-am dvi-recursive info info-am info-recursive install \
657 install-am install-binPROGRAMS install-binSCRIPTS install-data \
658 install-data-am install-data-recursive install-exec \
659 install-exec-am install-exec-recursive install-info \
660 install-info-recursive install-libexecPROGRAMS install-man \
661 install-man1 install-man5 install-recursive install-strip \
662 installcheck installcheck-am installdirs installdirs-am \
663 installdirs-recursive maintainer-clean maintainer-clean-generic \
664 maintainer-clean-recursive mostlyclean mostlyclean-compile \
665 mostlyclean-generic mostlyclean-kr mostlyclean-recursive tags \
666 tags-recursive uninstall uninstall-am uninstall-binPROGRAMS \
667 uninstall-binSCRIPTS uninstall-info-recursive \
668 uninstall-libexecPROGRAMS uninstall-man uninstall-man1 \
669 uninstall-man5 uninstall-recursive
672 $(PROGRAMS) $(LIBPROGRAMS): ../find/version.o ../lib/libfind.a
674 updatedb: updatedb.sh
675 rm -f $@
676 find=`echo find|sed '$(transform)'`; \
677 frcode=`echo frcode|sed '$(transform)'`; \
678 bigram=`echo bigram|sed '$(transform)'`; \
679 code=`echo code|sed '$(transform)'`; \
680 sed \
681 -e "s,@""bindir""@,$(bindir)," \
682 -e "s,@""libexecdir""@,$(libexecdir)," \
683 -e "s,@""LOCATE_DB""@,$(LOCATE_DB)," \
684 -e "s,@""VERSION""@,@VERSION@," \
685 -e "s,@""find""@,$${find}," \
686 -e "s,@""frcode""@,$${frcode}," \
687 -e "s,@""bigram""@,$${bigram}," \
688 -e "s,@""code""@,$${code}," \
689 $(srcdir)/updatedb.sh > $@
690 chmod +x $@
692 install-data-hook:
693 $(top_srcdir)/mkinstalldirs $(localstatedir)
694 # Tell versions [3.59,3.63) of GNU make to not export all variables.
695 # Otherwise a system limit (for SysV at least) may be exceeded.
696 .NOEXPORT: