0
6
0
| ... | ... |
@@ -11,27 +11,30 @@ |
| 11 | 11 |
doc/named-param.dox \ |
| 12 | 12 |
doc/namespaces.dox \ |
| 13 | 13 |
doc/html \ |
| 14 | 14 |
doc/CMakeLists.txt |
| 15 | 15 |
|
| 16 | 16 |
DOC_EPS_IMAGES18 = \ |
| 17 |
grid_graph.eps \ |
|
| 18 |
nodeshape_0.eps \ |
|
| 19 |
nodeshape_1.eps \ |
|
| 20 |
nodeshape_2.eps \ |
|
| 21 |
nodeshape_3.eps \ |
|
| 22 |
nodeshape_4.eps |
|
| 23 |
|
|
| 24 |
DOC_EPS_IMAGES27 = \ |
|
| 17 | 25 |
bipartite_matching.eps \ |
| 18 | 26 |
bipartite_partitions.eps \ |
| 19 | 27 |
connected_components.eps \ |
| 20 | 28 |
edge_biconnected_components.eps \ |
| 21 |
grid_graph.eps \ |
|
| 22 | 29 |
node_biconnected_components.eps \ |
| 23 |
nodeshape_0.eps \ |
|
| 24 |
nodeshape_1.eps \ |
|
| 25 |
nodeshape_2.eps \ |
|
| 26 |
nodeshape_3.eps \ |
|
| 27 |
nodeshape_4.eps \ |
|
| 28 | 30 |
strongly_connected_components.eps |
| 29 | 31 |
|
| 30 | 32 |
DOC_EPS_IMAGES = \ |
| 31 |
$(DOC_EPS_IMAGES18) |
|
| 33 |
$(DOC_EPS_IMAGES18) \ |
|
| 34 |
$(DOC_EPS_IMAGES27) |
|
| 32 | 35 |
|
| 33 | 36 |
DOC_PNG_IMAGES = \ |
| 34 | 37 |
$(DOC_EPS_IMAGES:%.eps=doc/gen-images/%.png) |
| 35 | 38 |
|
| 36 | 39 |
EXTRA_DIST += $(DOC_EPS_IMAGES:%=doc/images/%) |
| 37 | 40 |
|
| ... | ... |
@@ -48,12 +51,23 @@ |
| 48 | 51 |
echo; \ |
| 49 | 52 |
echo "Ghostscript not found."; \ |
| 50 | 53 |
echo; \ |
| 51 | 54 |
exit 1; \ |
| 52 | 55 |
fi |
| 53 | 56 |
|
| 57 |
$(DOC_EPS_IMAGES27:%.eps=doc/gen-images/%.png): doc/gen-images/%.png: doc/images/%.eps |
|
| 58 |
-mkdir doc/gen-images |
|
| 59 |
if test ${gs_found} = yes; then \
|
|
| 60 |
$(GS_COMMAND) -sDEVICE=pngalpha -r27 -sOutputFile=$@ $<; \ |
|
| 61 |
else \ |
|
| 62 |
echo; \ |
|
| 63 |
echo "Ghostscript not found."; \ |
|
| 64 |
echo; \ |
|
| 65 |
exit 1; \ |
|
| 66 |
fi |
|
| 67 |
|
|
| 54 | 68 |
html-local: $(DOC_PNG_IMAGES) |
| 55 | 69 |
if test ${doxygen_found} = yes; then \
|
| 56 | 70 |
cd doc; \ |
| 57 | 71 |
doxygen Doxyfile; \ |
| 58 | 72 |
cd ..; \ |
| 59 | 73 |
else \ |
| 1 | 1 |
%!PS-Adobe-2.0 EPSF-2.0 |
| 2 | 2 |
%%Creator: LEMON, graphToEps() |
| 3 | 3 |
%%CreationDate: Tue Nov 15 16:51:43 2005 |
| 4 |
%%BoundingBox: 0 0 596 842 |
|
| 5 |
%%DocumentPaperSizes: a4 |
|
| 4 |
%%BoundingBox: 0 0 842 596 |
|
| 6 | 5 |
%%EndComments |
| 7 | 6 |
/lb { setlinewidth setrgbcolor newpath moveto
|
| 8 | 7 |
4 2 roll 1 index 1 index curveto stroke } bind def |
| 9 | 8 |
/l { setlinewidth setrgbcolor newpath moveto lineto stroke } bind def
|
| 10 | 9 |
/c { newpath dup 3 index add 2 index moveto 0 360 arc closepath } bind def
|
| 11 | 10 |
/sq { newpath 2 index 1 index add 2 index 2 index add moveto
|
| ... | ... |
@@ -43,12 +42,14 @@ |
| 43 | 42 |
len w sub arrl sub neg dx dy lrl |
| 44 | 43 |
closepath fill } bind def |
| 45 | 44 |
/cshow { 2 index 2 index moveto dup stringwidth pop
|
| 46 | 45 |
neg 2 div fosi .35 mul neg rmoveto show pop pop} def |
| 47 | 46 |
|
| 48 | 47 |
gsave |
| 48 |
90 rotate |
|
| 49 |
0 -842 translate |
|
| 49 | 50 |
71.6378 15 translate |
| 50 | 51 |
0.389093 dup scale |
| 51 | 52 |
90 rotate |
| 52 | 53 |
1197.47 -613.138 translate |
| 53 | 54 |
%Edges: |
| 54 | 55 |
gsave |
| 1 | 1 |
%!PS-Adobe-2.0 EPSF-2.0 |
| 2 | 2 |
%%Creator: LEMON, graphToEps() |
| 3 | 3 |
%%CreationDate: Fri Nov 4 13:47:12 2005 |
| 4 |
%%BoundingBox: 0 0 596 842 |
|
| 5 |
%%DocumentPaperSizes: a4 |
|
| 4 |
%%BoundingBox: 0 0 842 596 |
|
| 6 | 5 |
%%EndComments |
| 7 | 6 |
/lb { setlinewidth setrgbcolor newpath moveto
|
| 8 | 7 |
4 2 roll 1 index 1 index curveto stroke } bind def |
| 9 | 8 |
/l { setlinewidth setrgbcolor newpath moveto lineto stroke } bind def
|
| 10 | 9 |
/c { newpath dup 3 index add 2 index moveto 0 360 arc closepath } bind def
|
| 11 | 10 |
/sq { newpath 2 index 1 index add 2 index 2 index add moveto
|
| ... | ... |
@@ -43,12 +42,14 @@ |
| 43 | 42 |
len w sub arrl sub neg dx dy lrl |
| 44 | 43 |
closepath fill } bind def |
| 45 | 44 |
/cshow { 2 index 2 index moveto dup stringwidth pop
|
| 46 | 45 |
neg 2 div fosi .35 mul neg rmoveto show pop pop} def |
| 47 | 46 |
|
| 48 | 47 |
gsave |
| 48 |
90 rotate |
|
| 49 |
0 -842 translate |
|
| 49 | 50 |
71.0944 15 translate |
| 50 | 51 |
0.434694 dup scale |
| 51 | 52 |
90 rotate |
| 52 | 53 |
860.856 -588.349 translate |
| 53 | 54 |
%Edges: |
| 54 | 55 |
gsave |
| 1 | 1 |
%!PS-Adobe-2.0 EPSF-2.0 |
| 2 | 2 |
%%Creator: LEMON, graphToEps() |
| 3 | 3 |
%%CreationDate: Fri Nov 4 13:47:12 2005 |
| 4 |
%%BoundingBox: 0 0 596 842 |
|
| 5 |
%%DocumentPaperSizes: a4 |
|
| 4 |
%%BoundingBox: 0 0 842 596 |
|
| 6 | 5 |
%%EndComments |
| 7 | 6 |
/lb { setlinewidth setrgbcolor newpath moveto
|
| 8 | 7 |
4 2 roll 1 index 1 index curveto stroke } bind def |
| 9 | 8 |
/l { setlinewidth setrgbcolor newpath moveto lineto stroke } bind def
|
| 10 | 9 |
/c { newpath dup 3 index add 2 index moveto 0 360 arc closepath } bind def
|
| 11 | 10 |
/sq { newpath 2 index 1 index add 2 index 2 index add moveto
|
| ... | ... |
@@ -43,12 +42,14 @@ |
| 43 | 42 |
len w sub arrl sub neg dx dy lrl |
| 44 | 43 |
closepath fill } bind def |
| 45 | 44 |
/cshow { 2 index 2 index moveto dup stringwidth pop
|
| 46 | 45 |
neg 2 div fosi .35 mul neg rmoveto show pop pop} def |
| 47 | 46 |
|
| 48 | 47 |
gsave |
| 48 |
90 rotate |
|
| 49 |
0 -842 translate |
|
| 49 | 50 |
71.0944 15 translate |
| 50 | 51 |
0.434694 dup scale |
| 51 | 52 |
90 rotate |
| 52 | 53 |
860.856 -588.349 translate |
| 53 | 54 |
%Edges: |
| 54 | 55 |
gsave |
| 1 | 1 |
%!PS-Adobe-2.0 EPSF-2.0 |
| 2 | 2 |
%%Creator: LEMON, graphToEps() |
| 3 | 3 |
%%CreationDate: Fri Nov 4 13:47:12 2005 |
| 4 |
%%BoundingBox: 0 0 596 842 |
|
| 5 |
%%DocumentPaperSizes: a4 |
|
| 4 |
%%BoundingBox: 0 0 842 596 |
|
| 6 | 5 |
%%EndComments |
| 7 | 6 |
/lb { setlinewidth setrgbcolor newpath moveto
|
| 8 | 7 |
4 2 roll 1 index 1 index curveto stroke } bind def |
| 9 | 8 |
/l { setlinewidth setrgbcolor newpath moveto lineto stroke } bind def
|
| 10 | 9 |
/c { newpath dup 3 index add 2 index moveto 0 360 arc closepath } bind def
|
| 11 | 10 |
/sq { newpath 2 index 1 index add 2 index 2 index add moveto
|
| ... | ... |
@@ -43,12 +42,14 @@ |
| 43 | 42 |
len w sub arrl sub neg dx dy lrl |
| 44 | 43 |
closepath fill } bind def |
| 45 | 44 |
/cshow { 2 index 2 index moveto dup stringwidth pop
|
| 46 | 45 |
neg 2 div fosi .35 mul neg rmoveto show pop pop} def |
| 47 | 46 |
|
| 48 | 47 |
gsave |
| 48 |
90 rotate |
|
| 49 |
0 -842 translate |
|
| 49 | 50 |
71.0944 15 translate |
| 50 | 51 |
0.434694 dup scale |
| 51 | 52 |
90 rotate |
| 52 | 53 |
860.856 -588.349 translate |
| 53 | 54 |
%Edges: |
| 54 | 55 |
gsave |
| 1 | 1 |
%!PS-Adobe-2.0 EPSF-2.0 |
| 2 | 2 |
%%Creator: LEMON, graphToEps() |
| 3 | 3 |
%%CreationDate: Fri Nov 4 13:47:12 2005 |
| 4 |
%%BoundingBox: 0 0 596 842 |
|
| 5 |
%%DocumentPaperSizes: a4 |
|
| 4 |
%%BoundingBox: 0 0 842 596 |
|
| 6 | 5 |
%%EndComments |
| 7 | 6 |
/lb { setlinewidth setrgbcolor newpath moveto
|
| 8 | 7 |
4 2 roll 1 index 1 index curveto stroke } bind def |
| 9 | 8 |
/l { setlinewidth setrgbcolor newpath moveto lineto stroke } bind def
|
| 10 | 9 |
/c { newpath dup 3 index add 2 index moveto 0 360 arc closepath } bind def
|
| 11 | 10 |
/sq { newpath 2 index 1 index add 2 index 2 index add moveto
|
| ... | ... |
@@ -43,12 +42,14 @@ |
| 43 | 42 |
len w sub arrl sub neg dx dy lrl |
| 44 | 43 |
closepath fill } bind def |
| 45 | 44 |
/cshow { 2 index 2 index moveto dup stringwidth pop
|
| 46 | 45 |
neg 2 div fosi .35 mul neg rmoveto show pop pop} def |
| 47 | 46 |
|
| 48 | 47 |
gsave |
| 48 |
90 rotate |
|
| 49 |
0 -842 translate |
|
| 49 | 50 |
77.1122 15 translate |
| 50 | 51 |
0.585745 dup scale |
| 51 | 52 |
90 rotate |
| 52 | 53 |
695.963 -397.916 translate |
| 53 | 54 |
%Edges: |
| 54 | 55 |
gsave |
0 comments (0 inline)