Initial release of Maemo 5 port of gnuplot
[gnuplot] / m4 / Makefile.am.in
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2 AUTOMAKE_OPTIONS = foreign 1.2h
3
4 ##m4-files-begin
5 ##m4-files-end
6
7 Makefile.am: Makefile.am.in
8         rm -f $@ $@t
9         sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t
10         echo EXTRA_DIST = README Makefile.am.in *.m4 | fmt | \
11           (tr '\012' @; echo ) \
12           |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012 ' \
13           >> $@t
14         sed -n '/^##m4-files-end/,$$p' Makefile.am.in >> $@t
15         chmod a-w $@t
16         mv $@t $@
17