Cache target CityTile state action legality.
[freeciv.git] / data / Makefile.am
blob7e994a2137ef5240b9426e5938aae303fc7c0b65
1 ## Process this file with automake to produce Makefile.in
3 if CLIENT
4 CLIENT_FILES =                          \
5         amplio2.tilespec                \
6         cimpletoon.tilespec             \
7         hex2t.tilespec                  \
8         hexemplio.tilespec              \
9         isophex.tilespec                \
10         isotrident.tilespec             \
11         toonhex.tilespec                \
12         alio.tilespec                   \
13         trident.tilespec                \
14         stdmusic.musicspec              \
15         stdsounds.soundspec             \
16         helpdata.txt
17 if CLIENT_GUI_GTK_3_0
18 CLIENT_FILES += \
19         gtk3_menus.xml
20 endif
21 if CLIENT_GUI_GTK_3_22
22 CLIENT_FILES += \
23         gtk3.22_menus.xml
24 endif
25 else
26 CLIENT_FILES =
27 endif
29 SRV_RE_FILES = \
30         civ1.serv \
31         civ2.serv \
32         classic.serv \
33         default.serv \
34         multiplayer.serv \
35         alien.serv \
36         civ2civ3.serv \
37         sandbox.serv
39 if SERVER
40 SERVER_FILES = $(SRV_RE_FILES)
41 else
42 if RULEDIT
43 SERVER_FILES = $(SRV_RE_FILES)
44 else
45 SERVER_FILES =
46 endif
47 endif
49 pkgdata_DATA = $(SERVER_FILES) $(CLIENT_FILES)
51 EXTRA_DIST = \
52         freeciv-client.png \
53         gtk3_menus.xml  \
54         gtk3.22_menus.xml       \
55         amplio2.tilespec \
56         cimpletoon.tilespec \
57         hex2t.tilespec  \
58         hexemplio.tilespec      \
59         isophex.tilespec        \
60         isotrident.tilespec \
61         toonhex.tilespec        \
62         alio.tilespec   \
63         trident.tilespec        \
64         stdmusic.musicspec      \
65         stdsounds.soundspec     \
66         helpdata.txt    \
67         civ1.serv       \
68         civ2.serv       \
69         classic.serv    \
70         default.serv    \
71         multiplayer.serv \
72         alien.serv \
73         civ2civ3.serv \
74         sandbox.serv
76 if CLIENT
77 CLIENTDATADIRS = amplio2 misc flags buildings cimpletoon isotrident trident\
78  isophex hex2t hexemplio alio stdsounds stdmusic themes wonders
79 else
80 CLIENTDATADIRS = 
81 endif
83 SRV_RE_DATADIRS = default classic civ1 civ2 sandbox multiplayer alien civ2civ3 nation
84 if SERVER
85 SERVERDATADIRS = $(SRV_RE_DATADIRS) scenarios
86 else
87 if RULEDIT
88 SERVERDATADIRS = $(SRV_RE_DATADIRS)
89 else
90 SERVERDATADIRS =
91 endif
92 endif
94 if RULEDIT
95 RULEDITDIRS = ruledit
96 else
97 RULEDITDIRS =
98 endif
100 if CLIENT
101 ICONS = freeciv-client.png
102 else
103 ICONS = 
104 endif
106 icondir = $(prefix)/share/pixmaps
107 icon_DATA=$(ICONS)
109 SUBDIRS = icons $(CLIENTDATADIRS) $(SERVERDATADIRS) $(RULEDITDIRS) override