* lib/lstat.c, lib/stat.c: removed from repository. These files
[findutils.git] / m4 / Makefile.am
blobb8398701ff8a25bcb09ce5fd5e3a92a366033714
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
3 ##m4-files-begin
4 EXTRA_DIST = README Makefile.am.in \
5 afs.m4 \
6 assert.m4 \
7 c-bs-a.m4 \
8 check-decl.m4 \
9 d-ino.m4 \
10 d-type.m4 \
11 error.m4 \
12 fnmatch.m4 \
13 fstypename.m4 \
14 getline.m4 \
15 gettext.m4 \
16 glibc.m4 \
17 inttypes_h.m4 \
18 isc-posix.m4 \
19 jm-glibc-io.m4 \
20 jm-macros.m4 \
21 jm-mktime.m4 \
22 largefile.m4 \
23 lcmessage.m4 \
24 link-follow.m4 \
25 ls-mntd-fs.m4 \
26 lstat-slash.m4 \
27 lstat.m4 \
28 malloc.m4 \
29 memcmp.m4 \
30 prereq.m4 \
31 progtest.m4 \
32 readdir.m4 \
33 realloc.m4 \
34 regex.m4 \
35 st_dm_mode.m4 \
36 st_mtim.m4 \
37 stat.m4 \
38 strerror_r.m4 \
39 strftime.m4 \
40 timespec.m4 \
41 uintmax_t.m4 \
42 ulonglong.m4 \
43 xstrtoumax.m4
44 ##m4-files-end
46 Makefile.am: Makefile.am.in
47         rm -f $@ $@t
48         sed -n '1,/^##m4-files-begin/p' $< > $@t
49         ( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \
50           (echo *.m4|tr ' ' @) ) \
51           |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
52           >> $@t
53         sed -n '/^##m4-files-end/,$$p' $< >> $@t
54         chmod a-w $@t
55         mv $@t $@