[go: up one dir, main page]

Menu

[r989]: / libmona / doc / Makefile.am  Maximize  Restore  History

Download this file

96 lines (65 with data), 2.1 kB

 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
## Process this file with automake to produce Makefile.in
SUBDIRS = src examples
libmona_docdir = $(datadir)/doc/libmona-@LIBMONA_VERSION@
automake_DIST = library.dox.in version.tex.in
all:
doc: pdf library.dox all-am pdf
if [ "x$(have_doxygen)" = "xyes" ] ; then \
doxygen library.dox; \
fi
doc-install: doc
mkdir -p $(DESTDIR)/$(libmona_docdir)/html
cp libdoc/html/* $(DESTDIR)/$(libmona_docdir)/html/
mkdir -p $(DESTDIR)/$(mandir)/man3
cp libdoc/man/man3/* $(DESTDIR)/$(mandir)/man3
pdf-am: segment.pdf original.pdf exp_prob.pdf userguide.pdf userguide.bbl segment.bbl guide.pdf
userguide.pdf: userguide.tex programs.tex pluginlist.tex
segment.pdf: segment.tex original.pdf exp_prob.pdf area.pdf dist.pdf len.pdf mdist.pdf \
ih_area.pdf ih_dist.pdf ih_len.pdf ih_mdist.pdf
guide.pdf: guide.tex version.tex #guide.bib
pdflatex $<
grep Rerun $*.log && pdflatex $< || echo ready
grep Rerun $*.log && pdflatex $< || echo ready
touch $*.bbl
touch $@
mdist.pdf area.pdf dist.pdf len.pdf:errors.plot slen_all_m1.txt sarea_all_m1.txt sdist_all_m1.txt
gnuplot errors.plot
%.ps: %.plot
gnuplot $<
%.pdf: %.fig
fig2dev -L pdf $< $@
%.fig: %.plot
gnuplot $<
%.fig: %.txt withnoise.plot
gnuplot withnoise.plot
%.pdf: %.tex segment.bib %.bbl
pdflatex $<
grep Rerun $*.log && pdflatex $< || echo ready
grep Rerun $*.log && pdflatex $< || echo ready
touch $*.bbl
touch $@
%.bbl: segment.bib %.aux
bibtex $*
%.aux: %.tex
pdflatex $<
clean:
$(RM) -rf libdoc
$(RM) *.aux *.log *.bbl *.pdf
paper_sources = \
elcvia.sty \
segment.tex \
exp_prob.plot \
original.plot \
comare-kuwa-extkuwa-7.png\
original-scans.png \
noise08000.png noise16000.png noise04000.png\
nkuwahara4.png nextkuwa4.png \
naive1312.png original.png regiongrow1312.png original1312.png\
noisepeak.png tooth.png exp-white.png standard-white.png original.png \
version.tex.in segment.bib
guide_sources = userguide.tex programs.tex pluginlist.tex
EXTRA_DIST = \
$(automake_DIST) \
$(paper_sources) \
$(guide_sources) \
status_and_actions.html nonfloat.sty