*** empty log message ***
[coreutils.git] / tests / tail-2 / Makefile.in
blob5fc0ca9592dd4700882a68be4b30d4575b8ccce5
1 # Makefile.in generated automatically by automake 1.4e 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 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 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 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_STRIP_FLAG =
51 INSTALL_HEADER = $(INSTALL_DATA)
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
61 host_alias = @host_alias@
62 host_triplet = @host@
64 @SET_MAKE@
65 AMDEP = @AMDEP@
66 AMTAR = @AMTAR@
67 AWK = @AWK@
68 CATALOGS = @CATALOGS@
69 CATOBJEXT = @CATOBJEXT@
70 CC = @CC@
71 CPP = @CPP@
72 DATADIRNAME = @DATADIRNAME@
73 DEPDIR = @DEPDIR@
74 DF_PROG = @DF_PROG@
75 FESETROUND_LIBM = @FESETROUND_LIBM@
76 GENCAT = @GENCAT@
77 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
78 GLIBC21 = @GLIBC21@
79 GMOFILES = @GMOFILES@
80 GMSGFMT = @GMSGFMT@
81 GNU_PACKAGE = @GNU_PACKAGE@
82 GT_NO = @GT_NO@
83 GT_YES = @GT_YES@
84 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
85 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
86 INSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@
87 INSTOBJEXT = @INSTOBJEXT@
88 INTLDEPS = @INTLDEPS@
89 INTLLIBS = @INTLLIBS@
90 INTLOBJS = @INTLOBJS@
91 KMEM_GROUP = @KMEM_GROUP@
92 LIBICONV = @LIBICONV@
93 LIBOBJS = @LIBOBJS@
94 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
95 LIB_CRYPT = @LIB_CRYPT@
96 LIB_NANOSLEEP = @LIB_NANOSLEEP@
97 MAKEINFO = @MAKEINFO@
98 MAN = @MAN@
99 MKINSTALLDIRS = @MKINSTALLDIRS@
100 MSGFMT = @MSGFMT@
101 NEED_SETGID = @NEED_SETGID@
102 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
103 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
104 PACKAGE = @PACKAGE@
105 PERL = @PERL@
106 POFILES = @POFILES@
107 POSUB = @POSUB@
108 POW_LIBM = @POW_LIBM@
109 RANLIB = @RANLIB@
110 SEQ_LIBM = @SEQ_LIBM@
111 SQRT_LIBM = @SQRT_LIBM@
112 STRIP = @STRIP@
113 U = @U@
114 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
115 USE_NLS = @USE_NLS@
116 VERSION = @VERSION@
117 YACC = @YACC@
118 _am_include = @_am_include@
119 install_sh = @install_sh@
120 l = @l@
123 EXTRA_DIST = $(TESTS)
125 TESTS_ENVIRONMENT = \
126 top_srcdir=$(top_srcdir) \
127 srcdir=$(srcdir) \
128 PERL="@PERL@" \
129 PATH=`pwd`/../../src:$$PATH \
130 PROG=tail
133 TESTS = assert assert-2
134 subdir = tests/tail-2
135 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
136 CONFIG_HEADER = $(top_builddir)/config.h
137 CONFIG_CLEAN_FILES =
138 DIST_SOURCES =
139 DIST_COMMON = Makefile.am Makefile.in
141 all: all-am
142 .SUFFIXES:
143 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
144 cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/tail-2/Makefile
146 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
147 cd $(top_builddir) \
148 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
150 tags: TAGS
151 TAGS:
154 check-TESTS: $(TESTS)
155 @failed=0; all=0; xfail=0; xpass=0; \
156 srcdir=$(srcdir); export srcdir; \
157 list='$(TESTS)'; \
158 if test -n "$$list"; then \
159 for tst in $$list; do \
160 if test -f ./$$tst; then dir=./; \
161 elif test -f $$tst; then dir=; \
162 else dir="$(srcdir)/"; fi; \
163 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
164 all=`expr $$all + 1`; \
165 case " $(XFAIL_TESTS) " in \
166 *" $$tst "*) \
167 xpass=`expr $$xpass + 1`; \
168 failed=`expr $$failed + 1`; \
169 echo "XPASS: $$tst"; \
170 ;; \
171 *) \
172 echo "PASS: $$tst"; \
173 ;; \
174 esac; \
175 elif test $$? -ne 77; then \
176 all=`expr $$all + 1`; \
177 case " $(XFAIL_TESTS) " in \
178 *" $$tst "*) \
179 xfail=`expr $$xfail + 1`; \
180 echo "XFAIL: $$tst"; \
181 ;; \
182 *) \
183 failed=`expr $$failed + 1`; \
184 echo "FAIL: $$tst"; \
185 ;; \
186 esac; \
187 fi; \
188 done; \
189 if test "$$failed" -eq 0; then \
190 if test "$$xfail" -eq 0; then \
191 banner="All $$all tests passed"; \
192 else \
193 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
194 fi; \
195 else \
196 if test "$$xpass" -eq 0; then \
197 banner="$$failed of $$all tests failed"; \
198 else \
199 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
200 fi; \
201 fi; \
202 dashes=`echo "$$banner" | sed s/./=/g`; \
203 echo "$$dashes"; \
204 echo "$$banner"; \
205 echo "$$dashes"; \
206 test "$$failed" -eq 0; \
209 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
211 top_distdir = ../..
212 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
214 distdir: $(DISTFILES)
215 @for file in $(DISTFILES); do \
216 d=$(srcdir); \
217 if test -d $$d/$$file; then \
218 cp -pR $$d/$$file $(distdir) \
219 || exit 1; \
220 else \
221 test -f $(distdir)/$$file \
222 || cp -p $$d/$$file $(distdir)/$$file \
223 || exit 1; \
224 fi; \
225 done
226 info-am:
227 info: info-am
228 dvi-am:
229 dvi: dvi-am
230 check-am: all-am
231 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
232 check: check-am
233 installcheck-am:
234 installcheck: installcheck-am
235 install-exec-am:
236 install-exec: install-exec-am
238 install-data-am:
239 install-data: install-data-am
241 install-am: all-am
242 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
243 install: install-am
244 uninstall-am:
245 uninstall: uninstall-am
246 all-am: Makefile
247 install-strip:
248 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
249 INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
250 installdirs:
253 mostlyclean-generic:
255 clean-generic:
257 distclean-generic:
258 -rm -f Makefile $(CONFIG_CLEAN_FILES)
259 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
261 maintainer-clean-generic:
262 @echo "This command is intended for maintainers to use"
263 @echo "it deletes files that may require special tools to rebuild."
264 -rm -f Makefile.in
265 maintainer-clean-am: distclean-am maintainer-clean-generic
267 .PHONY: all all-am check check-TESTS 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-strip installcheck installcheck-am \
271 installdirs maintainer-clean maintainer-clean-generic \
272 mostlyclean mostlyclean-generic uninstall uninstall-am
274 distclean: distclean-am
276 clean-am: clean-generic mostlyclean-am
278 distclean-am: clean-am distclean-generic
280 maintainer-clean: maintainer-clean-am
282 mostlyclean-am: mostlyclean-generic
284 mostlyclean: mostlyclean-am
286 clean: clean-am
289 # Tell versions [3.59,3.63) of GNU make to not export all variables.
290 # Otherwise a system limit (for SysV at least) may be exceeded.
291 .NOEXPORT: