]> www.ginac.de Git - ginac.git/blob - doc/tutorial/Makefile.am
Prettified source code.
[ginac.git] / doc / tutorial / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 FIG = classhierarchy.fig repnaive.fig reppair.fig repreal.fig
4 info_TEXINFOS =
5 AM_MAKEINFOHTMLFLAGS = --no-split
6
7 if CONFIG_TEX
8 if CONFIG_FIG2DEV
9
10 # Graphics file conversion
11 PNG = classhierarchy.png repnaive.png reppair.png repreal.png
12 EPS = classhierarchy.eps repnaive.eps reppair.eps repreal.eps
13 PDF = classhierarchy.pdf repnaive.pdf reppair.pdf repreal.pdf
14
15 SUFFIXES = .fig .png .eps
16
17 .fig.eps:
18           echo "Running ${FIG2DEV} -L eps -m 0.9 $< $@..."; \
19           ${FIG2DEV} -L eps -m 0.9 $< $@;
20
21 .fig.pdf:
22           echo "Running ${FIG2DEV} -L pdf -m 0.9 $< $@..."; \
23           ${FIG2DEV} -L pdf -m 0.9 $< $@
24
25 .fig.png:
26         @echo "Running ${FIG2DEV} -L png $< $@..."; \
27           ${FIG2DEV} -L png $< $@
28
29
30 info_TEXINFOS += ginac.texi
31
32 ginac.pdf: $(PDF)
33 ginac.dvi: $(EPS)
34 ginac.html: $(PNG)
35 CLEANFILES = $(EPS) $(PDF) $(PNG)
36 ## CONFIG_FIG2DEV
37 endif
38 ## CONFIG_TEX
39 endif
40
41 EXTRA_DIST = $(FIG)