8054548f9c1768283707d579854acacc3026f886
[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 dirname.c filemode.c \
14 full-write.c human.c idcache.c \
15 isdir.c long-options.c makepath.c modechange.c hash.c path-concat.c \
16 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
17 xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
18
19 libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
20 libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
21
22 noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
23 getdate.h getline.h getopt.h group-member.h human.h long-options.h \
24 makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
25 save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h
26
27 BUILT_SOURCES = getdate.c posixtm.c