cf201daeb4d87ac90c92d58fa688b593082c4945
[gnulib.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 noinst_LIBRARIES = fu
3
4 EXTRA_DIST = group-member.c
5
6 INCLUDES = -I.. -I$(srcdir) -I../intl
7
8 fu_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
9 argmatch.c backupfile.c dirname.c filemode.c \
10 full-write.c getversion.c idcache.c \
11 isdir.c long-options.c makepath.c modechange.c path-concat.c \
12 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
13 xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
14
15 fu_LIBADD = @LIBOBJS@ @ALLOCA@
16 fu_DEPENDENCIES = $(fu_LIBADD)
17
18 noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
19 getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \
20 mountlist.h path-concat.h pathmax.h \
21 save-cwd.h xstrtol.h xstrtoul.h
22
23 BUILT_SOURCES = getdate.c posixtm.c