1 # Makefile.in generated by automake 1.7.3 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@
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__leading_dot
= @am__leading_dot@
122 am__quote
= @am__quote@
125 build_alias
= @build_alias@
126 build_cpu
= @build_cpu@
127 build_os
= @build_os@
128 build_vendor
= @build_vendor@
130 exec_prefix = @
exec_prefix@
132 host_alias
= @host_alias@
133 host_cpu
= @host_cpu@
135 host_vendor
= @host_vendor@
136 includedir = @
includedir@
138 install_sh
= @install_sh@
140 libexecdir
= @libexecdir@
141 localstatedir
= @localstatedir@
143 oldincludedir = @
oldincludedir@
145 program_transform_name
= @program_transform_name@
147 sharedstatedir
= @sharedstatedir@
148 sysconfdir
= @sysconfdir@
149 target_alias
= @target_alias@
151 EXTRA_DIST
= $(TESTS
)
153 TESTS_ENVIRONMENT
= \
154 top_srcdir
=$(top_srcdir
) \
157 PATH
="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
162 subdir
= tests
/unexpand
163 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/config
/mkinstalldirs
164 CONFIG_HEADER
= $(top_builddir
)/config.h
167 DIST_COMMON
= Makefile.am Makefile.in
171 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.ac
$(ACLOCAL_M4
)
172 cd
$(top_srcdir
) && \
173 $(AUTOMAKE
) --gnits tests
/unexpand
/Makefile
174 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
175 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
)
184 check-TESTS
: $(TESTS
)
185 @failed
=0; all=0; xfail
=0; xpass
=0; skip
=0; \
186 srcdir=$(srcdir); export srcdir; \
188 if
test -n
"$$list"; then \
189 for tst in
$$list; do \
190 if
test -f .
/$$tst; then
dir=.
/; \
191 elif
test -f
$$tst; then
dir=; \
192 else dir="$(srcdir)/"; fi
; \
193 if
$(TESTS_ENVIRONMENT
) $${dir}$$tst; then \
194 all=`expr $$all + 1`; \
195 case
" $(XFAIL_TESTS) " in \
197 xpass
=`expr $$xpass + 1`; \
198 failed
=`expr $$failed + 1`; \
199 echo
"XPASS: $$tst"; \
202 echo
"PASS: $$tst"; \
205 elif
test $$?
-ne
77; then \
206 all=`expr $$all + 1`; \
207 case
" $(XFAIL_TESTS) " in \
209 xfail
=`expr $$xfail + 1`; \
210 echo
"XFAIL: $$tst"; \
213 failed
=`expr $$failed + 1`; \
214 echo
"FAIL: $$tst"; \
218 skip
=`expr $$skip + 1`; \
219 echo
"SKIP: $$tst"; \
222 if
test "$$failed" -eq
0; then \
223 if
test "$$xfail" -eq
0; then \
224 banner
="All $$all tests passed"; \
226 banner
="All $$all tests behaved as expected ($$xfail expected failures)"; \
229 if
test "$$xpass" -eq
0; then \
230 banner
="$$failed of $$all tests failed"; \
232 banner
="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
237 if
test "$$skip" -ne
0; then \
238 skipped
="($$skip tests were not run)"; \
239 test `echo "$$skipped" | wc -c` -gt
`echo "$$banner" | wc -c` && \
240 dashes
="$$skipped"; \
243 if
test "$$failed" -ne
0 && test -n
"$(PACKAGE_BUGREPORT)"; then \
244 report
="Please report to $(PACKAGE_BUGREPORT)"; \
245 test `echo "$$report" | wc -c` -gt
`echo "$$banner" | wc -c` && \
248 dashes
=`echo "$$dashes" | sed s/./=/g`; \
251 test -n
"$$skipped" && echo
"$$skipped"; \
252 test -n
"$$report" && echo
"$$report"; \
254 test "$$failed" -eq
0; \
256 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
259 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
261 distdir
: $(DISTFILES
)
262 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
263 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
264 list
='$(DISTFILES)'; for file in
$$list; do \
266 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
267 $(top_srcdir
)/*) file
=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
269 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
270 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
271 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
273 $(mkinstalldirs
) "$(distdir)$$dir"; \
277 if
test -d
$$d/$$file; then \
278 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
279 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
281 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
283 test -f
$(distdir
)/$$file \
284 || cp
-p
$$d/$$file $(distdir
)/$$file \
289 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
296 install-exec
: install-exec-am
297 install-data
: install-data-am
298 uninstall: uninstall-am
301 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
303 installcheck: installcheck-am
305 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
306 INSTALL_STRIP_FLAG
=-s \
307 `test -z '$(STRIP)' || \
308 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
314 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
316 maintainer-clean-generic
:
317 @echo
"This command is intended for maintainers to use"
318 @echo
"it deletes files that may require special tools to rebuild."
321 clean-am
: clean-generic mostlyclean-am
323 distclean: distclean-am
325 distclean-am
: clean-am distclean-generic
339 install-info
: install-info-am
345 maintainer-clean
: maintainer-clean-am
347 maintainer-clean-am
: distclean-am maintainer-clean-generic
349 mostlyclean: mostlyclean-am
351 mostlyclean-am
: mostlyclean-generic
361 uninstall-am
: uninstall-info-am
363 .PHONY
: all all-am
check check-TESTS check-am
clean clean-generic \
364 distclean distclean-generic distdir
dvi dvi-am
info info-am \
365 install install-am install-data install-data-am install-exec \
366 install-exec-am install-info install-info-am install-man \
367 install-strip
installcheck installcheck-am
installdirs \
368 maintainer-clean maintainer-clean-generic
mostlyclean \
369 mostlyclean-generic pdf pdf-am ps ps-am
uninstall uninstall-am \
372 # Tell versions [3.59,3.63) of GNU make to not export all variables.
373 # Otherwise a system limit (for SysV at least) may be exceeded.