Makefile.am 1.4 KB

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