blob: 7add3dde9102becf61d455e97d607473759381dc (
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
|
circuitdir = $(kde_datadir)/kivio/stencils/Dia/Circuit
SHAPES = \
ground.shape \
ground.xpm \
hcapacitor.shape \
hcapacitor.xpm \
hdiode.shape \
hdiode.xpm \
hinductor.shape \
hinductor.xpm \
hresistor.shape \
hresistor.xpm \
hzener.shape \
hzener.xpm \
npn.shape \
npn.xpm \
opamp.shape \
opamp.xpm \
pnp.shape \
pnp.xpm \
vcapacitor.shape \
vcapacitor.xpm \
vdiode.shape \
vdiode.xpm \
vinductor.shape \
vinductor.xpm \
vresistor.shape \
vresistor.xpm \
vzener.shape \
vzener.xpm \
hinductor_de.shape \
hinductor_de.xpm \
vinductor_de.shape \
vinductor_de.xpm \
hresistor_de.shape \
vresistor_de.xpm \
vresistor_de.shape \
hresistor_de.xpm \
hpowersource_de.shape \
hpowersource_de.xpm \
vpowersource_de.shape \
vpowersource_de.xpm \
lamp_de.shape \
lamp_de.xpm \
speaker_de.shape \
speaker_de.xpm \
hfuse_de.shape \
hfuse_de.xpm \
vfuse_de.shape \
vfuse_de.xpm \
hled_de.shape \
hled_de.xpm \
vled_de.shape \
vled_de.xpm \
nmos_de.shape \
nmos_de.xpm \
pmos_de.shape \
pmos_de.xpm \
hjumper.shape \
hjumper.png \
microphone_de.shape \
microphone_de.xpm
EXTRA_DIST = $(SHAPES)\
desc icon.xpm
circuit_DATA = $(SHAPES)\
desc icon.xpm
|