File: Makefile.am

package info (click to toggle)
fftw 2.1.5-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,768 kB
  • sloc: ansic: 65,239; sh: 7,399; ml: 3,084; perl: 2,894; makefile: 377; fortran: 102
file content (29 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
info_TEXINFOS = fftw.texi

fftw_TEXINFOS = fftw.texi version.texi

HTML_FILES = equation-1.gif fftw_1.html fftw_4.html fftw_7.html \
	fftw_foot.html equation-2.gif fftw_2.html fftw_5.html fftw_8.html \
	fftw_toc.html equation-3.gif fftw_3.html fftw_6.html fftw_9.html \
        fftw_10.html equation-4.gif 

EXTRA_DIST = fftw.ps $(HTML_FILES) texi2html rfftwnd.fig rfftwnd.gif
PERL = @PERL@
DVIPS = dvips -Z

html:	$(fftw_TEXINFOS) rfftwnd.gif
	/usr/bin/texi2html -split_chapter fftw.texi

$(HTML_FILES): html

# fig2dev gif output sucks.
# rfftwnd.gif: rfftwnd.fig
# 	fig2dev -L gif rfftwnd.fig rfftwnd.gif

fftw.ps: rfftwnd.eps

rfftwnd.eps: rfftwnd.fig
	fig2dev -L ps -m .7 rfftwnd.fig rfftwnd.eps

clean-local:
	rm -f *.html