You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
633 B
44 lines
633 B
15 years ago
|
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
|