d9f74fe9b9d72b68c65285e1746f8bbdb6588171
[gnuplot] / config / Makefile.am.in
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2 AUTOMAKE_OPTIONS = foreign 1.2h
3
4 # empty
5 all:
6
7 ##m4-files-begin
8 ##m4-files-end
9
10 Makefile.am: Makefile.am.in
11         rm -f $@ $@t
12         sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t
13         echo EXTRA_DIST = README MacOSX Makefile.am.in buildvms.com config.* \
14           djconfig.sh make_vms.com term_pc.h makefile.* | fmt | \
15           (tr '\012' @; echo) |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012 ' >> $@t
16         sed -n '/^##m4-files-end/,$$p' $< >> $@t
17         chmod a-w $@t
18         mv $@t $@
19