1997-11-09 19:06:53 +00:00
|
|
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
1997-11-19 15:04:15 +00:00
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = ../src/ansi2knr
|
|
|
|
|
|
1996-12-08 13:28:43 +00:00
|
|
|
noinst_LIBRARIES = libfu.a
|
1995-12-08 20:18:40 +00:00
|
|
|
|
1996-09-07 17:59:26 +00:00
|
|
|
INCLUDES = -I.. -I$(srcdir) -I../intl
|
1995-12-08 20:18:40 +00:00
|
|
|
|
1998-09-07 02:21:19 +00:00
|
|
|
libfu_a_SOURCES = getdate.y posixtm.c getopt.c getopt1.c \
|
1998-01-04 22:42:38 +00:00
|
|
|
addext.c argmatch.c backupfile.c basename.c \
|
|
|
|
|
closeout.c dirname.c exclude.c filemode.c \
|
1997-11-30 10:24:16 +00:00
|
|
|
full-write.c human.c idcache.c \
|
1997-09-21 04:54:52 +00:00
|
|
|
isdir.c long-options.c makepath.c modechange.c hash.c path-concat.c \
|
1999-03-26 04:20:23 +00:00
|
|
|
quotearg.c safe-read.c save-cwd.c savedir.c stripslash.c userspec.c \
|
|
|
|
|
version-etc.c xgetcwd.c xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
|
1996-02-01 03:43:49 +00:00
|
|
|
|
1996-12-08 13:28:43 +00:00
|
|
|
libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
|
|
|
|
libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
|
1995-12-08 20:18:40 +00:00
|
|
|
|
1998-01-04 22:42:38 +00:00
|
|
|
noinst_HEADERS = argmatch.h backupfile.h closeout.h \
|
1998-12-07 06:25:29 +00:00
|
|
|
dirname.h error.h exclude.h filemode.h fnmatch.h fsusage.h \
|
1998-07-16 23:26:50 +00:00
|
|
|
getdate.h getline.h getopt.h group-member.h human.h lchown.h long-options.h \
|
1997-09-21 04:54:52 +00:00
|
|
|
makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
|
1998-09-07 02:21:19 +00:00
|
|
|
posixtm.h quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \
|
1999-03-26 04:20:23 +00:00
|
|
|
version-etc.h xalloc.h xstrtol.h xstrtoul.h
|
1995-12-08 20:18:40 +00:00
|
|
|
|
1999-01-02 19:31:19 +00:00
|
|
|
BUILT_SOURCES = getdate.c lstat.c stat.c
|
1998-12-12 05:46:02 +00:00
|
|
|
|
1999-01-04 20:14:26 +00:00
|
|
|
EXTRA_DIST = xstat.in
|
1998-12-12 05:46:02 +00:00
|
|
|
lstat.c: xstat.in
|
|
|
|
|
sed -e '/@IGNORE@/d' -e 's/@xstat@/lstat/g' $(srcdir)/xstat.in > $@-t
|
|
|
|
|
mv $@-t $@
|
|
|
|
|
|
|
|
|
|
stat.c: xstat.in
|
|
|
|
|
sed -e '/@IGNORE@/d' -e 's/@xstat@/stat/g' $(srcdir)/xstat.in > $@-t
|
|
|
|
|
mv $@-t $@
|