re-mark 1.29b-2 as not yet uploaded (merge madness!)
[debian/tar] / src / Makefile.am
1 # Makefile for GNU tar sources.
2
3 # Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2009, 2013-2014, 2016
4 # Free Software Foundation, Inc.
5
6 # This file is part of GNU tar.
7
8 # GNU tar 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 3 of the License, or
11 # (at your option) any later version.
12
13 # GNU tar 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.
17
18 # You should have received a copy of the GNU General Public License
19 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
21 bin_PROGRAMS = tar
22
23 noinst_HEADERS = arith.h common.h tar.h xattrs.h
24 tar_SOURCES = \
25  buffer.c\
26  checkpoint.c\
27  compare.c\
28  create.c\
29  delete.c\
30  exit.c\
31  exclist.c\
32  extract.c\
33  xheader.c\
34  incremen.c\
35  list.c\
36  map.c\
37  misc.c\
38  names.c\
39  sparse.c\
40  suffix.c\
41  system.c\
42  tar.c\
43  transform.c\
44  unlink.c\
45  update.c\
46  utf8.c\
47  warning.c\
48  xattrs.c
49
50 AM_CPPFLAGS = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib -I../lib
51 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
52
53 LDADD = ../lib/libtar.a ../gnu/libgnu.a $(LIBINTL) $(LIBICONV)
54
55 tar_LDADD = $(LIBS) $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIB_SELINUX)