*** empty log message ***
[findutils.git] / Makefile.in
blob5d0bda0b077bee05f0212aa9d39c086d034a8b5e
1 # Makefile.in generated automatically by automake from Makefile.am.
2 # Copyright (C) 1994 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
7 # any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 SHELL = /bin/sh
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
26 bindir = $(exec_prefix)/bin
27 sbindir = $(exec_prefix)/sbin
28 libexecdir = $(exec_prefix)/libexec
29 datadir = $(prefix)/share
30 sysconfdir = $(prefix)/etc
31 sharedstatedir = $(prefix)/com
32 localstatedir = $(prefix)/var
33 libdir = $(exec_prefix)/lib
34 infodir = $(prefix)/info
35 mandir = $(prefix)/man
36 includedir = $(prefix)/include
37 oldincludedir = /usr/include
39 INSTALL = @INSTALL@
40 INSTALL_PROGRAM = @INSTALL_PROGRAM@
41 INSTALL_DATA = @INSTALL_DATA@
42 transform = @program_transform_name@
44 ALL = ${PROGRAMS} ${LIBPROGRAMS} ${SCRIPTS} ${LIBSCRIPTS} ${LIBFILES}
45 ACCONFIG = acconfig.h
46 SOURCES =
47 DIST_CONF = Makefile.am Makefile.in README INSTALL NEWS \
48 configure configure.in ${ACLOCAL} ${ACCONFIG} ${CONFIG_TOP} \
49 ${CONFIG_BOT} mkinstalldirs
50 DIST_FILES = $(DIST_CONF) $(SOURCES) $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER)
52 DIST_OTHER = COPYING ChangeLog TODO install-sh config.h.in stamp-h.in
53 SUBDIRS = lib find xargs locate doc testsuite
54 CONFIG_HEADER = config.h
56 all:: ${ALL}
58 # This directory's subdirectories are mostly independent; you can cd
59 # into them and run `make' without going through this Makefile.
60 # To change the values of `make' variables: instead of editing Makefiles,
61 # (1) if the variable is set in `config.status', edit `config.status'
62 # (which will cause the Makefiles to be regenerated when you run `make');
63 # (2) otherwise, pass the desired values on the `make' command line.
65 @SET_MAKE@
67 all install install-info uninstall check tags TAGS info dvi::
68 for subdir in $(SUBDIRS); do \
69 echo making $@ in $$subdir ; \
70 (cd $$subdir; $(MAKE) $@); \
71 done
73 mostlyclean: mostlyclean-recursive mostlyclean-local
75 clean: clean-recursive clean-local
77 distclean: distclean-recursive
78 $(MAKE) distclean-local
80 realclean: realclean-recursive
81 $(MAKE) realclean-local
83 mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive:
84 for subdir in $(SUBDIRS); do \
85 (cd $$subdir; $(MAKE) `echo $@ | sed s/-recursive//`); \
86 done
88 mostlyclean-local:
90 clean-local: mostlyclean-local
92 distclean-local: clean-local
93 rm -f Makefile config.cache config.log config.status
94 rm -f ${CONFIG_HEADER} stamp-h
96 realclean-local: distclean-local
98 # For an explanation of the following Makefile rules, see node
99 # `Automatic Remaking' in GNU Autoconf documentation.
100 Makefile: Makefile.in config.status
101 CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
102 config.status: configure
103 ./config.status --recheck
104 ${srcdir}/configure: configure.in ${ACLOCAL}
105 cd $(srcdir); autoconf
107 ${CONFIG_HEADER}: stamp-h
108 stamp-h: ${CONFIG_HEADER}.in config.status
109 CONFIG_FILES= CONFIG_HEADERS=${CONFIG_HEADER} ./config.status
110 ${srcdir}/${CONFIG_HEADER}.in: stamp-h.in
111 ${srcdir}/stamp-h.in: configure.in ${ACLOCAL} ${ACCONFIG} ${CONFIG_TOP} ${CONFIG_BOT}
112 cd $(srcdir); autoheader
113 date > $(srcdir)/stamp-h.in
115 dist: $(DIST_FILES) $(DIST_DIRS) distname
116 rm -rf `cat distname`; mkdir `cat distname`
117 @for file in $(DIST_FILES); do \
118 echo linking $$file; \
119 ln $(srcdir)/$$file `cat distname`/$$file || \
120 { echo copying $$file instead; cp -p $(srcdir)/$$file `cat distname`/$$file;}; \
121 done
122 for subdir in $(SUBDIRS); do \
123 (cd $$subdir; $(MAKE) subdir=$$subdir $@); done
124 chmod -R a+r `cat distname`
125 tar -chozf `cat distname`.tar.gz `cat distname`
126 rm -rf `cat distname` distname
128 check dvi info install uninstall::
130 tags:: TAGS
132 TAGS::
133 cd $(srcdir); etags $(SOURCES)
135 # Tell versions [3.59,3.63) of GNU make to not export all variables.
136 # Otherwise a system limit (for SysV at least) may be exceeded.
137 .NOEXPORT:
139 distname:
140 echo findutils-`sed -e '/version_string/!d' -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q find/version.c` > $@