1 # Makefile for GNU tar regression tests.
3 # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003 Free Software
6 # François Pinard <pinard@iro.umontreal.ca>, 1988.
8 ## This program is free software; you can redistribute it and/or modify
9 ## it under the terms of the GNU General Public License as published by
10 ## the Free Software Foundation; either version 2, or (at your option)
13 ## This program is distributed in the hope that it will be useful,
14 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ## GNU General Public License for more details.
18 ## You should have received a copy of the GNU General Public License
19 ## along with this program; if not, write to the Free Software
20 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
23 check_PROGRAMS = genfile mksparse
24 BUILT_SOURCES = preset
63 genfile_SOURCES = genfile.c
64 mksparse_SOURCES = mksparse.c
65 EXTRA_DIST = after before preset.in $(TESTS) star/README
67 localedir = $(datadir)/locale
68 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
70 LDADD = ../lib/libtar.a $(LIBINTL)
75 $(TESTS): genfile mksparse