*** empty log message ***
[findutils.git] / locate / Makefile.in
blobfb08b423cb3b28cd7bf9c1201a5dec55b751bf5a
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@
122 subdir = locate
123 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124 CONFIG_HEADER = ../config.h
125 CONFIG_CLEAN_FILES =
126 PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS)
129 DEFS = @DEFS@ -I. -I$(srcdir) -I..
130 CPPFLAGS = @CPPFLAGS@
131 LDFLAGS = @LDFLAGS@
132 LIBS = @LIBS@
133 ANSI2KNR = ../lib/ansi2knr
134 bigram_SOURCES = bigram.c
135 bigram_OBJECTS = bigram$U.o
136 bigram_LDADD = $(LDADD)
137 bigram_DEPENDENCIES = ../find/version.o ../lib/libfind.a
138 bigram_LDFLAGS =
139 code_SOURCES = code.c
140 code_OBJECTS = code$U.o
141 code_LDADD = $(LDADD)
142 code_DEPENDENCIES = ../find/version.o ../lib/libfind.a
143 code_LDFLAGS =
144 frcode_SOURCES = frcode.c
145 frcode_OBJECTS = frcode$U.o
146 frcode_LDADD = $(LDADD)
147 frcode_DEPENDENCIES = ../find/version.o ../lib/libfind.a
148 frcode_LDFLAGS =
149 locate_SOURCES = locate.c
150 locate_OBJECTS = locate$U.o
151 locate_LDADD = $(LDADD)
152 locate_DEPENDENCIES = ../find/version.o ../lib/libfind.a
153 locate_LDFLAGS =
154 SCRIPTS = $(bin_SCRIPTS)
156 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157 CFLAGS = @CFLAGS@
158 CCLD = $(CC)
159 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
160 DIST_SOURCES = bigram.c code.c frcode.c locate.c
161 man1dir = $(mandir)/man1
162 man5dir = $(mandir)/man5
163 MANS = $(man_MANS)
165 NROFF = nroff
166 depcomp = $(SHELL) $(top_srcdir)/depcomp
167 DEP_FILES = @AMDEP@ $(DEPDIR)/bigram$U.Po $(DEPDIR)/code$U.Po \
168 $(DEPDIR)/frcode$U.Po $(DEPDIR)/locate$U.Po
169 DIST_COMMON = Makefile.am Makefile.in
172 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174 GZIP_ENV = --best
175 SOURCES = bigram.c code.c frcode.c locate.c
176 OBJECTS = bigram$U.o code$U.o frcode$U.o locate$U.o
178 all: all-redirect
179 .SUFFIXES:
180 .SUFFIXES: .c .o
181 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
182 cd $(top_srcdir) && $(AUTOMAKE) --gnu locate/Makefile
184 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
185 cd $(top_builddir) \
186 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
189 mostlyclean-binPROGRAMS:
191 clean-binPROGRAMS:
192 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
194 distclean-binPROGRAMS:
196 maintainer-clean-binPROGRAMS:
198 install-binPROGRAMS: $(bin_PROGRAMS)
199 @$(NORMAL_INSTALL)
200 $(mkinstalldirs) $(DESTDIR)$(bindir)
201 @list='$(bin_PROGRAMS)'; for p in $$list; do \
202 if test -f $$p; then \
203 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
204 echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f"; \
205 $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f; \
206 else :; fi; \
207 done
209 uninstall-binPROGRAMS:
210 @$(NORMAL_UNINSTALL)
211 @list='$(bin_PROGRAMS)'; for p in $$list; do \
212 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
213 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
214 rm -f $(DESTDIR)$(bindir)/$$f; \
215 done
217 mostlyclean-libexecPROGRAMS:
219 clean-libexecPROGRAMS:
220 -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
222 distclean-libexecPROGRAMS:
224 maintainer-clean-libexecPROGRAMS:
226 install-libexecPROGRAMS: $(libexec_PROGRAMS)
227 @$(NORMAL_INSTALL)
228 $(mkinstalldirs) $(DESTDIR)$(libexecdir)
229 @list='$(libexec_PROGRAMS)'; for p in $$list; do \
230 if test -f $$p; then \
231 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
232 echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libexecdir)/$$f"; \
233 $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libexecdir)/$$f; \
234 else :; fi; \
235 done
237 uninstall-libexecPROGRAMS:
238 @$(NORMAL_UNINSTALL)
239 @list='$(libexec_PROGRAMS)'; for p in $$list; do \
240 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
241 echo " rm -f $(DESTDIR)$(libexecdir)/$$f"; \
242 rm -f $(DESTDIR)$(libexecdir)/$$f; \
243 done
245 mostlyclean-compile:
246 -rm -f *.o core *.core
248 clean-compile:
250 distclean-compile:
251 -rm -f *.tab.c
253 maintainer-clean-compile:
254 ../lib/ansi2knr: ../lib/ansi2knr.o
255 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
257 ../lib/ansi2knr.o:
258 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
261 mostlyclean-kr:
262 -rm -f *_.c
264 clean-kr:
266 distclean-kr:
268 maintainer-clean-kr:
270 bigram: $(bigram_OBJECTS) $(bigram_DEPENDENCIES)
271 @rm -f bigram
272 $(LINK) $(bigram_LDFLAGS) $(bigram_OBJECTS) $(bigram_LDADD) $(LIBS)
274 code: $(code_OBJECTS) $(code_DEPENDENCIES)
275 @rm -f code
276 $(LINK) $(code_LDFLAGS) $(code_OBJECTS) $(code_LDADD) $(LIBS)
278 frcode: $(frcode_OBJECTS) $(frcode_DEPENDENCIES)
279 @rm -f frcode
280 $(LINK) $(frcode_LDFLAGS) $(frcode_OBJECTS) $(frcode_LDADD) $(LIBS)
282 locate: $(locate_OBJECTS) $(locate_DEPENDENCIES)
283 @rm -f locate
284 $(LINK) $(locate_LDFLAGS) $(locate_OBJECTS) $(locate_LDADD) $(LIBS)
286 install-binSCRIPTS: $(bin_SCRIPTS)
287 @$(NORMAL_INSTALL)
288 $(mkinstalldirs) $(DESTDIR)$(bindir)
289 @list='$(bin_SCRIPTS)'; for p in $$list; do \
290 f="`echo $$p|sed '$(transform)'`"; \
291 if test -f $$p; then \
292 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
293 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \
294 elif test -f $(srcdir)/$$p; then \
295 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
296 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \
297 else :; fi; \
298 done
300 uninstall-binSCRIPTS:
301 @$(NORMAL_UNINSTALL)
302 @list='$(bin_SCRIPTS)'; for p in $$list; do \
303 f="`echo $$p|sed '$(transform)'`"; \
304 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
305 rm -f $(DESTDIR)$(bindir)/$$f; \
306 done
307 alloca_.c: alloca.c $(ANSI2KNR)
308 $(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
309 bigram_.c: bigram.c $(ANSI2KNR)
310 $(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
311 code_.c: code.c $(ANSI2KNR)
312 $(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
313 error_.c: error.c $(ANSI2KNR)
314 $(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
315 fileblocks_.c: fileblocks.c $(ANSI2KNR)
316 $(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
317 fnmatch_.c: fnmatch.c $(ANSI2KNR)
318 $(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
319 frcode_.c: frcode.c $(ANSI2KNR)
320 $(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
321 locate_.c: locate.c $(ANSI2KNR)
322 $(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
323 lstat_.c: lstat.c $(ANSI2KNR)
324 $(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
325 malloc_.c: malloc.c $(ANSI2KNR)
326 $(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
327 memcmp_.c: memcmp.c $(ANSI2KNR)
328 $(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
329 memcpy_.c: memcpy.c $(ANSI2KNR)
330 $(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
331 memset_.c: memset.c $(ANSI2KNR)
332 $(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
333 mktime_.c: mktime.c $(ANSI2KNR)
334 $(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
335 realloc_.c: realloc.c $(ANSI2KNR)
336 $(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
337 regex_.c: regex.c $(ANSI2KNR)
338 $(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
339 stat_.c: stat.c $(ANSI2KNR)
340 $(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
341 stpcpy_.c: stpcpy.c $(ANSI2KNR)
342 $(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
343 strdup_.c: strdup.c $(ANSI2KNR)
344 $(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
345 strftime_.c: strftime.c $(ANSI2KNR)
346 $(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
347 strncasecmp_.c: strncasecmp.c $(ANSI2KNR)
348 $(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
349 strspn_.c: strspn.c $(ANSI2KNR)
350 $(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
351 strstr_.c: strstr.c $(ANSI2KNR)
352 $(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
353 strtol_.c: strtol.c $(ANSI2KNR)
354 $(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
355 strtoul_.c: strtoul.c $(ANSI2KNR)
356 $(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
357 strtoull_.c: strtoull.c $(ANSI2KNR)
358 $(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
359 strtoumax_.c: strtoumax.c $(ANSI2KNR)
360 $(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
361 waitpid_.c: waitpid.c $(ANSI2KNR)
362 $(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
363 alloca_.o bigram_.o code_.o error_.o fileblocks_.o fnmatch_.o frcode_.o \
364 locate_.o lstat_.o malloc_.o memcmp_.o memcpy_.o memset_.o mktime_.o \
365 realloc_.o regex_.o stat_.o stpcpy_.o strdup_.o strftime_.o \
366 strncasecmp_.o strspn_.o strstr_.o strtol_.o strtoul_.o strtoull_.o \
367 strtoumax_.o waitpid_.o : $(ANSI2KNR)
369 install-man1:
370 $(mkinstalldirs) $(DESTDIR)$(man1dir)
371 @list='$(man1_MANS)'; \
372 l2='$(man_MANS)'; for i in $$l2; do \
373 case "$$i" in \
374 *.1*) list="$$list $$i" ;; \
375 esac; \
376 done; \
377 for i in $$list; do \
378 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
379 else file=$$i; fi; \
380 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
381 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
382 inst=`echo $$inst | sed -e 's/^.*\///'`; \
383 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
384 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
385 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
386 done
388 uninstall-man1:
389 @list='$(man1_MANS)'; \
390 l2='$(man_MANS)'; for i in $$l2; do \
391 case "$$i" in \
392 *.1*) list="$$list $$i" ;; \
393 esac; \
394 done; \
395 for i in $$list; do \
396 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
397 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
398 inst=`echo $$inst | sed -e 's/^.*\///'`; \
399 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
400 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
401 rm -f $(DESTDIR)$(man1dir)/$$inst; \
402 done
404 install-man5:
405 $(mkinstalldirs) $(DESTDIR)$(man5dir)
406 @list='$(man5_MANS)'; \
407 l2='$(man_MANS)'; for i in $$l2; do \
408 case "$$i" in \
409 *.5*) list="$$list $$i" ;; \
410 esac; \
411 done; \
412 for i in $$list; do \
413 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
414 else file=$$i; fi; \
415 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
416 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
417 inst=`echo $$inst | sed -e 's/^.*\///'`; \
418 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
419 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
420 $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \
421 done
423 uninstall-man5:
424 @list='$(man5_MANS)'; \
425 l2='$(man_MANS)'; for i in $$l2; do \
426 case "$$i" in \
427 *.5*) list="$$list $$i" ;; \
428 esac; \
429 done; \
430 for i in $$list; do \
431 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
432 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
433 inst=`echo $$inst | sed -e 's/^.*\///'`; \
434 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
435 echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
436 rm -f $(DESTDIR)$(man5dir)/$$inst; \
437 done
438 install-man: $(MANS)
439 @$(NORMAL_INSTALL)
440 $(MAKE) $(AM_MAKEFLAGS) install-man1 install-man5
441 uninstall-man:
442 @$(NORMAL_UNINSTALL)
443 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man5
445 tags: TAGS
447 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
448 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
449 unique=`for i in $$list; do \
450 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451 done | \
452 $(AWK) ' { files[$$0] = 1; } \
453 END { for (i in files) print i; }'`; \
454 mkid -fID $$unique $(LISP)
456 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
457 $(TAGS_FILES) $(LISP)
458 tags=; \
459 here=`pwd`; \
460 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
461 unique=`for i in $$list; do \
462 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463 done | \
464 $(AWK) ' { files[$$0] = 1; } \
465 END { for (i in files) print i; }'`; \
466 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
467 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
469 mostlyclean-tags:
471 clean-tags:
473 distclean-tags:
474 -rm -f TAGS ID
476 maintainer-clean-tags:
478 @AMDEP@include $(DEPDIR)/bigram$U.Po
479 @AMDEP@include $(DEPDIR)/code$U.Po
480 @AMDEP@include $(DEPDIR)/frcode$U.Po
481 @AMDEP@include $(DEPDIR)/locate$U.Po
483 mostlyclean-depend:
485 clean-depend:
487 distclean-depend:
488 -rm -rf $(DEPDIR)
490 maintainer-clean-depend:
492 @AMDEP@CCDEPMODE = @CCDEPMODE@
494 .c.o:
495 @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
496 @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
497 @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498 $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
501 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
503 distdir: $(DISTFILES)
504 @for file in $(DISTFILES); do \
505 d=$(srcdir); \
506 if test -d $$d/$$file; then \
507 cp -pR $$d/$$file $(distdir) \
508 || exit 1; \
509 else \
510 test -f $(distdir)/$$file \
511 || cp -p $$d/$$file $(distdir)/$$file \
512 || exit 1; \
513 fi; \
514 done
515 info-am:
516 info: info-am
517 dvi-am:
518 dvi: dvi-am
519 check-am: all-am
520 check: check-am
521 installcheck-am:
522 installcheck: installcheck-am
523 install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
524 install-binSCRIPTS
525 install-exec: install-exec-am
527 install-data-am: install-man
528 install-data: install-data-am
530 install-am: all-am
531 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532 install: install-am
533 uninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS \
534 uninstall-binSCRIPTS uninstall-man
535 uninstall: uninstall-am
536 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS)
537 all-redirect: all-am
538 install-strip:
539 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
540 installdirs:
541 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) \
542 $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
543 $(DESTDIR)$(mandir)/man5
546 mostlyclean-generic:
548 clean-generic:
549 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
551 distclean-generic:
552 -rm -f Makefile $(CONFIG_CLEAN_FILES)
553 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
555 maintainer-clean-generic:
556 -rm -f Makefile.in
557 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-libexecPROGRAMS \
558 mostlyclean-compile mostlyclean-kr mostlyclean-tags \
559 mostlyclean-depend mostlyclean-generic
561 mostlyclean: mostlyclean-am
563 clean-am: clean-binPROGRAMS clean-libexecPROGRAMS clean-compile \
564 clean-kr clean-tags clean-depend clean-generic \
565 mostlyclean-am
567 clean: clean-am
569 distclean-am: distclean-binPROGRAMS distclean-libexecPROGRAMS \
570 distclean-compile distclean-kr distclean-tags \
571 distclean-depend distclean-generic clean-am
573 distclean: distclean-am
575 maintainer-clean-am: maintainer-clean-binPROGRAMS \
576 maintainer-clean-libexecPROGRAMS \
577 maintainer-clean-compile maintainer-clean-kr \
578 maintainer-clean-tags maintainer-clean-depend \
579 maintainer-clean-generic distclean-am
580 @echo "This command is intended for maintainers to use;"
581 @echo "it deletes files that may require special tools to rebuild."
583 maintainer-clean: maintainer-clean-am
585 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
586 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
587 mostlyclean-libexecPROGRAMS distclean-libexecPROGRAMS \
588 clean-libexecPROGRAMS maintainer-clean-libexecPROGRAMS \
589 uninstall-libexecPROGRAMS install-libexecPROGRAMS mostlyclean-compile \
590 distclean-compile clean-compile maintainer-clean-compile mostlyclean-kr \
591 distclean-kr clean-kr maintainer-clean-kr uninstall-binSCRIPTS \
592 install-binSCRIPTS install-man1 uninstall-man1 install-man5 \
593 uninstall-man5 install-man uninstall-man tags mostlyclean-tags \
594 distclean-tags clean-tags maintainer-clean-tags mostlyclean-depend \
595 distclean-depend clean-depend maintainer-clean-depend distdir info-am \
596 info dvi-am dvi check check-am installcheck-am installcheck \
597 install-exec-am install-exec install-data-am install-data install-am \
598 install uninstall-am uninstall all-redirect all-am all install-strip \
599 installdirs mostlyclean-generic distclean-generic clean-generic \
600 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
603 $(PROGRAMS) $(LIBPROGRAMS): ../find/version.o ../lib/libfind.a
605 updatedb: updatedb.sh
606 rm -f $@
607 find=`echo find|sed '$(transform)'`; \
608 frcode=`echo frcode|sed '$(transform)'`; \
609 bigram=`echo bigram|sed '$(transform)'`; \
610 code=`echo code|sed '$(transform)'`; \
611 sed \
612 -e "s,@""bindir""@,$(bindir)," \
613 -e "s,@""libexecdir""@,$(libexecdir)," \
614 -e "s,@""LOCATE_DB""@,$(LOCATE_DB)," \
615 -e "s,@""VERSION""@,@VERSION@," \
616 -e "s,@""find""@,$${find}," \
617 -e "s,@""frcode""@,$${frcode}," \
618 -e "s,@""bigram""@,$${bigram}," \
619 -e "s,@""code""@,$${code}," \
620 $(srcdir)/updatedb.sh > $@
621 chmod +x $@
623 install:
624 $(top_srcdir)/mkinstalldirs $(localstatedir)
626 # Tell versions [3.59,3.63) of GNU make to not export all variables.
627 # Otherwise a system limit (for SysV at least) may be exceeded.
628 .NOEXPORT: