Mercurial > hg > js-dsp-test
comparison fft/fftw/fftw-3.3.4/doc/FAQ/Makefile.am @ 19:26056e866c29
Add FFTW to comparison table
author | Chris Cannam |
---|---|
date | Tue, 06 Oct 2015 13:08:39 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
18:8db794ca3e0b | 19:26056e866c29 |
---|---|
1 BFNNCONV_SRC = bfnnconv.pl m-ascii.pl m-html.pl m-info.pl m-lout.pl m-post.pl | |
2 | |
3 FAQ = fftw-faq.ascii fftw-faq.html | |
4 EXTRA_DIST = fftw-faq.bfnn $(FAQ) $(BFNNCONV_SRC) html.refs | |
5 | |
6 html.refs2: html.refs | |
7 cp -f ${srcdir}/html.refs html.refs2 | |
8 | |
9 $(FAQ): $(BFNNCONV_SRC) fftw-faq.bfnn html.refs2 | |
10 @echo converting... | |
11 perl -I${srcdir} ${srcdir}/bfnnconv.pl < ${srcdir}/fftw-faq.bfnn | |
12 @echo converting again... | |
13 perl -I${srcdir} ${srcdir}/bfnnconv.pl < ${srcdir}/fftw-faq.bfnn | |
14 rm -f fftw-faq.ascii | |
15 mv stdin.ascii fftw-faq.ascii | |
16 rm -rf fftw-faq.html | |
17 mv -f stdin.html fftw-faq.html | |
18 | |
19 faq: $(FAQ) | |
20 | |
21 clean-local: | |
22 rm -f *~ core a.out *.lout *.ps *.info *.ascii *.xrefdb *.post | |
23 rm -rf *.html html.refs2 |