Line | |
---|
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 =; \
|
---|
10 | echo " README jm-glibc-io.m4 Makefile.am.in" \
|
---|
11 | ) | tr '\012' @); \
|
---|
12 | (echo *.m4|tr ' ' @) ) \
|
---|
13 | |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
|
---|
14 | >> $@t
|
---|
15 | sed -n '/^##m4-files-end/,$$p' $< >> $@t
|
---|
16 | chmod a-w $@t
|
---|
17 | mv $@t $@
|
---|
Note:
See
TracBrowser
for help on using the repository browser.