1 # Makefile.in generated by automake 1.7.3a 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
)
40 APIVERSION
= @APIVERSION@
42 AUTOHEADER
= @AUTOHEADER@
45 CYGPATH_W
= @CYGPATH_W@
52 INSTALL_DATA
= @INSTALL_DATA@
53 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
54 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
55 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
59 LTLIBOBJS
= @LTLIBOBJS@
62 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
63 PACKAGE_NAME
= @PACKAGE_NAME@
64 PACKAGE_STRING
= @PACKAGE_STRING@
65 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
66 PACKAGE_VERSION
= @PACKAGE_VERSION@
67 PATH_SEPARATOR
= @PATH_SEPARATOR@
74 ac_ct_STRIP
= @ac_ct_STRIP@
75 am__leading_dot
= @am__leading_dot@
77 build_alias
= @build_alias@
79 exec_prefix = @
exec_prefix@
80 host_alias
= @host_alias@
81 includedir = @
includedir@
83 install_sh
= @install_sh@
85 libexecdir
= @libexecdir@
86 localstatedir
= @localstatedir@
88 oldincludedir = @
oldincludedir@
89 pkgvdatadir
= @pkgvdatadir@
91 program_transform_name
= @program_transform_name@
93 sharedstatedir
= @sharedstatedir@
94 sysconfdir
= @sysconfdir@
95 target_alias
= @target_alias@
97 XFAIL_TESTS
= subdir5.
test auxdir2.
test cond17.
test
168 compile_f_c_cxx.
test \
466 subdirbuiltsources.
test \
550 EXTRA_DIST
= ChangeLog-old
$(TESTS
)
552 # Each test case depends on defs.
555 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/lib
/mkinstalldirs
556 CONFIG_CLEAN_FILES
= defs
558 DIST_COMMON
= README Makefile.am Makefile.in defs.in
562 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
563 cd
$(top_srcdir
) && \
564 $(AUTOMAKE
) --gnu tests
/Makefile
565 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
566 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
)
567 defs
: $(top_builddir
)/config.status defs.in
568 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
577 check-TESTS
: $(TESTS
)
578 @failed
=0; all=0; xfail
=0; xpass
=0; skip
=0; \
579 srcdir=$(srcdir); export srcdir; \
581 if
test -n
"$$list"; then \
582 for tst in
$$list; do \
583 if
test -f .
/$$tst; then
dir=.
/; \
584 elif
test -f
$$tst; then
dir=; \
585 else dir="$(srcdir)/"; fi
; \
586 if
$(TESTS_ENVIRONMENT
) $${dir}$$tst; then \
587 all=`expr $$all + 1`; \
588 case
" $(XFAIL_TESTS) " in \
590 xpass
=`expr $$xpass + 1`; \
591 failed
=`expr $$failed + 1`; \
592 echo
"XPASS: $$tst"; \
595 echo
"PASS: $$tst"; \
598 elif
test $$?
-ne
77; then \
599 all=`expr $$all + 1`; \
600 case
" $(XFAIL_TESTS) " in \
602 xfail
=`expr $$xfail + 1`; \
603 echo
"XFAIL: $$tst"; \
606 failed
=`expr $$failed + 1`; \
607 echo
"FAIL: $$tst"; \
611 skip
=`expr $$skip + 1`; \
612 echo
"SKIP: $$tst"; \
615 if
test "$$failed" -eq
0; then \
616 if
test "$$xfail" -eq
0; then \
617 banner
="All $$all tests passed"; \
619 banner
="All $$all tests behaved as expected ($$xfail expected failures)"; \
622 if
test "$$xpass" -eq
0; then \
623 banner
="$$failed of $$all tests failed"; \
625 banner
="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
630 if
test "$$skip" -ne
0; then \
631 skipped
="($$skip tests were not run)"; \
632 test `echo "$$skipped" | wc -c` -gt
`echo "$$banner" | wc -c` && \
633 dashes
="$$skipped"; \
636 if
test "$$failed" -ne
0 && test -n
"$(PACKAGE_BUGREPORT)"; then \
637 report
="Please report to $(PACKAGE_BUGREPORT)"; \
638 test `echo "$$report" | wc -c` -gt
`echo "$$banner" | wc -c` && \
641 dashes
=`echo "$$dashes" | sed s/./=/g`; \
644 test -n
"$$skipped" && echo
"$$skipped"; \
645 test -n
"$$report" && echo
"$$report"; \
647 test "$$failed" -eq
0; \
649 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
652 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
654 distdir
: $(DISTFILES
)
655 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
656 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
657 list
='$(DISTFILES)'; for file in
$$list; do \
659 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
660 $(top_srcdir
)/*) file
=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
662 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
663 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
664 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
666 $(mkinstalldirs
) "$(distdir)$$dir"; \
670 if
test -d
$$d/$$file; then \
671 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
672 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
674 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
676 test -f
$(distdir
)/$$file \
677 || cp
-p
$$d/$$file $(distdir
)/$$file \
682 $(MAKE
) $(AM_MAKEFLAGS
) $(check_SCRIPTS
)
683 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
690 install-exec
: install-exec-am
691 install-data
: install-data-am
692 uninstall: uninstall-am
695 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
697 installcheck: installcheck-am
699 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
700 INSTALL_STRIP_FLAG
=-s \
701 `test -z '$(STRIP)' || \
702 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
708 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
710 maintainer-clean-generic
:
711 @echo
"This command is intended for maintainers to use"
712 @echo
"it deletes files that may require special tools to rebuild."
715 clean-am
: clean-generic mostlyclean-am
717 distclean: distclean-am
719 distclean-am
: clean-am distclean-generic distclean-local
733 install-info
: install-info-am
739 maintainer-clean
: maintainer-clean-am
741 maintainer-clean-am
: distclean-am maintainer-clean-generic
743 mostlyclean: mostlyclean-am
745 mostlyclean-am
: mostlyclean-generic
755 uninstall-am
: uninstall-info-am
757 .PHONY
: all all-am
check check-TESTS check-am
clean clean-generic \
758 distclean distclean-generic distclean-local distdir
dvi dvi-am \
759 info info-am
install install-am install-data install-data-am \
760 install-exec install-exec-am install-info install-info-am \
761 install-man install-strip
installcheck installcheck-am \
762 installdirs maintainer-clean maintainer-clean-generic \
763 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am
uninstall \
764 uninstall-am uninstall-info-am
769 # Tell versions [3.59,3.63) of GNU make to not export all variables.
770 # Otherwise a system limit (for SysV at least) may be exceeded.