blob: c8d2598438760f319234d06a671113f23a7306a0 (
plain)
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
|
assorteddir = $(kde_datadir)/kivio/stencils/Dia/Assorted
SHAPES = \
arrow-chevron.png \
arrow-chevron.shape \
arrow-down.png \
arrow-down.shape \
arrow-left-notched.png \
arrow-left-notched.shape \
arrow-left.png \
arrow-left-right.png \
arrow-left-right.shape \
arrow-left-right-up.png \
arrow-left-right-up.shape \
arrow-left.shape \
arrow-left-up.png \
arrow-left-up.shape \
arrow-pentagon.png \
arrow-pentagon.shape \
arrow-quad.png \
arrow-quad.shape \
arrow-right-notched.png \
arrow-right-notched.shape \
arrow-right.png \
arrow-right.shape \
arrow-up-down-left.png \
arrow-up-down-left.shape \
arrow-up-down.png \
arrow-up-down.shape \
arrow-up.png \
arrow-up.shape \
circle.png \
circle-quarter.png \
circle-quarter.shape \
circle.shape \
cross-maltese.png \
cross-maltese.shape \
cross-swiss.png \
cross-swiss.shape \
diamond.png \
diamond.shape \
heart.png \
heart.shape \
heptagon.png \
heptagon.shape \
hexagon.png \
hexagon.shape \
moon-quarter.png \
moon-quarter.shape \
octagon.png \
octagon.shape \
parallelogram-horizontal.png \
parallelogram-horizontal.shape \
parallelogram-vertical.png \
parallelogram-vertical.shape \
pentagon.png \
pentagon.shape \
square.png \
square.shape \
star4curved.png \
star4curved.shape \
star4.png \
star4.shape \
star5.png \
star5.shape \
star6.png \
star6.shape \
star7.png \
star7.shape \
star8curved.png \
star8curved.shape \
star8.png \
star8.shape \
star8sharp.png \
star8sharp.shape \
sun.png \
sun.shape \
trapezoid.png \
trapezoid.shape \
triangle-isoceles.png \
triangle-isoceles.shape \
triangle-rightangle.png \
triangle-rightangle.shape
EXTRA_DIST = $(SHAPES)\
desc icon.xpm
assorted_DATA = $(SHAPES)\
desc icon.xpm
|