Makefile.am 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Makefile for GNU tar regression tests.
  2. # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003 Free Software
  3. # Foundation, Inc.
  4. # François Pinard <pinard@iro.umontreal.ca>, 1988.
  5. ## This program is free software; you can redistribute it and/or modify
  6. ## it under the terms of the GNU General Public License as published by
  7. ## the Free Software Foundation; either version 2, or (at your option)
  8. ## any later version.
  9. ## This program is distributed in the hope that it will be useful,
  10. ## but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. ## GNU General Public License for more details.
  13. ## You should have received a copy of the GNU General Public License
  14. ## along with this program; if not, write to the Free Software
  15. ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  16. ## 02111-1307, USA.
  17. check_PROGRAMS = genfile mksparse
  18. BUILT_SOURCES = preset
  19. TESTS = version.sh \
  20. append.sh delete01.sh delete02.sh delete03.sh delete04.sh \
  21. extrac01.sh extrac02.sh extrac03.sh extrac04.sh \
  22. gzip.sh incremen.sh ignfail.sh \
  23. multiv01.sh old.sh options.sh volume.sh \
  24. recurse.sh
  25. genfile_SOURCES = genfile.c
  26. mksparse_SOURCES = mksparse.c
  27. EXTRA_DIST = after before preset.in $(TESTS)
  28. localedir = $(datadir)/locale
  29. INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
  30. LDADD = ../lib/libtar.a $(LIBINTL)
  31. mostlyclean:
  32. rm -rf tmp-*
  33. $(TESTS): genfile mksparse