Changes the location of bison.simple after running bison on local
[findutils.git] / find / testsuite / Makefile.in
blobe7e29fcd11d4e69ea8c5371913472232a39c0c6b
1 # Makefile.in generated automatically by automake 1.4f from Makefile.am.
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
14 @SET_MAKE@
16 SHELL = @SHELL@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ../..
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AWK = @AWK@
62 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
63 CATALOGS = @CATALOGS@
64 CATOBJEXT = @CATOBJEXT@
65 CC = @CC@
66 CPP = @CPP@
67 DATADIRNAME = @DATADIRNAME@
68 DEPDIR = @DEPDIR@
69 DF_PROG = @DF_PROG@
70 GENCAT = @GENCAT@
71 GLIBC21 = @GLIBC21@
72 GMOFILES = @GMOFILES@
73 GMSGFMT = @GMSGFMT@
74 GNU_PACKAGE = @GNU_PACKAGE@
75 INCLUDES = @INCLUDES@
76 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
77 INSTOBJEXT = @INSTOBJEXT@
78 INTLBISON = @INTLBISON@
79 INTLLIBS = @INTLLIBS@
80 INTLOBJS = @INTLOBJS@
81 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
82 LIBICONV = @LIBICONV@
83 LIBOBJS = @LIBOBJS@
84 MAN = @MAN@
85 MKINSTALLDIRS = @MKINSTALLDIRS@
86 MSGFMT = @MSGFMT@
87 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
88 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
89 PACKAGE = @PACKAGE@
90 POFILES = @POFILES@
91 POSUB = @POSUB@
92 RANLIB = @RANLIB@
93 U = @U@
94 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
95 USE_NLS = @USE_NLS@
96 VERSION = @VERSION@
97 _am_include = @_am_include@
98 _am_quote = @_am_quote@
99 install_sh = @install_sh@
101 AUTOMAKE_OPTIONS = dejagnu
102 FIND = ../find
103 FINDFLAGS =
105 DEJATOOL = find
107 EXTRA_DIST = config/unix.exp \
108 find.gnu/depth.exp \
109 find.gnu/depth.xo \
110 find.gnu/comma.exp \
111 find.gnu/comma.xo \
112 find.gnu/name-opt.exp \
113 find.gnu/perm.exp \
114 find.gnu/perm.xo \
115 find.gnu/prune-default-print.exp \
116 find.gnu/prune-default-print.xo
119 CLEANFILES = *.log *.sum site.exp site.bak
121 DIST_SUBDIRS = config
122 EXEEXT =
123 OBJEXT = o
124 subdir = find/testsuite
125 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 DIST_SOURCES =
129 DIST_COMMON = Makefile.am Makefile.in
130 all: all-am
132 .SUFFIXES:
133 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
134 cd $(top_srcdir) && \
135 $(AUTOMAKE) --gnu find/testsuite/Makefile
136 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
137 cd $(top_builddir) && \
138 CONFIG_HEADERS= CONFIG_LINKS= \
139 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
140 uninstall-info-am:
141 tags: TAGS
142 TAGS:
144 RUNTESTFLAGS =
145 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
146 EXPECT = expect
147 RUNTEST = runtest
149 check-DEJAGNU: site.exp
150 srcdir=`CDPATH=: && cd $(srcdir) && pwd`; export srcdir; \
151 EXPECT=$(EXPECT); export EXPECT; \
152 runtest=$(RUNTEST); \
153 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
154 l='$(DEJATOOL)'; for tool in $$l; do \
155 $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
156 done; \
157 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
159 site.exp: Makefile
160 @echo 'Making a new site.exp file...'
161 @echo '## these variables are automatically generated by make ##' >site.tmp
162 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
163 @echo '# edit the last section' >>site.tmp
164 @echo 'set tool $(DEJATOOL)' >>site.tmp
165 @echo 'set srcdir $(srcdir)' >>site.tmp
166 @echo "set objdir `pwd`" >>site.tmp
167 @echo 'set host_alias $(host_alias)' >>site.tmp
168 @echo 'set host_triplet $(host_triplet)' >>site.tmp
169 @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
170 @test ! -f site.exp || \
171 sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
172 @-rm -f site.bak
173 @test ! -f site.exp || mv site.exp site.bak
174 @mv site.tmp site.exp
176 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
178 top_distdir = ../..
179 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
181 distdir: $(DISTFILES)
182 $(mkinstalldirs) $(distdir)/config $(distdir)/find.gnu
183 @for file in $(DISTFILES); do \
184 if test -f $$file; then d=.; else d=$(srcdir); fi; \
185 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
186 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
187 $(mkinstalldirs) "$(distdir)/$$dir"; \
188 fi; \
189 if test -d $$d/$$file; then \
190 cp -pR $$d/$$file $(distdir) \
191 || exit 1; \
192 else \
193 test -f $(distdir)/$$file \
194 || cp -p $$d/$$file $(distdir)/$$file \
195 || exit 1; \
196 fi; \
197 done
198 check-am: all-am
199 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
200 check: check-am
201 all-am: Makefile
203 installdirs:
205 install: install-am
206 install-exec: install-exec-am
207 install-data: install-data-am
208 uninstall: uninstall-am
210 install-am: all-am
211 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
213 installcheck: installcheck-am
214 install-strip:
215 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
216 `test -z '$(STRIP)' || \
217 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
218 mostlyclean-generic:
220 clean-generic:
221 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
223 distclean-generic:
224 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
226 maintainer-clean-generic:
227 @echo "This command is intended for maintainers to use"
228 @echo "it deletes files that may require special tools to rebuild."
229 clean: clean-am
231 clean-am: clean-generic mostlyclean-am
233 distclean: distclean-am
235 distclean-am: clean-am distclean-generic
237 dvi: dvi-am
239 dvi-am:
241 info: info-am
243 info-am:
245 install-data-am:
247 install-exec-am:
249 install-info: install-info-am
251 install-man:
253 installcheck-am:
255 maintainer-clean: maintainer-clean-am
257 maintainer-clean-am: distclean-am maintainer-clean-generic
259 mostlyclean: mostlyclean-am
261 mostlyclean-am: mostlyclean-generic
263 uninstall-am: uninstall-info-am
265 uninstall-info: uninstall-info-am
267 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
268 distclean distclean-generic distdir dvi dvi-am info info-am \
269 install install-am install-data install-data-am install-exec \
270 install-exec-am install-info install-info-am install-man \
271 install-strip installcheck installcheck-am installdirs \
272 maintainer-clean maintainer-clean-generic mostlyclean \
273 mostlyclean-generic uninstall uninstall-am uninstall-info-am
275 # Tell versions [3.59,3.63) of GNU make to not export all variables.
276 # Otherwise a system limit (for SysV at least) may be exceeded.
277 .NOEXPORT: