]> Dogcows Code - chaz/tar/blobdiff - src/Makefile.am
Started merging with cpio into paxutils.
[chaz/tar] / src / Makefile.am
index fe0a78acc814078a22485554ac799c9fddf57240..3ba7b5cbbf6d2d73f464f5e6fc3854fb3c2d8385 100644 (file)
 ## 02111-1307, USA.
 
 bin_PROGRAMS = tar
-libexec_PROGRAMS = @RMT@
-EXTRA_PROGRAMS = rmt
 
-noinst_HEADERS = arith.h common.h rmt.h system.h tar.h
-rmt_SOURCES = rmt.c
-tar_SOURCES = buffer.c compare.c create.c delete.c extract.c \
-  xheader.c incremen.c list.c mangle.c misc.c names.c rtapelib.c tar.c update.c
-
-localedir = $(datadir)/locale
-INCLUDES = -I$(top_srcdir)/lib -I../lib 
-
-DISTCLEANFILES = localedir.h
-localedir.h : Makefile
-       echo '#define LOCALEDIR "$(localedir)"' >$@
-rmt.o tar.o : localedir.h
+noinst_HEADERS = arith.h common.h tar.h
+tar_SOURCES = \
+ buffer.c\
+ compare.c\
+ create.c\
+ delete.c\
+ extract.c\
+ xheader.c\
+ incremen.c\
+ list.c\
+ mangle.c\
+ misc.c\
+ names.c\
+ sparse.c\
+ system.c\
+ tar.c\
+ update.c\
+ utf8.c
+
+INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib 
+
+tar.o: ../lib/localedir.h
 
 LDADD = ../lib/libtar.a $(LIBINTL)
 
-rmt_LDADD = $(LDADD) $(LIB_SETSOCKOPT)
 tar_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
This page took 0.026979 seconds and 4 git commands to generate.