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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
35 pkgdatadir
= $(datadir)/@PACKAGE@
36 pkglibdir
= $(libdir)/@PACKAGE@
37 pkgincludedir
= $(includedir)/@PACKAGE@
44 AUTOHEADER
= @AUTOHEADER@
47 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
48 INSTALL_DATA
= @INSTALL_DATA@
49 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
51 INSTALL_HEADER
= $(INSTALL_DATA
)
52 transform
= @program_transform_name@
61 host_alias
= @host_alias@
69 CATOBJEXT
= @CATOBJEXT@
72 DATADIRNAME
= @DATADIRNAME@
75 FESETROUND_LIBM
= @FESETROUND_LIBM@
77 GETLOADAVG_LIBS
= @GETLOADAVG_LIBS@
81 GNU_PACKAGE
= @GNU_PACKAGE@
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@
91 KMEM_GROUP
= @KMEM_GROUP@
94 LIB_CLOCK_GETTIME
= @LIB_CLOCK_GETTIME@
95 LIB_CRYPT
= @LIB_CRYPT@
96 LIB_NANOSLEEP
= @LIB_NANOSLEEP@
99 MKINSTALLDIRS
= @MKINSTALLDIRS@
101 NEED_SETGID
= @NEED_SETGID@
102 OPTIONAL_BIN_PROGS
= @OPTIONAL_BIN_PROGS@
103 OPTIONAL_BIN_ZCRIPTS
= @OPTIONAL_BIN_ZCRIPTS@
108 POW_LIBM
= @POW_LIBM@
110 SEQ_LIBM
= @SEQ_LIBM@
111 SQRT_LIBM
= @SQRT_LIBM@
114 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
118 _am_include
= @_am_include@
119 install_sh
= @install_sh@
123 EXTRA_DIST
= $(TESTS
)
125 TESTS_ENVIRONMENT
= \
126 top_srcdir
=$(top_srcdir
) \
129 PATH
=`pwd`/..
/..
/src
:$$PATH \
133 TESTS
= assert assert-2
134 subdir
= tests
/tail-2
135 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
136 CONFIG_HEADER
= $(top_builddir
)/config.h
139 DIST_COMMON
= Makefile.am Makefile.in
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
148 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= CONFIG_LINKS
= $(SHELL
) .
/config.status
154 check-TESTS
: $(TESTS
)
155 @failed
=0; all=0; xfail
=0; xpass
=0; \
156 srcdir=$(srcdir); export srcdir; \
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 \
167 xpass
=`expr $$xpass + 1`; \
168 failed
=`expr $$failed + 1`; \
169 echo
"XPASS: $$tst"; \
172 echo
"PASS: $$tst"; \
175 elif
test $$?
-ne
77; then \
176 all=`expr $$all + 1`; \
177 case
" $(XFAIL_TESTS) " in \
179 xfail
=`expr $$xfail + 1`; \
180 echo
"XFAIL: $$tst"; \
183 failed
=`expr $$failed + 1`; \
184 echo
"FAIL: $$tst"; \
189 if
test "$$failed" -eq
0; then \
190 if
test "$$xfail" -eq
0; then \
191 banner
="All $$all tests passed"; \
193 banner
="All $$all tests behaved as expected ($$xfail expected failures)"; \
196 if
test "$$xpass" -eq
0; then \
197 banner
="$$failed of $$all tests failed"; \
199 banner
="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
202 dashes
=`echo "$$banner" | sed s/./=/g`; \
206 test "$$failed" -eq
0; \
209 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
212 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
214 distdir
: $(DISTFILES
)
215 @for file in
$(DISTFILES
); do \
217 if
test -d
$$d/$$file; then \
218 cp
-pR
$$d/$$file $(distdir
) \
221 test -f
$(distdir
)/$$file \
222 || cp
-p
$$d/$$file $(distdir
)/$$file \
231 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
234 installcheck: installcheck-am
236 install-exec
: install-exec-am
239 install-data
: install-data-am
242 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
245 uninstall: uninstall-am
248 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
249 INSTALL_PROGRAM_ENV
='$(INSTALL_STRIP_PROGRAM_ENV)' install
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."
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
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.