1996-03-14 05:15:16 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
1996-12-08 13:28:43 +00:00
|
|
|
noinst_LIBRARIES = libfu.a
|
1995-12-08 20:18:40 +00:00
|
|
|
|
1996-10-22 04:51:44 +00:00
|
|
|
## FIXME: Remove mvdir.c, and rmdir.c when
|
|
|
|
|
## automake is fixed -- probably for 1.1g
|
1996-12-11 04:34:37 +00:00
|
|
|
EXTRA_DIST = mkdir.c rmdir.c getline.c mktime.c strftime.c
|
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
|
|
|
|
1996-12-08 13:28:43 +00:00
|
|
|
libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
|
1996-10-08 04:33:47 +00:00
|
|
|
argmatch.c backupfile.c dirname.c filemode.c \
|
1996-07-06 17:50:16 +00:00
|
|
|
full-write.c getversion.c idcache.c \
|
1996-09-20 03:47:37 +00:00
|
|
|
isdir.c long-options.c makepath.c modechange.c path-concat.c \
|
1996-02-01 03:43:49 +00:00
|
|
|
safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
|
|
|
|
|
xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
|
|
|
|
|
|
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
|
|
|
|
1996-02-28 05:10:05 +00:00
|
|
|
noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
|
1996-06-25 05:05:43 +00:00
|
|
|
getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \
|
1996-10-08 04:33:47 +00:00
|
|
|
mountlist.h path-concat.h pathmax.h \
|
1996-09-05 02:45:35 +00:00
|
|
|
save-cwd.h xstrtol.h xstrtoul.h
|
1995-12-08 20:18:40 +00:00
|
|
|
|
1996-02-01 03:43:49 +00:00
|
|
|
BUILT_SOURCES = getdate.c posixtm.c
|