1 # Makefile.in generated automatically by automake 1.4g 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
19 top_srcdir
= @top_srcdir@
22 exec_prefix = @
exec_prefix@
26 libexecdir
= @libexecdir@
28 sysconfdir
= @sysconfdir@
29 sharedstatedir
= @sharedstatedir@
30 localstatedir
= @localstatedir@
34 includedir = @
includedir@
35 oldincludedir = /usr
/include
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkglibdir
= $(libdir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
44 AUTOHEADER
= @AUTOHEADER@
47 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
48 INSTALL_DATA
= @INSTALL_DATA@
49 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
50 INSTALL_HEADER
= $(INSTALL_DATA
)
51 transform
= @program_transform_name@
61 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
65 _am_include
= @_am_include@
66 _am_quote
= @_am_quote@
67 install_sh
= @install_sh@
69 AUTOMAKE_OPTIONS
= gnits
71 XFAIL_TESTS
= subdir5.
test
120 compile_f_c_cxx.
test \
318 subdirbuiltsources.
test \
368 EXTRA_DIST
= defs ChangeLog-old
$(TESTS
)
372 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/lib
/mkinstalldirs
375 DIST_COMMON
= Makefile.am Makefile.in
379 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
380 cd
$(top_srcdir
) && \
381 $(AUTOMAKE
) --gnits tests
/Makefile
382 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
383 cd
$(top_builddir
) && \
384 CONFIG_HEADERS
= CONFIG_LINKS
= \
385 CONFIG_FILES
=$(subdir
)/$@
$(SHELL
) .
/config.status
391 check-TESTS
: $(TESTS
)
392 @failed
=0; all=0; xfail
=0; xpass
=0; \
393 srcdir=$(srcdir); export srcdir; \
395 if
test -n
"$$list"; then \
396 for tst in
$$list; do \
397 if
test -f .
/$$tst; then
dir=.
/; \
398 elif
test -f
$$tst; then
dir=; \
399 else dir="$(srcdir)/"; fi
; \
400 if
$(TESTS_ENVIRONMENT
) $${dir}$$tst; then \
401 all=`expr $$all + 1`; \
402 case
" $(XFAIL_TESTS) " in \
404 xpass
=`expr $$xpass + 1`; \
405 failed
=`expr $$failed + 1`; \
406 echo
"XPASS: $$tst"; \
409 echo
"PASS: $$tst"; \
412 elif
test $$?
-ne
77; then \
413 all=`expr $$all + 1`; \
414 case
" $(XFAIL_TESTS) " in \
416 xfail
=`expr $$xfail + 1`; \
417 echo
"XFAIL: $$tst"; \
420 failed
=`expr $$failed + 1`; \
421 echo
"FAIL: $$tst"; \
426 if
test "$$failed" -eq
0; then \
427 if
test "$$xfail" -eq
0; then \
428 banner
="All $$all tests passed"; \
430 banner
="All $$all tests behaved as expected ($$xfail expected failures)"; \
433 if
test "$$xpass" -eq
0; then \
434 banner
="$$failed of $$all tests failed"; \
436 banner
="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
439 dashes
=`echo "$$banner" | sed s/./=/g`; \
443 test "$$failed" -eq
0; \
446 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
449 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
451 distdir
: $(DISTFILES
)
452 @for file in
$(DISTFILES
); do \
453 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
454 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
455 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
456 $(mkinstalldirs
) "$(distdir)/$$dir"; \
458 if
test -d
$$d/$$file; then \
459 cp
-pR
$$d/$$file $(distdir
) \
462 test -f
$(distdir
)/$$file \
463 || cp
-p
$$d/$$file $(distdir
)/$$file \
468 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
475 install-exec
: install-exec-am
476 install-data
: install-data-am
477 uninstall: uninstall-am
480 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
482 installcheck: installcheck-am
484 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
485 `test -z '$(STRIP)' || \
486 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
492 -rm -f Makefile
$(CONFIG_CLEAN_FILES
) stamp-h stamp-h
[0-9]*
494 maintainer-clean-generic
:
495 @echo
"This command is intended for maintainers to use"
496 @echo
"it deletes files that may require special tools to rebuild."
499 clean-am
: clean-generic mostlyclean-am
501 distclean: distclean-am
503 distclean-am
: clean-am distclean-generic distclean-local
517 install-info
: install-info-am
523 maintainer-clean
: maintainer-clean-am
525 maintainer-clean-am
: distclean-am maintainer-clean-generic
527 mostlyclean: mostlyclean-am
529 mostlyclean-am
: mostlyclean-generic
531 uninstall-am
: uninstall-info-am
533 .PHONY
: all all-am
check check-TESTS check-am
clean clean-generic \
534 distclean distclean-generic distclean-local distdir
dvi dvi-am \
535 info info-am
install install-am install-data install-data-am \
536 install-exec install-exec-am install-info install-info-am \
537 install-man install-strip
installcheck installcheck-am \
538 installdirs maintainer-clean maintainer-clean-generic \
539 mostlyclean mostlyclean-generic
uninstall uninstall-am \
545 # Tell versions [3.59,3.63) of GNU make to not export all variables.
546 # Otherwise a system limit (for SysV at least) may be exceeded.