* locate/Makefile.am: remove creation of updatedb, since it is now
[findutils.git] / m4 / Makefile.in
blobf0e6e60633129c7de8d389812fb570faad1072ef
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 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@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CPP = @CPP@
62 INCLUDES = @INCLUDES@
63 LIBOBJS = @LIBOBJS@
64 MAKEINFO = @MAKEINFO@
65 PACKAGE = @PACKAGE@
66 RANLIB = @RANLIB@
67 U = @U@
68 VERSION = @VERSION@
70 EXTRA_DIST = README Makefile.am.in assert.m4 check-decl.m4 check-type.m4 const.m4 decl.m4 error.m4 fnmatch.m4 fstypename.m4 getline.m4 glibc.m4 hide/gettext.m4 hide/lcmessage.m4 hide/progtest.m4 inttypes_h.m4 isc-posix.m4 jm-glibc-io.m4 jm-macros.m4 jm-mktime.m4 lfs.m4 ls-mntd-fs.m4 lstat.m4 malloc.m4 memcmp.m4 mktime.m4 perl.m4 prereq.m4 putenv.m4 readdir.m4 realloc.m4 regex.m4 st_dm_mode.m4 st_mtim.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 utimbuf.m4 utime.m4 utimes.m4
72 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
73 CONFIG_HEADER = ../config.h
74 CONFIG_CLEAN_FILES =
75 DIST_COMMON = README ChangeLog Makefile.am Makefile.in
78 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
80 TAR = tar
81 GZIP_ENV = --best
82 all: all-redirect
83 .SUFFIXES:
84 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
85 cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile
87 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
88 cd $(top_builddir) \
89 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
91 tags: TAGS
92 TAGS:
95 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
97 subdir = m4
99 distdir: $(DISTFILES)
100 here=`cd $(top_builddir) && pwd`; \
101 top_distdir=`cd $(top_distdir) && pwd`; \
102 distdir=`cd $(distdir) && pwd`; \
103 cd $(top_srcdir) \
104 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu m4/Makefile
105 $(mkinstalldirs) $(distdir)/hide
106 @for file in $(DISTFILES); do \
107 d=$(srcdir); \
108 if test -d $$d/$$file; then \
109 cp -pr $$d/$$file $(distdir)/$$file; \
110 else \
111 test -f $(distdir)/$$file \
112 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
113 || cp -p $$d/$$file $(distdir)/$$file || :; \
114 fi; \
115 done
116 info-am:
117 info: info-am
118 dvi-am:
119 dvi: dvi-am
120 check-am: all-am
121 check: check-am
122 installcheck-am:
123 installcheck: installcheck-am
124 install-exec-am:
125 install-exec: install-exec-am
127 install-data-am:
128 install-data: install-data-am
130 install-am: all-am
131 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
132 install: install-am
133 uninstall-am:
134 uninstall: uninstall-am
135 all-am: Makefile
136 all-redirect: all-am
137 install-strip:
138 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
139 installdirs:
142 mostlyclean-generic:
144 clean-generic:
146 distclean-generic:
147 -rm -f Makefile $(CONFIG_CLEAN_FILES)
148 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
150 maintainer-clean-generic:
151 mostlyclean-am: mostlyclean-generic
153 mostlyclean: mostlyclean-am
155 clean-am: clean-generic mostlyclean-am
157 clean: clean-am
159 distclean-am: distclean-generic clean-am
161 distclean: distclean-am
163 maintainer-clean-am: maintainer-clean-generic distclean-am
164 @echo "This command is intended for maintainers to use;"
165 @echo "it deletes files that may require special tools to rebuild."
167 maintainer-clean: maintainer-clean-am
169 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
170 installcheck-am installcheck install-exec-am install-exec \
171 install-data-am install-data install-am install uninstall-am uninstall \
172 all-redirect all-am all installdirs mostlyclean-generic \
173 distclean-generic clean-generic maintainer-clean-generic clean \
174 mostlyclean distclean maintainer-clean
177 Makefile.am: Makefile.am.in
178 rm -f $@ $@t
179 sed -n '1,/^##m4-files-begin/p' $< > $@t
180 ( echo EXTRA_DIST = README Makefile.am.in; \
181 find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \
182 |fmt | (tr '\012' @; echo) \
183 |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
184 >> $@t
185 sed -n '/^##m4-files-end/,$$p' $< >> $@t
186 chmod a-w $@t
187 mv $@t $@
189 # Tell versions [3.59,3.63) of GNU make to not export all variables.
190 # Otherwise a system limit (for SysV at least) may be exceeded.
191 .NOEXPORT: