89905bf0b48e3d3a72b34d79ea3313807bb04bf8
[gnulib.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 noinst_LIBRARIES = libfu.a
3
4 ## FIXME: Remove mvdir.c, and rmdir.c when
5 ## automake is fixed -- probably for 1.1g
6 EXTRA_DIST = mkdir.c rmdir.c getline.c mktime.c strftime.c getgroups.c
7
8 INCLUDES = -I.. -I$(srcdir) -I../intl
9
10 libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
11 argmatch.c backupfile.c dirname.c filemode.c \
12 full-write.c getversion.c idcache.c \
13 isdir.c long-options.c makepath.c modechange.c path-concat.c \
14 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
15 xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
16
17 libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
18 libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
19
20 noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
21 getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \
22 mountlist.h path-concat.h pathmax.h \
23 save-cwd.h xstrtol.h xstrtoul.h
24
25 BUILT_SOURCES = getdate.c posixtm.c