home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / gnu / tar.txt / tar-1.12 / tests / Makefile.in < prev    next >
Makefile  |  1997-04-25  |  9KB  |  338 lines

  1. # Makefile.in generated automatically by automake 1.1n 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. # Makefile for GNU tar regression tests.
  8. # Copyright ⌐ 1996, 1997 Free Software Foundation, Inc.
  9. # Franτois Pinard <pinard@iro.umontreal.ca>, 1988.
  10.  
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2, or (at your option)
  14. # any later version.
  15.  
  16. # This program is distributed in the hope that it will be useful,
  17. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19. # GNU General Public License for more details.
  20.  
  21. # You should have received a copy of the GNU General Public License
  22. # along with this program; if not, write to the Free Software
  23. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  24. # 02111-1307, USA.
  25.  
  26.  
  27. SHELL = /bin/sh
  28.  
  29. srcdir = @srcdir@
  30. top_srcdir = @top_srcdir@
  31. VPATH = @srcdir@
  32. prefix = @prefix@
  33. exec_prefix = @exec_prefix@
  34.  
  35. bindir = @bindir@
  36. sbindir = @sbindir@
  37. libexecdir = @libexecdir@
  38. datadir = @datadir@
  39. sysconfdir = @sysconfdir@
  40. sharedstatedir = @sharedstatedir@
  41. localstatedir = @localstatedir@
  42. libdir = @libdir@
  43. infodir = @infodir@
  44. mandir = @mandir@
  45. includedir = @includedir@
  46. oldincludedir = /usr/include
  47.  
  48. pkgdatadir = $(datadir)/@PACKAGE@
  49. pkglibdir = $(libdir)/@PACKAGE@
  50. pkgincludedir = $(includedir)/@PACKAGE@
  51.  
  52. top_builddir = ..
  53.  
  54. ACLOCAL = @ACLOCAL@
  55. AUTOCONF = @AUTOCONF@
  56. AUTOMAKE = @AUTOMAKE@
  57. AUTOHEADER = @AUTOHEADER@
  58.  
  59. INSTALL = @INSTALL@
  60. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  61. INSTALL_DATA = @INSTALL_DATA@
  62. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  63. transform = @program_transform_name@
  64.  
  65. NORMAL_INSTALL = true
  66. PRE_INSTALL = true
  67. POST_INSTALL = true
  68. NORMAL_UNINSTALL = true
  69. PRE_UNINSTALL = true
  70. POST_UNINSTALL = true
  71. ACLOCAL = @ACLOCAL@
  72. AUTOCONF = @AUTOCONF@
  73. AUTOHEADER = @AUTOHEADER@
  74. AUTOMAKE = @AUTOMAKE@
  75. CATALOGS = @CATALOGS@
  76. CATOBJEXT = @CATOBJEXT@
  77. CC = @CC@
  78. DATADIRNAME = @DATADIRNAME@
  79. ECHO_C = @ECHO_C@
  80. ECHO_N = @ECHO_N@
  81. GENCAT = @GENCAT@
  82. GMOFILES = @GMOFILES@
  83. GMSGFMT = @GMSGFMT@
  84. GT_NO = @GT_NO@
  85. GT_YES = @GT_YES@
  86. INSTOBJEXT = @INSTOBJEXT@
  87. INTLDEPS = @INTLDEPS@
  88. INTLLIBS = @INTLLIBS@
  89. INTLOBJS = @INTLOBJS@
  90. MAKEINFO = @MAKEINFO@
  91. MKINSTALLDIRS = @MKINSTALLDIRS@
  92. MSGFMT = @MSGFMT@
  93. PACKAGE = @PACKAGE@
  94. POFILES = @POFILES@
  95. POSUB = @POSUB@
  96. RANLIB = @RANLIB@
  97. RMT = @RMT@
  98. U = @U@
  99. USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  100. USE_NLS = @USE_NLS@
  101. VERSION = @VERSION@
  102. YACC = @YACC@
  103.  
  104. AUTOMAKE_OPTIONS = gnits ../src/ansi2knr
  105. check_PROGRAMS = genfile
  106. BUILT_SOURCES = preset
  107.  
  108. TESTS = version.sh ignfail.sh extrac01.sh extrac02.sh extrac03.sh \
  109. old.sh volume.sh gzip.sh append.sh delete01.sh incremen.sh
  110.  
  111. # Postponed until after the 1.12 release.
  112. POSTPONED_TESTS = delete02.sh
  113.  
  114. genfile_SOURCES = genfile.c
  115. EXTRA_DIST = after before preset.in $(TESTS) $(POSTPONED_TESTS)
  116.  
  117. DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
  118. INCLUDES = -I.. -I../intl -I$(top_srcdir)/src -I$(top_srcdir)/lib
  119. LDADD = ../lib/libtar.a @INTLLIBS@
  120. localedir = $(prefix)/@DATADIRNAME@/locale
  121. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  122. CONFIG_HEADER = ../config.h
  123. CONFIG_CLEAN_FILES =  preset
  124. CPPFLAGS = @CPPFLAGS@
  125. LDFLAGS = @LDFLAGS@
  126. LIBS = @LIBS@
  127. o = @U@o
  128. ANSI2KNR = ../src/ansi2knr
  129. genfile_OBJECTS =  genfile.$o
  130. genfile_LDADD = $(LDADD)
  131. genfile_DEPENDENCIES =  ../lib/libtar.a
  132. genfile_LDFLAGS = 
  133. CFLAGS = @CFLAGS@
  134. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  135. LINK = $(CC) $(LDFLAGS) -o $@
  136. DIST_COMMON =  ChangeLog Makefile.am Makefile.in preset.in
  137.  
  138.  
  139. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  140.  
  141. TAR = tar
  142. GZIP = --best
  143. SOURCES = $(genfile_SOURCES)
  144. OBJECTS = $(genfile_OBJECTS)
  145.  
  146. default: all
  147.  
  148. .SUFFIXES:
  149. .SUFFIXES: .c .o ._c ._o
  150. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  151.     cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/Makefile
  152.  
  153. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  154.     cd $(top_builddir) \
  155.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  156.  
  157. preset: $(top_builddir)/config.status preset.in
  158.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  159.  
  160. mostlyclean-checkPROGRAMS:
  161.  
  162. clean-checkPROGRAMS:
  163.     test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
  164.  
  165. distclean-checkPROGRAMS:
  166.  
  167. maintainer-clean-checkPROGRAMS:
  168.  
  169. .c.o:
  170.     $(COMPILE) -c $<
  171.  
  172. mostlyclean-compile:
  173.     rm -f *.o core
  174.  
  175. clean-compile:
  176.  
  177. distclean-compile:
  178.     rm -f *.tab.c
  179.  
  180. maintainer-clean-compile:
  181.  
  182. ._c._o:
  183.     @echo "$(COMPILE) -c $<"
  184.     @rm -f _$*.c
  185.     @ln $< _$*.c && $(COMPILE) -c _$*.c && mv _$*.o $@ && rm _$*.c
  186.  
  187. ._c.l_o:
  188.     @echo "$(LIBTOOL) --mode=compile $(COMPILE) -c $<"
  189.     @rm -f _$*.c
  190.     @ln $< _$*.c && $(LIBTOOL) --mode=compile $(COMPILE) -c _$*.c && mv _$*.lo $@ && rm _$*.c
  191.  
  192. mostlyclean-kr:
  193.     rm -f *._o *.l_o *._c _*.c _*.o
  194.  
  195. clean-kr:
  196.  
  197. distclean-kr:
  198.     rm -f ansi2knr
  199.  
  200. maintainer-clean-kr:
  201.  
  202. genfile: $(genfile_OBJECTS) $(genfile_DEPENDENCIES)
  203.     @rm -f genfile
  204.     $(LINK) $(genfile_LDFLAGS) $(genfile_OBJECTS) $(genfile_LDADD) $(LIBS)
  205.  
  206. genfile._c: genfile.c $(ANSI2KNR)
  207.     $(ANSI2KNR) $(srcdir)/genfile.c > genfile.tmp && mv genfile.tmp $@
  208.  
  209. tags: TAGS
  210.  
  211. ID: $(HEADERS) $(SOURCES)
  212.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  213.  
  214. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
  215.     tags=; \
  216.     here=`pwd`; \
  217.     list='$(SUBDIRS)'; for subdir in $$list; do \
  218.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  219.     done; \
  220.     test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
  221.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
  222.  
  223. mostlyclean-tags:
  224.  
  225. clean-tags:
  226.  
  227. distclean-tags:
  228.     rm -f TAGS ID
  229.  
  230. maintainer-clean-tags:
  231.  
  232. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  233.  
  234. subdir = tests
  235. distdir: $(DISTFILES)
  236.     @for file in $(DISTFILES); do \
  237.       d=$(srcdir); \
  238.       test -f $(distdir)/$$file \
  239.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  240.       || cp -p $$d/$$file $(distdir)/$$file; \
  241.     done
  242.  
  243.  
  244. check-TESTS: $(TESTS)
  245.     @failed=0; all=0; \
  246.     srcdir=$(srcdir); export srcdir; \
  247.     for tst in $(TESTS); do \
  248.       all=`expr $$all + 1`; \
  249.       if test -f $$tst; then dir=.; \
  250.       else dir="$(srcdir)"; fi; \
  251.       if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
  252.         echo "PASS: $$tst"; \
  253.       else \
  254.         failed=`expr $$failed + 1`; \
  255.         echo "FAIL: $$tst"; \
  256.       fi; \
  257.     done; \
  258.     if test "$$failed" -eq 0; then \
  259.       echo "========================"; \
  260.       echo "All $$all tests passed"; \
  261.       echo "========================"; \
  262.     else \
  263.       echo "$$failed of $$all tests failed"; \
  264.       exit 1; \
  265.     fi
  266. info:
  267. dvi:
  268. check: all $(check_PROGRAMS)
  269.     $(MAKE) check-TESTS
  270. installcheck:
  271. install-exec: 
  272.     @$(NORMAL_INSTALL)
  273.  
  274. install-data: 
  275.     @$(NORMAL_INSTALL)
  276.  
  277. install: install-exec install-data all
  278.     @:
  279.  
  280. uninstall: 
  281.  
  282. all: $(BUILT_SOURCES) Makefile
  283.  
  284. install-strip:
  285.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  286. installdirs:
  287.  
  288.  
  289. mostlyclean-generic:
  290.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  291.  
  292. clean-generic:
  293.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  294.  
  295. distclean-generic:
  296.     rm -f Makefile $(DISTCLEANFILES)
  297.     rm -f config.cache config.log stamp-h
  298.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  299.  
  300. maintainer-clean-generic:
  301.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  302.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  303. mostlyclean:  mostlyclean-checkPROGRAMS mostlyclean-compile \
  304.         mostlyclean-kr mostlyclean-tags mostlyclean-generic
  305.  
  306. clean:  clean-checkPROGRAMS clean-compile clean-kr clean-tags \
  307.         clean-generic mostlyclean
  308.  
  309. distclean:  distclean-checkPROGRAMS distclean-compile distclean-kr \
  310.         distclean-tags distclean-generic clean
  311.     rm -f config.status
  312.  
  313. maintainer-clean:  maintainer-clean-checkPROGRAMS \
  314.         maintainer-clean-compile maintainer-clean-kr \
  315.         maintainer-clean-tags maintainer-clean-generic \
  316.         distclean
  317.     @echo "This command is intended for maintainers to use;"
  318.     @echo "it deletes files that may require special tools to rebuild."
  319.  
  320. .PHONY: default mostlyclean-checkPROGRAMS distclean-checkPROGRAMS \
  321. clean-checkPROGRAMS maintainer-clean-checkPROGRAMS mostlyclean-compile \
  322. distclean-compile clean-compile maintainer-clean-compile mostlyclean-kr \
  323. distclean-kr clean-kr maintainer-clean-kr tags mostlyclean-tags \
  324. distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
  325. info dvi installcheck install-exec install-data install uninstall all \
  326. installdirs mostlyclean-generic distclean-generic clean-generic \
  327. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  328.  
  329.  
  330. mostlyclean:
  331.     rm -rf tmp-*
  332.  
  333. $(TESTS): genfile
  334.  
  335. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  336. # Otherwise a system limit (for SysV at least) may be exceeded.
  337. .NOEXPORT:
  338.