blob: 38f08f833df4d541fbfd663f9a409cb68b70bb90 (
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
|
sdldir = $(kde_datadir)/kivio/stencils/Dia/SDL
SHAPES = \
block.shape \
block.xpm \
comment.shape \
comment.xpm \
decision.shape \
decision.xpm \
function.shape \
function.xpm \
header.shape \
header.xpm \
inout.shape \
inout.xpm \
macro.shape \
macro.xpm \
note.shape \
note.xpm \
process.shape \
process.xpm \
receive.shape \
receive.xpm \
return.shape \
return.xpm \
save.shape \
save.xpm \
send.shape \
send.xpm \
service.shape \
service.xpm \
state.shape \
state.xpm \
stop.shape \
stop.xpm \
task.shape \
task.xpm
EXTRA_DIST = $(SHAPES)\
desc icon.xpm
sdl_DATA = $(SHAPES)\
desc icon.xpm
|