1 # Makefile.in generated by automake 1.7.2 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
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)
41 AMDEP_FALSE = @AMDEP_FALSE@
42 AMDEP_TRUE = @AMDEP_TRUE@
45 AUTOHEADER = @AUTOHEADER@
49 CCDEPMODE = @CCDEPMODE@
53 CYGPATH_W = @CYGPATH_W@
62 FESETROUND_LIBM = @FESETROUND_LIBM@
63 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
66 GNU_PACKAGE = @GNU_PACKAGE@
68 INSTALL_DATA = @INSTALL_DATA@
69 INSTALL_PROGRAM = @INSTALL_PROGRAM@
70 INSTALL_SCRIPT = @INSTALL_SCRIPT@
71 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
73 KMEM_GROUP = @KMEM_GROUP@
79 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
80 LIB_CRYPT = @LIB_CRYPT@
81 LIB_NANOSLEEP = @LIB_NANOSLEEP@
82 LTLIBICONV = @LTLIBICONV@
83 LTLIBINTL = @LTLIBINTL@
84 LTLIBOBJS = @LTLIBOBJS@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
90 NEED_SETGID = @NEED_SETGID@
92 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
93 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
95 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
96 PACKAGE_NAME = @PACKAGE_NAME@
97 PACKAGE_STRING = @PACKAGE_STRING@
98 PACKAGE_TARNAME = @PACKAGE_TARNAME@
99 PACKAGE_VERSION = @PACKAGE_VERSION@
100 PATH_SEPARATOR = @PATH_SEPARATOR@
105 SEQ_LIBM = @SEQ_LIBM@
106 SET_MAKE = @SET_MAKE@
108 SQRT_LIBM = @SQRT_LIBM@
113 XGETTEXT = @XGETTEXT@
115 ac_ct_CC = @ac_ct_CC@
116 ac_ct_RANLIB = @ac_ct_RANLIB@
117 ac_ct_STRIP = @ac_ct_STRIP@
118 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
119 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
120 am__include = @am__include@
121 am__quote = @am__quote@
124 build_alias = @build_alias@
125 build_cpu = @build_cpu@
126 build_os = @build_os@
127 build_vendor = @build_vendor@
129 exec_prefix = @exec_prefix@
131 host_alias = @host_alias@
132 host_cpu = @host_cpu@
134 host_vendor = @host_vendor@
135 includedir = @includedir@
137 install_sh = @install_sh@
139 libexecdir = @libexecdir@
140 localstatedir = @localstatedir@
142 oldincludedir = @oldincludedir@
144 program_transform_name = @program_transform_name@
146 sharedstatedir = @sharedstatedir@
147 sysconfdir = @sysconfdir@
148 target_alias = @target_alias@
150 EXTRA_DIST = $(TESTS)
152 TESTS_ENVIRONMENT = \
153 top_srcdir=$(top_srcdir) \
156 PATH=`pwd`/../../src:$$PATH \
162 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
163 CONFIG_HEADER = $(top_builddir)/config.h
166 DIST_COMMON = Makefile.am Makefile.in
170 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
171 cd $(top_srcdir) && \
172 $(AUTOMAKE) --gnits tests/ls-2/Makefile
173 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
174 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
183 check-TESTS: $(TESTS)
184 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
185 srcdir=$(srcdir); export srcdir; \
187 if test -n "$$list"; then \
188 for tst in $$list; do \
189 if test -f ./$$tst; then dir=./; \
190 elif test -f $$tst; then dir=; \
191 else dir="$(srcdir)/"; fi; \
192 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
193 all=`expr $$all + 1`; \
194 case " $(XFAIL_TESTS) " in \
196 xpass=`expr $$xpass + 1`; \
197 failed=`expr $$failed + 1`; \
198 echo "XPASS: $$tst"; \
201 echo "PASS: $$tst"; \
204 elif test $$? -ne 77; then \
205 all=`expr $$all + 1`; \
206 case " $(XFAIL_TESTS) " in \
208 xfail=`expr $$xfail + 1`; \
209 echo "XFAIL: $$tst"; \
212 failed=`expr $$failed + 1`; \
213 echo "FAIL: $$tst"; \
217 skip=`expr $$skip + 1`; \
218 echo "SKIP: $$tst"; \
221 if test "$$failed" -eq 0; then \
222 if test "$$xfail" -eq 0; then \
223 banner="All $$all tests passed"; \
225 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
228 if test "$$xpass" -eq 0; then \
229 banner="$$failed of $$all tests failed"; \
231 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
236 if test "$$skip" -ne 0; then \
237 skipped="($$skip tests were not run)"; \
238 test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
239 dashes="$$skipped"; \
242 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
243 report="Please report to $(PACKAGE_BUGREPORT)"; \
244 test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
247 dashes=`echo "$$dashes" | sed s/./=/g`; \
250 test -n "$$skipped" && echo "$$skipped"; \
251 test -n "$$report" && echo "$$report"; \
253 test "$$failed" -eq 0; \
255 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
258 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
260 distdir: $(DISTFILES)
261 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
262 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
263 list='$(DISTFILES)'; for file in $$list; do \
265 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
266 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
268 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
269 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
270 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
272 $(mkinstalldirs) "$(distdir)$$dir"; \
276 if test -d $$d/$$file; then \
277 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
278 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
280 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
282 test -f $(distdir)/$$file \
283 || cp -p $$d/$$file $(distdir)/$$file \
288 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
295 install-exec: install-exec-am
296 install-data: install-data-am
297 uninstall: uninstall-am
300 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
302 installcheck: installcheck-am
304 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
305 INSTALL_STRIP_FLAG=-s \
306 `test -z '$(STRIP)' || \
307 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
313 -rm -f Makefile $(CONFIG_CLEAN_FILES)
315 maintainer-clean-generic:
316 @echo "This command is intended for maintainers to use"
317 @echo "it deletes files that may require special tools to rebuild."
320 clean-am: clean-generic mostlyclean-am
322 distclean: distclean-am
324 distclean-am: clean-am distclean-generic
338 install-info: install-info-am
344 maintainer-clean: maintainer-clean-am
346 maintainer-clean-am: distclean-am maintainer-clean-generic
348 mostlyclean: mostlyclean-am
350 mostlyclean-am: mostlyclean-generic
360 uninstall-am: uninstall-info-am
362 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
363 distclean distclean-generic distdir dvi dvi-am info info-am \
364 install install-am install-data install-data-am install-exec \
365 install-exec-am install-info install-info-am install-man \
366 install-strip installcheck installcheck-am installdirs \
367 maintainer-clean maintainer-clean-generic mostlyclean \
368 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
371 # Tell versions [3.59,3.63) of GNU make to not export all variables.
372 # Otherwise a system limit (for SysV at least) may be exceeded.