X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FMakefile.tmpl;h=c20e3c4e2e71a81cb40e545ecee8e42dedf6c898;hb=d659cbaccdc1f3279c49107cf15f15a639738529;hp=04caf8793f68298f796e11eda24fb4f6375443a4;hpb=1625cc5f67cf9f38e15862190bc268dcb2cc9307;p=chaz%2Ftar diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl index 04caf87..c20e3c4 100644 --- a/lib/Makefile.tmpl +++ b/lib/Makefile.tmpl @@ -1,6 +1,6 @@ -# Makefile for GNU tar library. +# Makefile for GNU tar library. -*- Makefile -*- -# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004 +# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify @@ -15,12 +15,12 @@ ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software -## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -## 02111-1307, USA. +## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +## 02110-1301, USA. noinst_LIBRARIES = libtar.a -noinst_HEADERS = system.h localedir.h rmt.h -libtar_a_SOURCES = prepargs.c prepargs.h rtapelib.c +noinst_HEADERS = system.h localedir.h rmt.h paxlib.h +libtar_a_SOURCES = prepargs.c prepargs.h rtapelib.c paxerror.c paxexit.c paxnames.c localedir = $(datadir)/locale @@ -28,7 +28,7 @@ DISTCLEANFILES = localedir.h localedir.h : Makefile echo '#define LOCALEDIR "$(localedir)"' >$@ echo "#ifndef DEFAULT_RMT_COMMAND" >> $@ - echo "# define DEFAULT_RMT_COMMAND \"$(DEFAULT_RMT_DIR)/`echo \"rmt\" | sed 's,^.*/,,;$(transform)'`$(EXEEXT)\"" >> $@ + echo "# define DEFAULT_RMT_COMMAND \"$(DEFAULT_RMT_DIR)/`echo rmt | sed '$(transform)'`$(EXEEXT)\"" >> $@ echo "#endif" >> $@ rtapelib.o: localedir.h @@ -51,6 +51,5 @@ $(srcdir)/getdate.c: getdate.y mv -f y.tab.c getdate.c SUFFIXES = .o .c .h -CLEANFILES = +CLEANFILES = # gnulib modules -