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 = README Makefile.am.in | tr '\012' @); \
10 (echo *.m4|tr ' ' @) ) \
11 |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
13 sed -n '/^##m4-files-end/,$$p' $< >> $@t