1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
6 Makefile.am: Makefile.am.in
8 sed -n '1,/^##m4-files-begin/p' $< > $@t
9 (((echo EXTRA_DIST =; \
10 echo " README Makefile.am.in" \
12 (echo *.m4|tr ' ' @) ) \
13 |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
15 sed -n '/^##m4-files-end/,$$p' $< >> $@t