(libfu_a_SOURCES): Add closeout.c.
[gnulib.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2
3 AUTOMAKE_OPTIONS = ../src/ansi2knr
4
5 noinst_LIBRARIES = libfu.a
6
7 EXTRA_DIST = chown.c getgroups.c getline.c lstat.c malloc.c mktime.c \
8   realloc.c stat.c strftime.c
9
10 INCLUDES = -I.. -I$(srcdir) -I../intl
11
12 libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
13 addext.c argmatch.c backupfile.c basename.c \
14 closeout.c dirname.c exclude.c filemode.c \
15 full-write.c human.c idcache.c \
16 isdir.c long-options.c makepath.c modechange.c hash.c path-concat.c \
17 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
18 xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
19
20 libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
21 libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
22
23 noinst_HEADERS = argmatch.h backupfile.h closeout.h \
24 error.h exclude.h fnmatch.h fsusage.h \
25 getdate.h getline.h getopt.h group-member.h human.h long-options.h \
26 makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
27 save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h
28
29 BUILT_SOURCES = getdate.c posixtm.c