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.
28 lines
367 B
28 lines
367 B
|
|
logicdir = $(kde_datadir)/kivio/stencils/Flowcharting/Logic
|
|
|
|
SHAPES = \
|
|
and.sml \
|
|
and.xpm \
|
|
buffer.sml \
|
|
buffer.xpm \
|
|
connector.sml \
|
|
connector.xpm \
|
|
inverter.sml \
|
|
inverter.xpm \
|
|
nand.sml \
|
|
nand.xpm \
|
|
nor.sml \
|
|
nor.xpm \
|
|
not.sml \
|
|
not.xpm \
|
|
or.sml \
|
|
or.xpm \
|
|
xor.sml \
|
|
xor.xpm \
|
|
icon.xpm
|
|
|
|
EXTRA_DIST = $(SHAPES) desc
|
|
|
|
logic_DATA = $(SHAPES) desc
|