1 # Makefile.in generated by automake 1.7.8 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
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
18 top_srcdir = @top_srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
42 AMDEP_FALSE = @AMDEP_FALSE@
43 AMDEP_TRUE = @AMDEP_TRUE@
46 AUTOHEADER = @AUTOHEADER@
50 CCDEPMODE = @CCDEPMODE@
54 CYGPATH_W = @CYGPATH_W@
63 FESETROUND_LIBM = @FESETROUND_LIBM@
64 FNMATCH_H = @FNMATCH_H@
65 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
68 GNU_PACKAGE = @GNU_PACKAGE@
69 HAVE__BOOL = @HAVE__BOOL@
71 INSTALL_DATA = @INSTALL_DATA@
72 INSTALL_PROGRAM = @INSTALL_PROGRAM@
73 INSTALL_SCRIPT = @INSTALL_SCRIPT@
74 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76 KMEM_GROUP = @KMEM_GROUP@
82 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
83 LIB_CRYPT = @LIB_CRYPT@
84 LIB_NANOSLEEP = @LIB_NANOSLEEP@
86 LTLIBICONV = @LTLIBICONV@
87 LTLIBINTL = @LTLIBINTL@
88 LTLIBOBJS = @LTLIBOBJS@
91 MKINSTALLDIRS = @MKINSTALLDIRS@
94 NEED_SETGID = @NEED_SETGID@
96 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
98 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
99 PACKAGE_NAME = @PACKAGE_NAME@
100 PACKAGE_STRING = @PACKAGE_STRING@
101 PACKAGE_TARNAME = @PACKAGE_TARNAME@
102 PACKAGE_VERSION = @PACKAGE_VERSION@
103 PATH_SEPARATOR = @PATH_SEPARATOR@
108 SEQ_LIBM = @SEQ_LIBM@
109 SET_MAKE = @SET_MAKE@
111 SQRT_LIBM = @SQRT_LIBM@
112 STDBOOL_H = @STDBOOL_H@
117 XGETTEXT = @XGETTEXT@
119 ac_ct_CC = @ac_ct_CC@
120 ac_ct_RANLIB = @ac_ct_RANLIB@
121 ac_ct_STRIP = @ac_ct_STRIP@
122 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
123 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
124 am__include = @am__include@
125 am__leading_dot = @am__leading_dot@
126 am__quote = @am__quote@
129 build_alias = @build_alias@
130 build_cpu = @build_cpu@
131 build_os = @build_os@
132 build_vendor = @build_vendor@
134 exec_prefix = @exec_prefix@
136 host_alias = @host_alias@
137 host_cpu = @host_cpu@
139 host_vendor = @host_vendor@
140 includedir = @includedir@
142 install_sh = @install_sh@
144 libexecdir = @libexecdir@
145 localstatedir = @localstatedir@
147 oldincludedir = @oldincludedir@
149 program_transform_name = @program_transform_name@
151 sharedstatedir = @sharedstatedir@
152 sysconfdir = @sysconfdir@
153 target_alias = @target_alias@
155 EXTRA_DIST = $(TESTS)
157 TESTS_ENVIRONMENT = \
158 top_srcdir=$(top_srcdir) \
161 PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
167 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
168 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
169 CONFIG_HEADER = $(top_builddir)/config.h
172 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
176 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
177 cd $(top_srcdir) && \
178 $(AUTOMAKE) --gnits tests/ls-2/Makefile
179 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
180 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
189 check-TESTS: $(TESTS)
190 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
191 srcdir=$(srcdir); export srcdir; \
193 if test -n "$$list"; then \
194 for tst in $$list; do \
195 if test -f ./$$tst; then dir=./; \
196 elif test -f $$tst; then dir=; \
197 else dir="$(srcdir)/"; fi; \
198 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
199 all=`expr $$all + 1`; \
200 case " $(XFAIL_TESTS) " in \
202 xpass=`expr $$xpass + 1`; \
203 failed=`expr $$failed + 1`; \
204 echo "XPASS: $$tst"; \
207 echo "PASS: $$tst"; \
210 elif test $$? -ne 77; then \
211 all=`expr $$all + 1`; \
212 case " $(XFAIL_TESTS) " in \
214 xfail=`expr $$xfail + 1`; \
215 echo "XFAIL: $$tst"; \
218 failed=`expr $$failed + 1`; \
219 echo "FAIL: $$tst"; \
223 skip=`expr $$skip + 1`; \
224 echo "SKIP: $$tst"; \
227 if test "$$failed" -eq 0; then \
228 if test "$$xfail" -eq 0; then \
229 banner="All $$all tests passed"; \
231 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
234 if test "$$xpass" -eq 0; then \
235 banner="$$failed of $$all tests failed"; \
237 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
242 if test "$$skip" -ne 0; then \
243 skipped="($$skip tests were not run)"; \
244 test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
245 dashes="$$skipped"; \
248 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
249 report="Please report to $(PACKAGE_BUGREPORT)"; \
250 test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
253 dashes=`echo "$$dashes" | sed s/./=/g`; \
256 test -n "$$skipped" && echo "$$skipped"; \
257 test -n "$$report" && echo "$$report"; \
259 test "$$failed" -eq 0; \
261 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
264 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
266 distdir: $(DISTFILES)
267 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
268 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
269 list='$(DISTFILES)'; for file in $$list; do \
271 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
272 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
274 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
275 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
276 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
278 $(mkinstalldirs) "$(distdir)$$dir"; \
282 if test -d $$d/$$file; then \
283 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
284 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
286 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
288 test -f $(distdir)/$$file \
289 || cp -p $$d/$$file $(distdir)/$$file \
294 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
300 install-exec: install-exec-am
301 install-data: install-data-am
302 uninstall: uninstall-am
305 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
307 installcheck: installcheck-am
309 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
310 INSTALL_STRIP_FLAG=-s \
311 `test -z '$(STRIP)' || \
312 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
318 -rm -f $(CONFIG_CLEAN_FILES)
320 maintainer-clean-generic:
321 @echo "This command is intended for maintainers to use"
322 @echo "it deletes files that may require special tools to rebuild."
325 clean-am: clean-generic mostlyclean-am
327 distclean: distclean-am
329 distclean-am: clean-am distclean-generic
343 install-info: install-info-am
349 maintainer-clean: maintainer-clean-am
351 maintainer-clean-am: distclean-am maintainer-clean-generic
353 mostlyclean: mostlyclean-am
355 mostlyclean-am: mostlyclean-generic
365 uninstall-am: uninstall-info-am
367 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
368 distclean distclean-generic distdir dvi dvi-am info info-am \
369 install install-am install-data install-data-am install-exec \
370 install-exec-am install-info install-info-am install-man \
371 install-strip installcheck installcheck-am installdirs \
372 maintainer-clean maintainer-clean-generic mostlyclean \
373 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
376 # Tell versions [3.59,3.63) of GNU make to not export all variables.
377 # Otherwise a system limit (for SysV at least) may be exceeded.