1 AUTOMAKE_OPTIONS = ansi2knr
3 noinst_LIBRARIES = libfind.a
4 localedir = $(datadir)/locale
5 INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
6 libfind_a_SOURCES = regex.h \
44 libfind_a_LIBADD = @LIBOBJS@ \
48 # Are these really needed?
58 BUILT_SOURCES = lstat.c stat.c
59 DISTCLEANFILES = lstat.c stat.c
64 -e 's/@xstat@/lstat/g' \
65 -e '/_LSTAT_ONLY@/d' \
66 -e '/@BEGIN_STAT_ONLY@/,/@END_STAT_ONLY@/d' \
67 $(srcdir)/xstat.in > $@-t
73 -e 's/@xstat@/stat/g' \
75 -e '/@BEGIN_LSTAT_ONLY@/,/@END_LSTAT_ONLY@/d' \
76 $(srcdir)/xstat.in > $@-t