Revision: | 1.1 |
Committed: | Sat Mar 1 15:53:02 2003 UTC (22 years, 1 month ago) by pcg |
Branch: | MAIN |
CVS Tags: | rel-1_9, rel-1_8, rel-2_01, poll-based-iom, rel-3_0, VPE_0_9, VPE_1_2, rel-2_2, rel-2_0, VPE_1_4, VPE_1_6, rel-1_7, VPE-1_6_1, rel-2_21, rel-2_22, rel-2_25, VPE_1_0, HEAD |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | pcg | 1.1 | ## Process this file with automake to produce Makefile.in -*-Makefile-*- |
2 | |||
3 | ##m4-files-begin | ||
4 | ##m4-files-end | ||
5 | |||
6 | Makefile.am: Makefile.am.in | ||
7 | rm -f $@ $@t | ||
8 | sed -n '1,/^##m4-files-begin/p' $< > $@t | ||
9 | ( echo EXTRA_DIST = README Makefile.am.in; \ | ||
10 | find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \ | ||
11 | |fmt | (tr '\012' @; echo) \ | ||
12 | |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \ | ||
13 | >> $@t | ||
14 | sed -n '/^##m4-files-end/,$$p' $< >> $@t | ||
15 | chmod a-w $@t | ||
16 | mv $@t $@ |