1 # Makefile.in generated by automake 1.6 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 INSTALL_HEADER = $(INSTALL_DATA)
54 transform = @program_transform_name@
61 host_alias = @host_alias@
66 PATH_SEPARATOR = @PATH_SEPARATOR@
69 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
70 CATOBJEXT = @CATOBJEXT@
73 DATADIRNAME = @DATADIRNAME@
76 FESETROUND_LIBM = @FESETROUND_LIBM@
78 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
81 GNU_PACKAGE = @GNU_PACKAGE@
84 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85 INSTOBJEXT = @INSTOBJEXT@
86 INTLBISON = @INTLBISON@
89 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
90 KMEM_GROUP = @KMEM_GROUP@
94 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
95 LIB_CRYPT = @LIB_CRYPT@
96 LIB_NANOSLEEP = @LIB_NANOSLEEP@
98 LTLIBICONV = @LTLIBICONV@
99 LTLIBINTL = @LTLIBINTL@
101 MKINSTALLDIRS = @MKINSTALLDIRS@
102 NEED_SETGID = @NEED_SETGID@
103 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
104 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
109 SEQ_LIBM = @SEQ_LIBM@
110 SQRT_LIBM = @SQRT_LIBM@
113 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
117 am__include = @am__include@
118 am__quote = @am__quote@
119 install_sh = @install_sh@
121 EXTRA_DIST = $(TESTS)
123 TESTS_ENVIRONMENT = \
124 top_srcdir=$(top_srcdir) \
127 PATH=`pwd`/../../src:$$PATH \
133 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
134 CONFIG_HEADER = $(top_builddir)/config.h
137 DIST_COMMON = Makefile.am Makefile.in
141 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
142 cd $(top_srcdir) && \
143 $(AUTOMAKE) --gnu tests/ls-2/Makefile
144 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
145 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
151 check-TESTS: $(TESTS)
152 @failed=0; all=0; xfail=0; xpass=0; \
153 srcdir=$(srcdir); export srcdir; \
155 if test -n "$$list"; then \
156 for tst in $$list; do \
157 if test -f ./$$tst; then dir=./; \
158 elif test -f $$tst; then dir=; \
159 else dir="$(srcdir)/"; fi; \
160 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
161 all=`expr $$all + 1`; \
162 case " $(XFAIL_TESTS) " in \
164 xpass=`expr $$xpass + 1`; \
165 failed=`expr $$failed + 1`; \
166 echo "XPASS: $$tst"; \
169 echo "PASS: $$tst"; \
172 elif test $$? -ne 77; then \
173 all=`expr $$all + 1`; \
174 case " $(XFAIL_TESTS) " in \
176 xfail=`expr $$xfail + 1`; \
177 echo "XFAIL: $$tst"; \
180 failed=`expr $$failed + 1`; \
181 echo "FAIL: $$tst"; \
186 if test "$$failed" -eq 0; then \
187 if test "$$xfail" -eq 0; then \
188 banner="All $$all tests passed"; \
190 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
193 if test "$$xpass" -eq 0; then \
194 banner="$$failed of $$all tests failed"; \
196 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
199 dashes=`echo "$$banner" | sed s/./=/g`; \
203 test "$$failed" -eq 0; \
205 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
210 distdir: $(DISTFILES)
211 @for file in $(DISTFILES); do \
212 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
213 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
214 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 $(mkinstalldirs) "$(distdir)$$dir"; \
220 if test -d $$d/$$file; then \
221 cp -pR $$d/$$file $(distdir)$$dir \
224 test -f $(distdir)/$$file \
225 || cp -p $$d/$$file $(distdir)/$$file \
230 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
237 install-exec: install-exec-am
238 install-data: install-data-am
239 uninstall: uninstall-am
242 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
244 installcheck: installcheck-am
246 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
247 INSTALL_STRIP_FLAG=-s \
248 `test -z '$(STRIP)' || \
249 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
255 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
257 maintainer-clean-generic:
258 @echo "This command is intended for maintainers to use"
259 @echo "it deletes files that may require special tools to rebuild."
262 clean-am: clean-generic mostlyclean-am
264 distclean: distclean-am
266 distclean-am: clean-am distclean-generic
280 install-info: install-info-am
286 maintainer-clean: maintainer-clean-am
288 maintainer-clean-am: distclean-am maintainer-clean-generic
290 mostlyclean: mostlyclean-am
292 mostlyclean-am: mostlyclean-generic
294 uninstall-am: uninstall-info-am
296 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
297 distclean distclean-generic distdir dvi dvi-am info info-am \
298 install install-am install-data install-data-am install-exec \
299 install-exec-am install-info install-info-am install-man \
300 install-strip installcheck installcheck-am installdirs \
301 maintainer-clean maintainer-clean-generic mostlyclean \
302 mostlyclean-generic uninstall uninstall-am uninstall-info-am
304 # Tell versions [3.59,3.63) of GNU make to not export all variables.
305 # Otherwise a system limit (for SysV at least) may be exceeded.