home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / id-utils-3.2-src.tgz / tar.out / fsf / id-utils / testsuite / Makefile.in < prev   
Makefile  |  1996-09-28  |  4KB  |  161 lines

  1. # Makefile.in generated automatically by automake 1.1b from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7.  
  8. SHELL = /bin/sh
  9.  
  10. srcdir = @srcdir@
  11. top_srcdir = @top_srcdir@
  12. VPATH = @srcdir@
  13. prefix = @prefix@
  14. exec_prefix = @exec_prefix@
  15.  
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28.  
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32.  
  33. top_builddir = ..
  34.  
  35. INSTALL = @INSTALL@
  36. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  37. INSTALL_DATA = @INSTALL_DATA@
  38. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  39. transform = @program_transform_name@
  40.  
  41. TESTS = consistency
  42.  
  43. EXTRA_DIST = $(TESTS)
  44. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  45. CONFIG_HEADER = ../config.h
  46. DIST_COMMON = Makefile.am Makefile.in
  47.  
  48.  
  49. PACKAGE = @PACKAGE@
  50. VERSION = @VERSION@
  51.  
  52. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  53.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  54. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  55.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  56.  
  57. TAR = tar
  58. default: all
  59.  
  60.  
  61. $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
  62.     cd $(top_srcdir) && automake $(subdir)/Makefile
  63.  
  64. Makefile: $(top_builddir)/config.status Makefile.in
  65.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  66. tags: TAGS
  67. TAGS:
  68.  
  69.  
  70. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  71.  
  72. subdir = testsuite
  73. distdir: $(DEP_DISTFILES)
  74.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  75.       test -f $(distdir)/$$file \
  76.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  77.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  78.     done
  79. check-TESTS: $(TESTS)
  80.     @failed=0; all=0; \
  81.     srcdir=$(srcdir); export srcdir; \
  82.     for tst in $(TESTS); do \
  83.       all=`expr $$all + 1`; \
  84.       if test -f $$tst; then dir=.; \
  85.       else dir="$(srcdir)"; fi; \
  86.       if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
  87.         echo "PASS: $$tst"; \
  88.       else \
  89.         failed=`expr $$failed + 1`; \
  90.         echo "FAIL: $$tst"; \
  91.       fi; \
  92.     done; \
  93.     if test "$$failed" -eq 0; then \
  94.       echo "========================"; \
  95.       echo "All $$all tests passed"; \
  96.       echo "========================"; \
  97.     else \
  98.       echo "$$failed of $$all tests failed"; \
  99.     fi
  100. info:
  101.  
  102. dvi:
  103.  
  104. check: all check-TESTS
  105.  
  106. installcheck:
  107.  
  108. install-exec: 
  109.  
  110. install-data: 
  111.  
  112. install: install-exec install-data all
  113.     @:
  114.  
  115. uninstall: 
  116.  
  117. all: Makefile
  118.  
  119. install-strip:
  120.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  121. installdirs:
  122.  
  123.  
  124. mostlyclean-generic:
  125.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  126.  
  127. clean-generic:
  128.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  129.  
  130. distclean-generic:
  131.     rm -f Makefile $(DISTCLEANFILES)
  132.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  133.  
  134. maintainer-clean-generic:
  135.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  136.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  137. mostlyclean:  mostlyclean-generic
  138.  
  139. clean:  clean-generic mostlyclean 
  140.  
  141. distclean:  distclean-generic clean 
  142.     rm -f config.status
  143.  
  144. maintainer-clean:  maintainer-clean-generic distclean 
  145.     @echo "This command is intended for maintainers to use;"
  146.     @echo "it deletes files that may require special tools to rebuild."
  147.  
  148. .PHONY: default tags distdir check-TESTS info dvi check installcheck \
  149. install-exec install-data install uninstall all installdirs \
  150. mostlyclean-generic distclean-generic clean-generic \
  151. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  152.  
  153.  
  154. consistency-real: all
  155.     $(SHELL) $(srcdir)/consistency $(top_srcdir) $(top_builddir)/src
  156. .SUFFIXES:
  157.  
  158. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  159. # Otherwise a system limit (for SysV at least) may be exceeded.
  160. .NOEXPORT:
  161.