view Lib/fftw-3.2.1/doc/FAQ/.svn/text-base/Makefile.am.svn-base @ 0:25bf17994ef1

First commit. VS2013, Codeblocks and Mac OSX configuration
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Thu, 09 Jul 2015 01:12:16 +0100
parents
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