changeset 1178:c8a970b6ca65

.
author Jim Meyering <jim@meyering.net>
date Sun, 21 Dec 1997 12:29:32 +0000
parents ace09c9edfdc
children de7cde4a1aa4
files lib/Makefile.in
diffstat 1 files changed, 24 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -98,7 +98,7 @@
 INCLUDES = -I.. -I$(srcdir) -I../intl
 
 libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
-addext.c argmatch.c backupfile.c basename.c dirname.c filemode.c \
+addext.c argmatch.c backupfile.c basename.c dirname.c exclude.c filemode.c \
 full-write.c human.c idcache.c \
 isdir.c long-options.c makepath.c modechange.c hash.c path-concat.c \
 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
@@ -107,7 +107,7 @@
 libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
 libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
 
-noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
+noinst_HEADERS = argmatch.h backupfile.h error.h exclude.h fnmatch.h fsusage.h \
 getdate.h getline.h getopt.h group-member.h human.h long-options.h \
 makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
 save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h
@@ -126,7 +126,7 @@
 ANSI2KNR = ../src/ansi2knr
 libfu_a_OBJECTS =  getdate$U.o posixtm$U.o getopt$U.o getopt1$U.o \
 addext$U.o argmatch$U.o backupfile$U.o basename$U.o dirname$U.o \
-filemode$U.o full-write$U.o human$U.o idcache$U.o isdir$U.o \
+exclude$U.o filemode$U.o full-write$U.o human$U.o idcache$U.o isdir$U.o \
 long-options$U.o makepath$U.o modechange$U.o hash$U.o path-concat$U.o \
 safe-read$U.o save-cwd$U.o savedir$U.o stripslash$U.o userspec$U.o \
 xgetcwd$U.o xmalloc$U.o xstrdup$U.o xstrtol$U.o xstrtoul$U.o yesno$U.o
@@ -152,21 +152,22 @@
 GZIP = --best
 DEP_FILES =  .deps/addext.P .deps/alloca.P .deps/argmatch.P \
 .deps/backupfile.P .deps/basename.P .deps/chown.P .deps/dirname.P \
-.deps/error.P .deps/euidaccess.P .deps/fileblocks.P .deps/filemode.P \
-.deps/fnmatch.P .deps/fsusage.P .deps/ftruncate.P .deps/full-write.P \
-.deps/getdate.P .deps/getgroups.P .deps/getline.P .deps/getopt.P \
-.deps/getopt1.P .deps/group-member.P .deps/hash.P .deps/human.P \
-.deps/idcache.P .deps/isdir.P .deps/long-options.P .deps/lstat.P \
-.deps/makepath.P .deps/malloc.P .deps/memcmp.P .deps/memcpy.P \
-.deps/memset.P .deps/mkdir.P .deps/mktime.P .deps/modechange.P \
-.deps/mountlist.P .deps/obstack.P .deps/path-concat.P .deps/posixtm.P \
-.deps/realloc.P .deps/regex.P .deps/rename.P .deps/rmdir.P \
-.deps/rpmatch.P .deps/rx.P .deps/safe-read.P .deps/save-cwd.P \
-.deps/savedir.P .deps/stat.P .deps/stpcpy.P .deps/strcasecmp.P \
-.deps/strdup.P .deps/strftime.P .deps/stripslash.P .deps/strndup.P \
-.deps/strstr.P .deps/strtol.P .deps/strtoul.P .deps/strverscmp.P \
-.deps/userspec.P .deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P \
-.deps/xstrtol.P .deps/xstrtoul.P .deps/yesno.P
+.deps/error.P .deps/euidaccess.P .deps/exclude.P .deps/fileblocks.P \
+.deps/filemode.P .deps/fnmatch.P .deps/fsusage.P .deps/ftruncate.P \
+.deps/full-write.P .deps/getdate.P .deps/getgroups.P .deps/getline.P \
+.deps/getopt.P .deps/getopt1.P .deps/group-member.P .deps/hash.P \
+.deps/human.P .deps/idcache.P .deps/isdir.P .deps/long-options.P \
+.deps/lstat.P .deps/makepath.P .deps/malloc.P .deps/memcmp.P \
+.deps/memcpy.P .deps/memset.P .deps/mkdir.P .deps/mktime.P \
+.deps/modechange.P .deps/mountlist.P .deps/obstack.P \
+.deps/path-concat.P .deps/posixtm.P .deps/realloc.P .deps/regex.P \
+.deps/rename.P .deps/rmdir.P .deps/rpmatch.P .deps/rx.P \
+.deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stat.P \
+.deps/stpcpy.P .deps/strcasecmp.P .deps/strdup.P .deps/strftime.P \
+.deps/stripslash.P .deps/strndup.P .deps/strstr.P .deps/strtol.P \
+.deps/strtoul.P .deps/strverscmp.P .deps/userspec.P .deps/xgetcwd.P \
+.deps/xmalloc.P .deps/xstrdup.P .deps/xstrtol.P .deps/xstrtoul.P \
+.deps/yesno.P
 SOURCES = $(libfu_a_SOURCES)
 OBJECTS = $(libfu_a_OBJECTS)
 
@@ -240,6 +241,8 @@
 	$(ANSI2KNR) `if test -f $(srcdir)/basename.c; then echo $(srcdir)/basename.c; else echo basename.c; fi` basename_.c
 dirname_.c: dirname.c $(ANSI2KNR)
 	$(ANSI2KNR) `if test -f $(srcdir)/dirname.c; then echo $(srcdir)/dirname.c; else echo dirname.c; fi` dirname_.c
+exclude_.c: exclude.c $(ANSI2KNR)
+	$(ANSI2KNR) `if test -f $(srcdir)/exclude.c; then echo $(srcdir)/exclude.c; else echo exclude.c; fi` exclude_.c
 filemode_.c: filemode.c $(ANSI2KNR)
 	$(ANSI2KNR) `if test -f $(srcdir)/filemode.c; then echo $(srcdir)/filemode.c; else echo filemode.c; fi` filemode_.c
 full-write_.c: full-write.c $(ANSI2KNR)
@@ -290,9 +293,9 @@
 	$(ANSI2KNR) `if test -f $(srcdir)/xstrtoul.c; then echo $(srcdir)/xstrtoul.c; else echo xstrtoul.c; fi` xstrtoul_.c
 yesno_.c: yesno.c $(ANSI2KNR)
 	$(ANSI2KNR) `if test -f $(srcdir)/yesno.c; then echo $(srcdir)/yesno.c; else echo yesno.c; fi` yesno_.c
-addext_.o argmatch_.o backupfile_.o basename_.o dirname_.o filemode_.o \
-full-write_.o getdate_.o getopt_.o getopt1_.o hash_.o human_.o \
-idcache_.o isdir_.o long-options_.o makepath_.o modechange_.o \
+addext_.o argmatch_.o backupfile_.o basename_.o dirname_.o exclude_.o \
+filemode_.o full-write_.o getdate_.o getopt_.o getopt1_.o hash_.o \
+human_.o idcache_.o isdir_.o long-options_.o makepath_.o modechange_.o \
 path-concat_.o posixtm_.o safe-read_.o save-cwd_.o savedir_.o \
 stripslash_.o userspec_.o xgetcwd_.o xmalloc_.o xstrdup_.o xstrtol_.o \
 xstrtoul_.o yesno_.o : $(ANSI2KNR)