Makefile.am 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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
  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. extrac05.sh\
  31. gzip.sh\
  32. incremen.sh\
  33. ignfail.sh\
  34. link01.sh\
  35. listed01.sh\
  36. listed02.sh\
  37. longv7.sh\
  38. multiv01.sh\
  39. multiv02.sh\
  40. multiv03.sh\
  41. old.sh\
  42. options.sh\
  43. same-order01.sh\
  44. same-order02.sh\
  45. volume.sh\
  46. recurse.sh\
  47. sparse01.sh\
  48. star/gtarfail.sh\
  49. star/gtarfail2.sh\
  50. star/multi-fail.sh\
  51. star/ustar-big-2g.sh\
  52. star/ustar-big-8g.sh\
  53. star/pax-big-10g.sh\
  54. star/qucktest.sh
  55. genfile_SOURCES = genfile.c
  56. EXTRA_DIST = after before preset.in $(TESTS) star/README
  57. localedir = $(datadir)/locale
  58. INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
  59. LDADD = ../lib/libtar.a $(LIBINTL)
  60. mostlyclean:
  61. rm -rf tmp-*
  62. $(TESTS): genfile