repo.or.cz
/
dia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Text objects are now internally encapsulated, simplifying code and
[dia.git]
/
shapes
/
Logic
/
Makefile.am
blob
9bdb7188611c15267e0804371d8a095f9dc5bbe3
1
2
shapedir = $(pkgdatadir)/shapes
3
4
logicdir = $(shapedir)/Logic
5
6
SHAPES = \
7
and.shape \
8
and.png \
9
buffer.shape \
10
buffer.png \
11
connector.shape \
12
connector.png \
13
inverter.shape \
14
inverter.png \
15
nand.shape \
16
nand.png \
17
nor.shape \
18
nor.png \
19
not.shape \
20
not.png \
21
or.shape \
22
or.png \
23
xor.shape \
24
xor.png
25
26
27
EXTRA_DIST = $(SHAPES)
28
29
logic_DATA = $(SHAPES)
30