Mercurial > hg > batch-feature-extraction-tool
view Lib/fftw-3.2.1/doc/.svn/text-base/Makefile.am.svn-base @ 1:e86e9c111b29
Updates stuff that potentially fixes the memory leak and also makes it work on Windows and Linux (Need to test). Still have to fix fftw include for linux in Jucer.
author | David Ronan <d.m.ronan@qmul.ac.uk> |
---|---|
date | Thu, 09 Jul 2015 15:01:32 +0100 |
parents | 25bf17994ef1 |
children |
line wrap: on
line source
SUBDIRS = FAQ info_TEXINFOS = fftw3.texi fftw3_TEXINFOS = fftw3.texi version.texi DVIPS = dvips -Pwww fftw3.dvi: rfftwnd.eps fftw3.pdf: rfftwnd.pdf rfftwnd.eps: rfftwnd.fig fig2dev -L eps -m .7 ${srcdir}/rfftwnd.fig rfftwnd.eps rfftwnd.png: rfftwnd.fig fig2dev -L png -m 1 ${srcdir}/rfftwnd.fig rfftwnd.png rfftwnd.pdf: rfftwnd.fig fig2dev -L pdf -m .7 ${srcdir}/rfftwnd.fig rfftwnd.pdf EQN_IMAGES = equation-dft.png equation-dht.png equation-idft.png \ equation-redft00.png equation-redft01.png equation-redft10.png \ equation-redft11.png equation-rodft00.png equation-rodft01.png \ equation-rodft10.png equation-rodft11.png EXTRA_DIST = f77_wisdom.f fftw3.pdf html rfftwnd.fig rfftwnd.eps $(EQN_IMAGES) html: $(fftw3_TEXINFOS) $(EQN_IMAGES) rfftwnd.png $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ --html --number-sections -o html fftw3.texi for i in $(EQN_IMAGES); do cp -f ${srcdir}/$$i html; done cp -f rfftwnd.png html clean-local: rm -f *.html