Results of running "make update-po"
[freeciv.git] / data / Makefile.am
blobba4a8ac32323ed0f02b5f17c8f8cb573caaf5d03
1 ## Process this file with automake to produce Makefile.in
3 pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
5 if CLIENT
6 CLIENT_FILES =                          \
7         hex2t.tilespec                  \
8         amplio2.tilespec                \
9         cimpletoon.tilespec             \
10         isophex.tilespec                \
11         isotrident.tilespec             \
12         trident.tilespec                \
13         stdsounds.soundspec             \
14         helpdata.txt
15 if CLIENT_GUI_XAW
16 CLIENT_FILES += Freeciv
17 endif
18 if CLIENT_GUI_GTK_2_0
19 CLIENT_FILES += \
20         freeciv.rc-2.0  \
21         gtk_menus.xml
22 else
23 if CLIENT_GUI_GTK_3_0
24 CLIENT_FILES += \
25         gtk_menus.xml
26 endif
27 endif
28 else
29 CLIENT_FILES =
30 endif
32 if SERVER
33 SERVER_FILES = \
34         civ1.serv \
35         civ2.serv \
36         classic.serv \
37         default.serv \
38         experimental.serv \
39         multiplayer.serv \
40         civ2civ3.serv
42 SERVER_CONF = database.lua
44 else
45 SERVER_FILES =
46 SERVER_CONF =
47 endif
49 pkgsysconf_DATA = $(SERVER_CONF)
50 pkgdata_DATA = $(SERVER_FILES) $(CLIENT_FILES)
52 EXTRA_DIST = \
53         Freeciv \
54         freeciv-client.png \
55         freeciv.rc-2.0  \
56         gtk_menus.xml   \
57         civserver.dsc.in        \
58         civclient.dsc.in        \
59         civserver.room.in       \
60         database.lua    \
61         hex2t.tilespec  \
62         amplio2.tilespec \
63         cimpletoon.tilespec \
64         isophex.tilespec        \
65         isotrident.tilespec \
66         trident.tilespec        \
67         stdsounds.soundspec     \
68         helpdata.txt    \
69         civ1.serv       \
70         civ2.serv       \
71         classic.serv    \
72         default.serv    \
73         experimental.serv \
74         multiplayer.serv \
75         civ2civ3.serv
77 if CLIENT
78 CLIENTDATADIRS = amplio2 misc flags buildings cimpletoon isotrident trident\
79  isophex hex2t stdsounds themes wonders
80 else
81 CLIENTDATADIRS = 
82 endif
84 if SERVER
85 SERVERDATADIRS = default classic civ1 civ2 experimental multiplayer civ2civ3 scenarios nation
86 else
87 SERVERDATADIRS = 
88 endif
90 if CLIENT
91 ICONS = freeciv-client.png
92 else
93 ICONS = 
94 endif
96 icondir = $(prefix)/share/pixmaps
97 icon_DATA=$(ICONS)
99 SUBDIRS = icons $(CLIENTDATADIRS) $(SERVERDATADIRS)
101 if GGZ_CLIENT
102 install-data-local:
103         $(GGZ_CONFIG) -D --install --modfile=civclient.dsc --force
105 uninstall-local:
106         $(GGZ_CONFIG) -D --remove --modfile=civclient.dsc
107 endif
109 if GGZ_SERVER
110 ggzroom_DATA = civserver.room
111 ggzroomdir = $(ggzdconfdir)/rooms/
113 ggzgame_DATA = civserver.dsc
114 ggzgamedir = $(ggzdconfdir)/games/
115 endif