blob: e0bf891590537a32efcd3b61c443ecb630fdd785 (
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
|
civildir = $(kde_datadir)/kivio/stencils/Dia/Civil
SHAPES = \
bvrest.shape \
bvrest.xpm \
civil_aerator.shape \
civil_aerator.xpm \
civil_arrow_right.shape \
civil_arrow_right.xpm \
civil_arrow_up.shape \
civil_arrow_up.xpm \
civil_backflow_preventer.shape \
civil_backflow_preventer.xpm \
civil_basin.shape \
civil_basin.xpm \
civil_container.shape \
civil_container.xpm \
civil_final-settling_basin.shape \
civil_final-settling_basin.xpm \
civil_frequency_converter.shape \
civil_frequency_converter.xpm \
civil_gas_bottle.xpm \
civil_gas_bottle.shape \
civil_horizontal_limiting_line.shape \
civil_horizontal_limiting_line.xpm \
civil_horizontal_valve.shape \
civil_horizontal_valve.xpm \
civil_motor.shape \
civil_motor.xpm \
civil_preliminary_clarification_tank.shape \
civil_preliminary_clarification_tank.xpm \
civil_rotor.shape \
civil_rotor.xpm \
civil_soil.shape \
civil_soil.xpm \
civil_vertical_limiting_line.shape \
civil_vertical_limiting_line.xpm \
civil_vertical_propeller.shape \
civil_vertical_propeller.xpm \
hcompressor.shape \
hcompressor.xpm \
vcompressor.shape \
vcompressor.xpm \
hpump.shape \
hpump.xpm \
vpump.shape \
vpump.xpm \
hrest.shape \
hrest.xpm \
vrest.shape \
vrest.xpm \
line.shape \
line.xpm \
water_level.shape \
water_level.xpm
EXTRA_DIST = $(SHAPES)\
desc icon.xpm
civil_DATA = $(SHAPES)\
desc icon.xpm
|