* find/find.1: -D option (for Solaris door files) is documented
[findutils.git] / locate / Makefile.in
blobd6cb279f4ee7abe9857efa02a7658d9a9bb68879
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
3 # Copyright (C) 1994, 1995-9, 2000 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.
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.
13 SHELL = @SHELL@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
17 VPATH = @srcdir@
18 prefix = @prefix@
19 exec_prefix = @exec_prefix@
21 bindir = @bindir@
22 sbindir = @sbindir@
23 libexecdir = @libexecdir@
24 datadir = @datadir@
25 sysconfdir = @sysconfdir@
26 sharedstatedir = @sharedstatedir@
27 localstatedir = @localstatedir@
28 libdir = @libdir@
29 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkglibdir = $(libdir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
38 top_builddir = ..
40 ACLOCAL = @ACLOCAL@
41 AUTOCONF = @AUTOCONF@
42 AUTOMAKE = @AUTOMAKE@
43 AUTOHEADER = @AUTOHEADER@
45 INSTALL = @INSTALL@
46 INSTALL_PROGRAM = @INSTALL_PROGRAM@
47 INSTALL_DATA = @INSTALL_DATA@
48 INSTALL_SCRIPT = @INSTALL_SCRIPT@
49 INSTALL_STRIP_FLAG =
50 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
59 @SET_MAKE@
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AMDEP = @AMDEP@
63 AMTAR = @AMTAR@
64 AWK = @AWK@
65 CATALOGS = @CATALOGS@
66 CATOBJEXT = @CATOBJEXT@
67 CC = @CC@
68 CPP = @CPP@
69 CXX = @CXX@
70 CXXCPP = @CXXCPP@
71 DATADIRNAME = @DATADIRNAME@
72 DEPDIR = @DEPDIR@
73 DF_PROG = @DF_PROG@
74 GENCAT = @GENCAT@
75 GETCONF = @GETCONF@
76 GMOFILES = @GMOFILES@
77 GMSGFMT = @GMSGFMT@
78 GNU_PACKAGE = @GNU_PACKAGE@
79 GT_NO = @GT_NO@
80 GT_YES = @GT_YES@
81 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
82 INSTOBJEXT = @INSTOBJEXT@
83 INTLDEPS = @INTLDEPS@
84 INTLLIBS = @INTLLIBS@
85 INTLOBJS = @INTLOBJS@
86 LIBOBJS = @LIBOBJS@
87 MAKEINFO = @MAKEINFO@
88 MAN = @MAN@
89 MKINSTALLDIRS = @MKINSTALLDIRS@
90 MSGFMT = @MSGFMT@
91 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
92 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
93 PACKAGE = @PACKAGE@
94 POFILES = @POFILES@
95 POSUB = @POSUB@
96 RANLIB = @RANLIB@
97 U = @U@
98 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
99 USE_NLS = @USE_NLS@
100 VERSION = @VERSION@
101 install_sh = @install_sh@
102 l = @l@
104 # The default database to build and search.
107 AUTOMAKE_OPTIONS = ../lib/ansi2knr
108 LOCATE_DB = $(localstatedir)/locatedb
109 localedir = $(datadir)/locale
111 bin_PROGRAMS = locate
112 libexec_PROGRAMS = frcode code bigram
113 bin_SCRIPTS = updatedb
114 man_MANS = locate.1 updatedb.1 locatedb.5
116 EXTRA_DIST = locatedb.h updatedb.sh $(man_MANS)
117 CLEANFILES = updatedb
119 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCATE_DB=\"$(LOCATE_DB)\" -DLOCALEDIR=\"$(localedir)\"
121 LDADD = ../find/version.o ../lib/libfind.a @INTLLIBS@
123 SUBDIRS = testsuite
124 subdir = locate
125 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126 CONFIG_HEADER = ../config.h
127 CONFIG_CLEAN_FILES =
128 PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS)
131 DEFS = @DEFS@ -I. -I$(srcdir) -I..
132 CPPFLAGS = @CPPFLAGS@
133 LDFLAGS = @LDFLAGS@
134 LIBS = @LIBS@
135 ANSI2KNR = ../lib/ansi2knr
136 bigram_SOURCES = bigram.c
137 bigram_OBJECTS = bigram$U.o
138 bigram_LDADD = $(LDADD)
139 bigram_DEPENDENCIES = ../find/version.o ../lib/libfind.a
140 bigram_LDFLAGS =
141 code_SOURCES = code.c
142 code_OBJECTS = code$U.o
143 code_LDADD = $(LDADD)
144 code_DEPENDENCIES = ../find/version.o ../lib/libfind.a
145 code_LDFLAGS =
146 frcode_SOURCES = frcode.c
147 frcode_OBJECTS = frcode$U.o
148 frcode_LDADD = $(LDADD)
149 frcode_DEPENDENCIES = ../find/version.o ../lib/libfind.a
150 frcode_LDFLAGS =
151 locate_SOURCES = locate.c
152 locate_OBJECTS = locate$U.o
153 locate_LDADD = $(LDADD)
154 locate_DEPENDENCIES = ../find/version.o ../lib/libfind.a
155 locate_LDFLAGS =
156 SCRIPTS = $(bin_SCRIPTS)
158 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159 CFLAGS = @CFLAGS@
160 CCLD = $(CC)
161 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
162 DIST_SOURCES = bigram.c code.c frcode.c locate.c
163 man1dir = $(mandir)/man1
164 man5dir = $(mandir)/man5
165 MANS = $(man_MANS)
167 NROFF = nroff
168 depcomp = $(SHELL) $(top_srcdir)/depcomp
169 DEP_FILES = @AMDEP@ $(DEPDIR)/bigram$U.Po $(DEPDIR)/code$U.Po \
170 $(DEPDIR)/frcode$U.Po $(DEPDIR)/locate$U.Po
171 DIST_COMMON = Makefile.am Makefile.in
174 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176 GZIP_ENV = --best
177 SOURCES = bigram.c code.c frcode.c locate.c
178 OBJECTS = bigram$U.o code$U.o frcode$U.o locate$U.o
180 all: all-redirect
181 .SUFFIXES:
182 .SUFFIXES: .c .o
183 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
184 cd $(top_srcdir) && $(AUTOMAKE) --gnu locate/Makefile
186 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
187 cd $(top_builddir) \
188 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
191 mostlyclean-binPROGRAMS:
193 clean-binPROGRAMS:
194 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
196 distclean-binPROGRAMS:
198 maintainer-clean-binPROGRAMS:
200 install-binPROGRAMS: $(bin_PROGRAMS)
201 @$(NORMAL_INSTALL)
202 $(mkinstalldirs) $(DESTDIR)$(bindir)
203 @list='$(bin_PROGRAMS)'; for p in $$list; do \
204 if test -f $$p; then \
205 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
206 echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f"; \
207 $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f; \
208 else :; fi; \
209 done
211 uninstall-binPROGRAMS:
212 @$(NORMAL_UNINSTALL)
213 @list='$(bin_PROGRAMS)'; for p in $$list; do \
214 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
215 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
216 rm -f $(DESTDIR)$(bindir)/$$f; \
217 done
219 mostlyclean-libexecPROGRAMS:
221 clean-libexecPROGRAMS:
222 -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
224 distclean-libexecPROGRAMS:
226 maintainer-clean-libexecPROGRAMS:
228 install-libexecPROGRAMS: $(libexec_PROGRAMS)
229 @$(NORMAL_INSTALL)
230 $(mkinstalldirs) $(DESTDIR)$(libexecdir)
231 @list='$(libexec_PROGRAMS)'; for p in $$list; do \
232 if test -f $$p; then \
233 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
234 echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libexecdir)/$$f"; \
235 $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libexecdir)/$$f; \
236 else :; fi; \
237 done
239 uninstall-libexecPROGRAMS:
240 @$(NORMAL_UNINSTALL)
241 @list='$(libexec_PROGRAMS)'; for p in $$list; do \
242 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
243 echo " rm -f $(DESTDIR)$(libexecdir)/$$f"; \
244 rm -f $(DESTDIR)$(libexecdir)/$$f; \
245 done
247 mostlyclean-compile:
248 -rm -f *.o core *.core
250 clean-compile:
252 distclean-compile:
253 -rm -f *.tab.c
255 maintainer-clean-compile:
256 ../lib/ansi2knr: ../lib/ansi2knr.o
257 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
259 ../lib/ansi2knr.o:
260 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
263 mostlyclean-kr:
264 -rm -f *_.c
266 clean-kr:
268 distclean-kr:
270 maintainer-clean-kr:
272 bigram: $(bigram_OBJECTS) $(bigram_DEPENDENCIES)
273 @rm -f bigram
274 $(LINK) $(bigram_LDFLAGS) $(bigram_OBJECTS) $(bigram_LDADD) $(LIBS)
276 code: $(code_OBJECTS) $(code_DEPENDENCIES)
277 @rm -f code
278 $(LINK) $(code_LDFLAGS) $(code_OBJECTS) $(code_LDADD) $(LIBS)
280 frcode: $(frcode_OBJECTS) $(frcode_DEPENDENCIES)
281 @rm -f frcode
282 $(LINK) $(frcode_LDFLAGS) $(frcode_OBJECTS) $(frcode_LDADD) $(LIBS)
284 locate: $(locate_OBJECTS) $(locate_DEPENDENCIES)
285 @rm -f locate
286 $(LINK) $(locate_LDFLAGS) $(locate_OBJECTS) $(locate_LDADD) $(LIBS)
288 install-binSCRIPTS: $(bin_SCRIPTS)
289 @$(NORMAL_INSTALL)
290 $(mkinstalldirs) $(DESTDIR)$(bindir)
291 @list='$(bin_SCRIPTS)'; for p in $$list; do \
292 f="`echo $$p|sed '$(transform)'`"; \
293 if test -f $$p; then \
294 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
295 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \
296 elif test -f $(srcdir)/$$p; then \
297 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
298 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \
299 else :; fi; \
300 done
302 uninstall-binSCRIPTS:
303 @$(NORMAL_UNINSTALL)
304 @list='$(bin_SCRIPTS)'; for p in $$list; do \
305 f="`echo $$p|sed '$(transform)'`"; \
306 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
307 rm -f $(DESTDIR)$(bindir)/$$f; \
308 done
309 alloca_.c: alloca.c $(ANSI2KNR)
310 $(CPP) $(DEFS) $(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
311 bigram_.c: bigram.c $(ANSI2KNR)
312 $(CPP) $(DEFS) $(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
313 code_.c: code.c $(ANSI2KNR)
314 $(CPP) $(DEFS) $(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
315 error_.c: error.c $(ANSI2KNR)
316 $(CPP) $(DEFS) $(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
317 fileblocks_.c: fileblocks.c $(ANSI2KNR)
318 $(CPP) $(DEFS) $(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
319 fnmatch_.c: fnmatch.c $(ANSI2KNR)
320 $(CPP) $(DEFS) $(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
321 frcode_.c: frcode.c $(ANSI2KNR)
322 $(CPP) $(DEFS) $(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
323 locate_.c: locate.c $(ANSI2KNR)
324 $(CPP) $(DEFS) $(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
325 lstat_.c: lstat.c $(ANSI2KNR)
326 $(CPP) $(DEFS) $(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
327 malloc_.c: malloc.c $(ANSI2KNR)
328 $(CPP) $(DEFS) $(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
329 memcmp_.c: memcmp.c $(ANSI2KNR)
330 $(CPP) $(DEFS) $(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
331 memcpy_.c: memcpy.c $(ANSI2KNR)
332 $(CPP) $(DEFS) $(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
333 memset_.c: memset.c $(ANSI2KNR)
334 $(CPP) $(DEFS) $(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
335 mktime_.c: mktime.c $(ANSI2KNR)
336 $(CPP) $(DEFS) $(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
337 realloc_.c: realloc.c $(ANSI2KNR)
338 $(CPP) $(DEFS) $(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
339 regex_.c: regex.c $(ANSI2KNR)
340 $(CPP) $(DEFS) $(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
341 rpmatch_.c: rpmatch.c $(ANSI2KNR)
342 $(CPP) $(DEFS) $(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
343 stat_.c: stat.c $(ANSI2KNR)
344 $(CPP) $(DEFS) $(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
345 stpcpy_.c: stpcpy.c $(ANSI2KNR)
346 $(CPP) $(DEFS) $(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
347 strdup_.c: strdup.c $(ANSI2KNR)
348 $(CPP) $(DEFS) $(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
349 strftime_.c: strftime.c $(ANSI2KNR)
350 $(CPP) $(DEFS) $(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
351 strncasecmp_.c: strncasecmp.c $(ANSI2KNR)
352 $(CPP) $(DEFS) $(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
353 strspn_.c: strspn.c $(ANSI2KNR)
354 $(CPP) $(DEFS) $(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
355 strstr_.c: strstr.c $(ANSI2KNR)
356 $(CPP) $(DEFS) $(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
357 strtol_.c: strtol.c $(ANSI2KNR)
358 $(CPP) $(DEFS) $(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
359 strtoul_.c: strtoul.c $(ANSI2KNR)
360 $(CPP) $(DEFS) $(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
361 strtoull_.c: strtoull.c $(ANSI2KNR)
362 $(CPP) $(DEFS) $(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
363 strtoumax_.c: strtoumax.c $(ANSI2KNR)
364 $(CPP) $(DEFS) $(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
365 waitpid_.c: waitpid.c $(ANSI2KNR)
366 $(CPP) $(DEFS) $(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
367 alloca_.o bigram_.o code_.o error_.o fileblocks_.o fnmatch_.o frcode_.o \
368 locate_.o lstat_.o malloc_.o memcmp_.o memcpy_.o memset_.o mktime_.o \
369 realloc_.o regex_.o rpmatch_.o stat_.o stpcpy_.o strdup_.o strftime_.o \
370 strncasecmp_.o strspn_.o strstr_.o strtol_.o strtoul_.o strtoull_.o \
371 strtoumax_.o waitpid_.o : $(ANSI2KNR)
373 install-man1:
374 $(mkinstalldirs) $(DESTDIR)$(man1dir)
375 @list='$(man1_MANS)'; \
376 l2='$(man_MANS)'; for i in $$l2; do \
377 case "$$i" in \
378 *.1*) list="$$list $$i" ;; \
379 esac; \
380 done; \
381 for i in $$list; do \
382 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
383 else file=$$i; fi; \
384 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
385 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
386 inst=`echo $$inst | sed -e 's/^.*\///'`; \
387 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
388 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
389 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
390 done
392 uninstall-man1:
393 @list='$(man1_MANS)'; \
394 l2='$(man_MANS)'; for i in $$l2; do \
395 case "$$i" in \
396 *.1*) list="$$list $$i" ;; \
397 esac; \
398 done; \
399 for i in $$list; do \
400 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
401 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
402 inst=`echo $$inst | sed -e 's/^.*\///'`; \
403 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
404 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
405 rm -f $(DESTDIR)$(man1dir)/$$inst; \
406 done
408 install-man5:
409 $(mkinstalldirs) $(DESTDIR)$(man5dir)
410 @list='$(man5_MANS)'; \
411 l2='$(man_MANS)'; for i in $$l2; do \
412 case "$$i" in \
413 *.5*) list="$$list $$i" ;; \
414 esac; \
415 done; \
416 for i in $$list; do \
417 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
418 else file=$$i; fi; \
419 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
420 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
421 inst=`echo $$inst | sed -e 's/^.*\///'`; \
422 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
423 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
424 $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \
425 done
427 uninstall-man5:
428 @list='$(man5_MANS)'; \
429 l2='$(man_MANS)'; for i in $$l2; do \
430 case "$$i" in \
431 *.5*) list="$$list $$i" ;; \
432 esac; \
433 done; \
434 for i in $$list; do \
435 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
436 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
437 inst=`echo $$inst | sed -e 's/^.*\///'`; \
438 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
439 echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
440 rm -f $(DESTDIR)$(man5dir)/$$inst; \
441 done
442 install-man: $(MANS)
443 @$(NORMAL_INSTALL)
444 $(MAKE) $(AM_MAKEFLAGS) install-man1 install-man5
445 uninstall-man:
446 @$(NORMAL_UNINSTALL)
447 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man5
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.
456 all-recursive install-data-recursive install-exec-recursive \
457 installdirs-recursive install-recursive uninstall-recursive \
458 check-recursive installcheck-recursive info-recursive dvi-recursive:
459 @set fnord $(MAKEFLAGS); amf=$$2; \
460 dot_seen=no; \
461 target=`echo $@ | sed s/-recursive//`; \
462 list='$(SUBDIRS)'; for subdir in $$list; do \
463 echo "Making $$target in $$subdir"; \
464 if test "$$subdir" = "."; then \
465 dot_seen=yes; \
466 local_target="$$target-am"; \
467 else \
468 local_target="$$target"; \
469 fi; \
470 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
471 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
472 done; \
473 if test "$$dot_seen" = "no"; then \
474 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
475 fi; test -z "$$fail"
477 mostlyclean-recursive clean-recursive distclean-recursive \
478 maintainer-clean-recursive:
479 @set fnord $(MAKEFLAGS); amf=$$2; \
480 dot_seen=no; \
481 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
482 if test "$$subdir" = "."; then :; else \
483 rev="$$subdir $$rev"; \
484 fi; \
485 done; \
486 rev="$$rev ."; \
487 target=`echo $@ | sed s/-recursive//`; \
488 for subdir in $$rev; do \
489 echo "Making $$target in $$subdir"; \
490 if test "$$subdir" = "."; then \
491 local_target="$$target-am"; \
492 else \
493 local_target="$$target"; \
494 fi; \
495 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
496 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
497 done && test -z "$$fail"
498 tags-recursive:
499 list='$(SUBDIRS)'; for subdir in $$list; do \
500 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
501 done
503 tags: TAGS
505 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
506 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
507 unique=`for i in $$list; do \
508 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509 done | \
510 $(AWK) ' { files[$$0] = 1; } \
511 END { for (i in files) print i; }'`; \
512 mkid -fID $$unique $(LISP)
514 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
515 $(TAGS_FILES) $(LISP)
516 tags=; \
517 here=`pwd`; \
518 list='$(SUBDIRS)'; for subdir in $$list; do \
519 if test "$$subdir" = .; then :; else \
520 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
521 fi; \
522 done; \
523 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
524 unique=`for i in $$list; do \
525 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526 done | \
527 $(AWK) ' { files[$$0] = 1; } \
528 END { for (i in files) print i; }'`; \
529 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
530 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
532 mostlyclean-tags:
534 clean-tags:
536 distclean-tags:
537 -rm -f TAGS ID
539 maintainer-clean-tags:
541 @AMDEP@include $(DEPDIR)/bigram$U.Po
542 @AMDEP@include $(DEPDIR)/code$U.Po
543 @AMDEP@include $(DEPDIR)/frcode$U.Po
544 @AMDEP@include $(DEPDIR)/locate$U.Po
546 mostlyclean-depend:
548 clean-depend:
550 distclean-depend:
551 -rm -rf $(DEPDIR)
553 maintainer-clean-depend:
555 @AMDEP@CCDEPMODE = @CCDEPMODE@
557 .c.o:
558 @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
559 @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
560 @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561 $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
564 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
566 distdir: $(DISTFILES)
567 @for file in $(DISTFILES); do \
568 d=$(srcdir); \
569 if test -d $$d/$$file; then \
570 cp -pR $$d/$$file $(distdir) \
571 || exit 1; \
572 else \
573 test -f $(distdir)/$$file \
574 || cp -p $$d/$$file $(distdir)/$$file \
575 || exit 1; \
576 fi; \
577 done
578 for subdir in $(SUBDIRS); do \
579 if test "$$subdir" = .; then :; else \
580 test -d $(distdir)/$$subdir \
581 || mkdir $(distdir)/$$subdir \
582 || exit 1; \
583 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
584 || exit 1; \
585 fi; \
586 done
587 info-am:
588 info: info-recursive
589 dvi-am:
590 dvi: dvi-recursive
591 check-am: all-am
592 check: check-recursive
593 installcheck-am:
594 installcheck: installcheck-recursive
595 install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
596 install-binSCRIPTS
597 install-exec: install-exec-recursive
599 install-data-am: install-man
600 install-data: install-data-recursive
602 install-am: all-am
603 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
604 install: install-recursive
605 uninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS \
606 uninstall-binSCRIPTS uninstall-man
607 uninstall: uninstall-recursive
608 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS)
609 all-redirect: all-recursive
610 install-strip:
611 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
612 installdirs: installdirs-recursive
613 installdirs-am:
614 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) \
615 $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
616 $(DESTDIR)$(mandir)/man5
619 mostlyclean-generic:
621 clean-generic:
622 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
624 distclean-generic:
625 -rm -f Makefile $(CONFIG_CLEAN_FILES)
626 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
628 maintainer-clean-generic:
629 -rm -f Makefile.in
630 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-libexecPROGRAMS \
631 mostlyclean-compile mostlyclean-kr mostlyclean-tags \
632 mostlyclean-depend mostlyclean-generic
634 mostlyclean: mostlyclean-recursive
636 clean-am: clean-binPROGRAMS clean-libexecPROGRAMS clean-compile \
637 clean-kr clean-tags clean-depend clean-generic \
638 mostlyclean-am
640 clean: clean-recursive
642 distclean-am: distclean-binPROGRAMS distclean-libexecPROGRAMS \
643 distclean-compile distclean-kr distclean-tags \
644 distclean-depend distclean-generic clean-am
646 distclean: distclean-recursive
648 maintainer-clean-am: maintainer-clean-binPROGRAMS \
649 maintainer-clean-libexecPROGRAMS \
650 maintainer-clean-compile maintainer-clean-kr \
651 maintainer-clean-tags maintainer-clean-depend \
652 maintainer-clean-generic distclean-am
653 @echo "This command is intended for maintainers to use;"
654 @echo "it deletes files that may require special tools to rebuild."
656 maintainer-clean: maintainer-clean-recursive
658 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
659 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
660 mostlyclean-libexecPROGRAMS distclean-libexecPROGRAMS \
661 clean-libexecPROGRAMS maintainer-clean-libexecPROGRAMS \
662 uninstall-libexecPROGRAMS install-libexecPROGRAMS mostlyclean-compile \
663 distclean-compile clean-compile maintainer-clean-compile mostlyclean-kr \
664 distclean-kr clean-kr maintainer-clean-kr uninstall-binSCRIPTS \
665 install-binSCRIPTS install-man1 uninstall-man1 install-man5 \
666 uninstall-man5 install-man uninstall-man install-recursive \
667 uninstall-recursive install-data-recursive uninstall-data-recursive \
668 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
669 uninstalldirs-recursive all-recursive check-recursive \
670 installcheck-recursive info-recursive dvi-recursive \
671 mostlyclean-recursive distclean-recursive clean-recursive \
672 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
673 distclean-tags clean-tags maintainer-clean-tags mostlyclean-depend \
674 distclean-depend clean-depend maintainer-clean-depend distdir info-am \
675 info dvi-am dvi check check-am installcheck-am installcheck \
676 install-exec-am install-exec install-data-am install-data install-am \
677 install uninstall-am uninstall all-redirect all-am all install-strip \
678 installdirs-am installdirs mostlyclean-generic distclean-generic \
679 clean-generic maintainer-clean-generic clean mostlyclean distclean \
680 maintainer-clean
683 $(PROGRAMS) $(LIBPROGRAMS): ../find/version.o ../lib/libfind.a
685 updatedb: updatedb.sh
686 rm -f $@
687 find=`echo find|sed '$(transform)'`; \
688 frcode=`echo frcode|sed '$(transform)'`; \
689 bigram=`echo bigram|sed '$(transform)'`; \
690 code=`echo code|sed '$(transform)'`; \
691 sed \
692 -e "s,@""bindir""@,$(bindir)," \
693 -e "s,@""libexecdir""@,$(libexecdir)," \
694 -e "s,@""LOCATE_DB""@,$(LOCATE_DB)," \
695 -e "s,@""VERSION""@,@VERSION@," \
696 -e "s,@""find""@,$${find}," \
697 -e "s,@""frcode""@,$${frcode}," \
698 -e "s,@""bigram""@,$${bigram}," \
699 -e "s,@""code""@,$${code}," \
700 $(srcdir)/updatedb.sh > $@
701 chmod +x $@
703 install:
704 $(top_srcdir)/mkinstalldirs $(localstatedir)
706 # Tell versions [3.59,3.63) of GNU make to not export all variables.
707 # Otherwise a system limit (for SysV at least) may be exceeded.
708 .NOEXPORT: