4
0

Makefile.am 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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 = \
  20. version.sh\
  21. append.sh\
  22. delete01.sh\
  23. delete02.sh\
  24. delete03.sh\
  25. delete04.sh\
  26. extrac01.sh\
  27. extrac02.sh\
  28. extrac03.sh\
  29. extrac04.sh\
  30. gzip.sh\
  31. incremen.sh\
  32. ignfail.sh\
  33. link01.sh\
  34. listed01.sh\
  35. longv7.sh\
  36. multiv01.sh\
  37. multiv02.sh\
  38. old.sh\
  39. options.sh\
  40. same-order01.sh\
  41. same-order02.sh\
  42. volume.sh\
  43. recurse.sh\
  44. sparse01.sh\
  45. star/gtarfail.sh\
  46. star/gtarfail2.sh\
  47. star/multi-fail.sh\
  48. star/ustar-big-2g.sh\
  49. star/ustar-big-8g.sh\
  50. star/pax-big-10g.sh\
  51. star/qucktest.sh
  52. genfile_SOURCES = genfile.c
  53. mksparse_SOURCES = mksparse.c
  54. EXTRA_DIST = after before preset.in $(TESTS) star/README
  55. localedir = $(datadir)/locale
  56. INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
  57. LDADD = ../lib/libtar.a $(LIBINTL)
  58. mostlyclean:
  59. rm -rf tmp-*
  60. $(TESTS): genfile mksparse