1 # Makefile.in generated by automake 1.7.5 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)
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@
67 HAVE__BOOL = @HAVE__BOOL@
69 INSTALL_DATA = @INSTALL_DATA@
70 INSTALL_PROGRAM = @INSTALL_PROGRAM@
71 INSTALL_SCRIPT = @INSTALL_SCRIPT@
72 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74 KMEM_GROUP = @KMEM_GROUP@
80 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
81 LIB_CRYPT = @LIB_CRYPT@
82 LIB_NANOSLEEP = @LIB_NANOSLEEP@
84 LTLIBICONV = @LTLIBICONV@
85 LTLIBINTL = @LTLIBINTL@
86 LTLIBOBJS = @LTLIBOBJS@
89 MKINSTALLDIRS = @MKINSTALLDIRS@
92 NEED_SETGID = @NEED_SETGID@
94 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
95 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
97 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
98 PACKAGE_NAME = @PACKAGE_NAME@
99 PACKAGE_STRING = @PACKAGE_STRING@
100 PACKAGE_TARNAME = @PACKAGE_TARNAME@
101 PACKAGE_VERSION = @PACKAGE_VERSION@
102 PATH_SEPARATOR = @PATH_SEPARATOR@
107 SEQ_LIBM = @SEQ_LIBM@
108 SET_MAKE = @SET_MAKE@
110 SQRT_LIBM = @SQRT_LIBM@
111 STDBOOL_H = @STDBOOL_H@
116 XGETTEXT = @XGETTEXT@
118 ac_ct_CC = @ac_ct_CC@
119 ac_ct_RANLIB = @ac_ct_RANLIB@
120 ac_ct_STRIP = @ac_ct_STRIP@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
123 am__include = @am__include@
124 am__leading_dot = @am__leading_dot@
125 am__quote = @am__quote@
128 build_alias = @build_alias@
129 build_cpu = @build_cpu@
130 build_os = @build_os@
131 build_vendor = @build_vendor@
133 exec_prefix = @exec_prefix@
135 host_alias = @host_alias@
136 host_cpu = @host_cpu@
138 host_vendor = @host_vendor@
139 includedir = @includedir@
141 install_sh = @install_sh@
143 libexecdir = @libexecdir@
144 localstatedir = @localstatedir@
146 oldincludedir = @oldincludedir@
148 program_transform_name = @program_transform_name@
150 sharedstatedir = @sharedstatedir@
151 sysconfdir = @sysconfdir@
152 target_alias = @target_alias@
154 EXTRA_DIST = $(TESTS)
156 TESTS_ENVIRONMENT = \
157 top_srcdir=$(top_srcdir) \
160 PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
166 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
167 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
168 CONFIG_HEADER = $(top_builddir)/config.h
171 DIST_COMMON = Makefile.am Makefile.in
175 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
176 cd $(top_srcdir) && \
177 $(AUTOMAKE) --gnits tests/ls-2/Makefile
178 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
179 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
188 check-TESTS: $(TESTS)
189 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
190 srcdir=$(srcdir); export srcdir; \
192 if test -n "$$list"; then \
193 for tst in $$list; do \
194 if test -f ./$$tst; then dir=./; \
195 elif test -f $$tst; then dir=; \
196 else dir="$(srcdir)/"; fi; \
197 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
198 all=`expr $$all + 1`; \
199 case " $(XFAIL_TESTS) " in \
201 xpass=`expr $$xpass + 1`; \
202 failed=`expr $$failed + 1`; \
203 echo "XPASS: $$tst"; \
206 echo "PASS: $$tst"; \
209 elif test $$? -ne 77; then \
210 all=`expr $$all + 1`; \
211 case " $(XFAIL_TESTS) " in \
213 xfail=`expr $$xfail + 1`; \
214 echo "XFAIL: $$tst"; \
217 failed=`expr $$failed + 1`; \
218 echo "FAIL: $$tst"; \
222 skip=`expr $$skip + 1`; \
223 echo "SKIP: $$tst"; \
226 if test "$$failed" -eq 0; then \
227 if test "$$xfail" -eq 0; then \
228 banner="All $$all tests passed"; \
230 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
233 if test "$$xpass" -eq 0; then \
234 banner="$$failed of $$all tests failed"; \
236 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
241 if test "$$skip" -ne 0; then \
242 skipped="($$skip tests were not run)"; \
243 test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
244 dashes="$$skipped"; \
247 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
248 report="Please report to $(PACKAGE_BUGREPORT)"; \
249 test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
252 dashes=`echo "$$dashes" | sed s/./=/g`; \
255 test -n "$$skipped" && echo "$$skipped"; \
256 test -n "$$report" && echo "$$report"; \
258 test "$$failed" -eq 0; \
260 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
263 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
265 distdir: $(DISTFILES)
266 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
267 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
268 list='$(DISTFILES)'; for file in $$list; do \
270 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
271 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
273 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
274 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
275 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
277 $(mkinstalldirs) "$(distdir)$$dir"; \
281 if test -d $$d/$$file; then \
282 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
283 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
285 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
287 test -f $(distdir)/$$file \
288 || cp -p $$d/$$file $(distdir)/$$file \
293 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
299 install-exec: install-exec-am
300 install-data: install-data-am
301 uninstall: uninstall-am
304 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
306 installcheck: installcheck-am
308 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
309 INSTALL_STRIP_FLAG=-s \
310 `test -z '$(STRIP)' || \
311 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
317 -rm -f Makefile $(CONFIG_CLEAN_FILES)
319 maintainer-clean-generic:
320 @echo "This command is intended for maintainers to use"
321 @echo "it deletes files that may require special tools to rebuild."
324 clean-am: clean-generic mostlyclean-am
326 distclean: distclean-am
328 distclean-am: clean-am distclean-generic
342 install-info: install-info-am
348 maintainer-clean: maintainer-clean-am
350 maintainer-clean-am: distclean-am maintainer-clean-generic
352 mostlyclean: mostlyclean-am
354 mostlyclean-am: mostlyclean-generic
364 uninstall-am: uninstall-info-am
366 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
367 distclean distclean-generic distdir dvi dvi-am info info-am \
368 install install-am install-data install-data-am install-exec \
369 install-exec-am install-info install-info-am install-man \
370 install-strip installcheck installcheck-am installdirs \
371 maintainer-clean maintainer-clean-generic mostlyclean \
372 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
375 # Tell versions [3.59,3.63) of GNU make to not export all variables.
376 # Otherwise a system limit (for SysV at least) may be exceeded.