view src/fftw-3.3.3/doc/FAQ/Makefile.am @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 37bf6b4a2645
children
line wrap: on
line source
BFNNCONV_SRC = bfnnconv.pl m-ascii.pl m-html.pl m-info.pl m-lout.pl m-post.pl

FAQ = fftw-faq.ascii fftw-faq.html
EXTRA_DIST = fftw-faq.bfnn $(FAQ) $(BFNNCONV_SRC) html.refs

html.refs2: html.refs
	cp -f ${srcdir}/html.refs html.refs2

$(FAQ): $(BFNNCONV_SRC) fftw-faq.bfnn html.refs2
	@echo converting...
	perl -I${srcdir} ${srcdir}/bfnnconv.pl ${srcdir}/fftw-faq.bfnn
	@echo converting again...
	perl -I${srcdir} ${srcdir}/bfnnconv.pl ${srcdir}/fftw-faq.bfnn

faq: $(FAQ)

clean-local:
	rm -f *~ core a.out *.lout *.ps *.info *.ascii *.xrefdb *.post
	rm -rf *.html html.refs2