75b2ffa97c87c04e10d9c377e43ceafbae82f79f
[gnulib.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 noinst_LIBRARIES = fu
3
4 EXTRA_DIST = basename.c euidaccess.c \
5 group-member.c memcpy.c memset.c mkdir.c \
6 rename.c rmdir.c rpmatch.c \
7 stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c
8
9 INCLUDES = -I.. -I$(srcdir)
10 INCLUDES = -I.. -I$(srcdir) -I../intl
11
12 fu_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
13 argmatch.c backupfile.c dirname.c filemode.c \
14 full-write.c getversion.c idcache.c \
15 isdir.c long-options.c makepath.c modechange.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 fu_LIBADD = @LIBOBJS@ @ALLOCA@
20 fu_DEPENDENCIES = $(fu_LIBADD)
21
22 noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
23 getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \
24 mountlist.h path-concat.h pathmax.h \
25 save-cwd.h xstrtol.h xstrtoul.h
26
27 BUILT_SOURCES = getdate.c posixtm.c