*** empty log message ***
[findutils.git] / find / testsuite / Makefile.in
blob0a87af38df5b3a23ef6adc2f4da296d550a7a6e9
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 INCLUDES = @INCLUDES@
82 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
83 INSTOBJEXT = @INSTOBJEXT@
84 INTLDEPS = @INTLDEPS@
85 INTLLIBS = @INTLLIBS@
86 INTLOBJS = @INTLOBJS@
87 LIBOBJS = @LIBOBJS@
88 MAKEINFO = @MAKEINFO@
89 MAN = @MAN@
90 MKINSTALLDIRS = @MKINSTALLDIRS@
91 MSGFMT = @MSGFMT@
92 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
93 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
94 PACKAGE = @PACKAGE@
95 POFILES = @POFILES@
96 POSUB = @POSUB@
97 RANLIB = @RANLIB@
98 U = @U@
99 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
100 USE_NLS = @USE_NLS@
101 VERSION = @VERSION@
102 install_sh = @install_sh@
103 l = @l@
106 AUTOMAKE_OPTIONS = dejagnu
107 FIND = ../find
108 FINDFLAGS =
110 DEJATOOL = find
112 EXTRA_DIST = config/unix.exp \
113 find.gnu/depth.exp \
114 find.gnu/depth.xo \
115 find.gnu/comma.exp \
116 find.gnu/comma.xo
119 CLEANFILES = *.log *.sum site.exp site.bak
121 DIST_SUBDIRS = config
122 subdir = find/testsuite
123 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124 CONFIG_HEADER = ../../config.h
125 CONFIG_CLEAN_FILES =
126 DIST_SOURCES =
127 EXPECT = expect
128 RUNTEST = runtest
129 DIST_COMMON = Makefile.am Makefile.in
132 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
134 GZIP_ENV = --best
135 all: all-redirect
136 .SUFFIXES:
137 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
138 cd $(top_srcdir) && $(AUTOMAKE) --gnu find/testsuite/Makefile
140 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
141 cd $(top_builddir) \
142 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
144 tags: TAGS
145 TAGS:
148 RUNTESTFLAGS =
150 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
152 check-DEJAGNU: site.exp
153 srcdir=`CDPATH=: && cd $(srcdir) && pwd`; export srcdir; \
154 EXPECT=$(EXPECT); export EXPECT; \
155 runtest=$(RUNTEST); \
156 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
157 $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
158 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
160 site.exp: Makefile
161 @echo 'Making a new site.exp file...'
162 @test ! -f site.bak || rm -f site.bak
163 @echo '## these variables are automatically generated by make ##' > $@-t
164 @echo '# Do not edit here. If you wish to override these values' >> $@-t
165 @echo '# edit the last section' >> $@-t
166 @echo 'set tool $(DEJATOOL)' >> $@-t
167 @echo 'set srcdir $(srcdir)' >> $@-t
168 @echo 'set objdir' `pwd` >> $@-t
169 @echo 'set host_alias $(host_alias)' >> $@-t
170 @echo 'set host_triplet $(host_triplet)' >> $@-t
171 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
172 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
173 @test ! -f site.exp || mv site.exp site.bak
174 @mv $@-t site.exp
176 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
178 distdir: $(DISTFILES)
179 $(mkinstalldirs) $(distdir)/config $(distdir)/find.gnu
180 @for file in $(DISTFILES); do \
181 d=$(srcdir); \
182 if test -d $$d/$$file; then \
183 cp -pR $$d/$$file $(distdir) \
184 || exit 1; \
185 else \
186 test -f $(distdir)/$$file \
187 || cp -p $$d/$$file $(distdir)/$$file \
188 || exit 1; \
189 fi; \
190 done
191 info-am:
192 info: info-am
193 dvi-am:
194 dvi: dvi-am
195 check-am: all-am
196 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
197 check: check-am
198 installcheck-am:
199 installcheck: installcheck-am
200 install-exec-am:
201 install-exec: install-exec-am
203 install-data-am:
204 install-data: install-data-am
206 install-am: all-am
207 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
208 install: install-am
209 uninstall-am:
210 uninstall: uninstall-am
211 all-am: Makefile
212 all-redirect: all-am
213 install-strip:
214 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
215 installdirs:
218 mostlyclean-generic:
220 clean-generic:
221 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
223 distclean-generic:
224 -rm -f Makefile $(CONFIG_CLEAN_FILES)
225 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
227 maintainer-clean-generic:
228 -rm -f Makefile.in
229 mostlyclean-am: mostlyclean-generic
231 mostlyclean: mostlyclean-am
233 clean-am: clean-generic mostlyclean-am
235 clean: clean-am
237 distclean-am: distclean-generic clean-am
239 distclean: distclean-am
241 maintainer-clean-am: maintainer-clean-generic distclean-am
242 @echo "This command is intended for maintainers to use;"
243 @echo "it deletes files that may require special tools to rebuild."
245 maintainer-clean: maintainer-clean-am
247 .PHONY: tags check-DEJAGNU distdir info-am info dvi-am dvi check \
248 check-am installcheck-am installcheck install-exec-am install-exec \
249 install-data-am install-data install-am install uninstall-am uninstall \
250 all-redirect all-am all install-strip installdirs mostlyclean-generic \
251 distclean-generic clean-generic maintainer-clean-generic clean \
252 mostlyclean distclean maintainer-clean
255 # Tell versions [3.59,3.63) of GNU make to not export all variables.
256 # Otherwise a system limit (for SysV at least) may be exceeded.
257 .NOEXPORT: