Increase number of piece types to 44
[xboard.git] / Makefile.am
1 bin_PROGRAMS = xboard
2
3 ### if we are compiling with ZIPPY we need some extra source files
4
5 if ZIPPY
6   ZPY = zippy.c zippy.h
7 else
8   ZPY =
9 endif
10
11 ### define sources for the front-end and backend
12 GTKsources = gtk/xboard.c    gtk/xboard.h \
13              gtk/xoptions.c  gtk/xtimer.c \
14              gtk/xengineoutput.c
15
16 Xsources   = xaw/xboard.c    xaw/xboard.h    \
17              xaw/xengineoutput.c             \
18              xaw/xgamelist.c xaw/xgamelist.h \
19              xaw/xhistory.c  xaw/xhistory.h  \
20              xaw/xoptions.c \
21              bitmaps/checkmark.bm bitmaps/icon_black.bm bitmaps/icon_white.bm
22
23 if withGTK
24   FRONTENDsources = $(GTKsources)
25   FRONTENDextras = $(Xsources)
26   headers = -I gtk
27 endif
28 if withXaw
29   FRONTENDsources = $(Xsources)
30   FRONTENDextras = $(GTKsources)
31   headers = -I xaw -DX11
32 endif
33
34 xboard_SOURCES = backend.c backend.h backendz.h \
35                  book.c \
36                  childio.c childio.h \
37                  common.h \
38                  frontend.h \
39                  gamelist.c ngamelist.c \
40                  gettext.h  \
41                  lists.c lists.h \
42                  moves.c moves.h \
43                  parser.c parser.h \
44                  pgntags.c \
45                  uci.c \
46                  args.h xboard2.h \
47                  board.c board.h \
48                  draw.c draw.h \
49                  dialogs.c dialogs.h \
50                  engineoutput.c nengineoutput.c engineoutput.h \
51                  evalgraph.c nevalgraph.c evalgraph.h \
52                  history.c nhistory.c \
53                  menus.c menus.h \
54                  usounds.c usystem.c usystem.h \
55                  $(ZPY) $(FRONTENDsources)
56
57 ###
58
59 SUBDIRS = po
60 xboard_LDADD = -lm @FRONTEND_LIBS@ @X_LIBS@ @LIBINTL@ @CAIRO_LIBS@
61
62 EXTRA_DIST = pixmaps themes png sounds winboard \
63         xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.desktop xboard-config.desktop \
64         xboard-fen-viewer.desktop  xboard-pgn-viewer.desktop  xboard-tourney.desktop xboard.xml \
65         COPYRIGHT FAQ.html engine-intf.html ics-parsing.txt readme.htm zippy.README \
66         xboard.conf.in SHORTLOG DIFFSTAT history.c ABOUT-NLS $(FRONTENDextras)
67
68 DISTCLEANFILES = stamp-h
69
70 GITVERSION=$(shell sh -c 'git describe --dirty --always 2>/dev/null')
71 AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ @CAIRO_CFLAGS@ @FRONTEND_CFLAGS@  -DSYSCONFDIR='"$(sysconfdir)"' \
72             -DLOCALEDIR='"$(localedir)"' -DSVGDIR='"$(svgdir)"' -D__GIT_VERSION='"$(GITVERSION)"' \
73             -DCONFIGURE_OPTIONS='"@CONFIGURE_OPTIONS@"' $(headers)
74
75 ACLOCAL_AMFLAGS = -I m4
76
77 info_TEXINFOS =  xboard.texi
78 xboard_TEXINFOS =  copyright.texi
79 man6_MANS = xboard.man
80
81
82 ### config file
83
84 sysconf_DATA = xboard.conf
85
86 ### icon files
87
88 icondir = @ICONSDIR@
89 dist_icon_DATA = xboard.png
90 svgicondir = @SVGICONSDIR@
91 dist_svgicon_DATA = xboard.svg
92
93
94 ### desktop files for KDE and gnome
95
96 Applicationsdir = @DESKTOPDIR@
97 Applications_DATA = xboard.desktop xboard-fen-viewer.desktop  xboard-pgn-viewer.desktop  xboard-tourney.desktop  xboard-config.desktop
98
99 ### mime file
100 mimedir = @MIMEDIR@
101 mime_DATA = xboard.xml
102
103 gamedatadir = @GAMEDATADIR@
104
105 ### directory and files for svgs
106
107 svgdir = $(gamedatadir)/themes/default
108 dist_svg_DATA = svg/icon_white.svg         svg/icon_black.svg      \
109            svg/BlackAdvisor.svg       svg/WhiteAdvisor.svg    \
110            svg/BlackArchbishop.svg    svg/WhiteArchbishop.svg  \
111            svg/BlackBishop.svg        svg/WhiteBishop.svg      \
112            svg/BlackCanon.svg         svg/WhiteCanon.svg       \
113            svg/BlackChancellor.svg    svg/WhiteChancellor.svg  \
114            svg/BlackCobra.svg         svg/WhiteCobra.svg       \
115            svg/BlackCommoner.svg      svg/WhiteCommoner.svg    \
116            svg/BlackCrownedBishop.svg svg/WhiteCrownedBishop.svg  \
117            svg/BlackCrownedRook.svg   svg/WhiteCrownedRook.svg \
118            svg/BlackElephant.svg      svg/WhiteElephant.svg    \
119            svg/BlackGoldKnight.svg    svg/WhiteGoldKnight.svg  \
120            svg/BlackGoldLance.svg   svg/WhiteGoldLance.svg    \
121            svg/BlackGoldPawn.svg    svg/WhiteGoldPawn.svg     \
122            svg/BlackGoldSilver.svg  svg/WhiteGoldSilver.svg   \
123            svg/BlackGold.svg        svg/WhiteGold.svg         \
124            svg/BlackHawk.svg        svg/WhiteHawk.svg         \
125            svg/BlackKing.svg        svg/WhiteKing.svg         \
126            svg/BlackKnight.svg      svg/WhiteKnight.svg       \
127            svg/BlackLance.svg       svg/WhiteLance.svg        \
128            svg/BlackMarshall.svg    svg/WhiteMarshall.svg     \
129            svg/BlackNightrider.svg  svg/WhiteNightrider.svg   \
130            svg/BlackPawn.svg        svg/WhitePawn.svg         \
131            svg/BlackPrincess.svg    svg/WhitePrincess.svg     \
132            svg/BlackQueen.svg       svg/WhiteQueen.svg        \
133            svg/BlackRook.svg        svg/WhiteRook.svg         \
134            svg/BlackUnicorn.svg     svg/WhiteUnicorn.svg      \
135            svg/BlackSword.svg       svg/WhiteSword.svg        \
136            svg/BlackHSword.svg      svg/WhiteHSword.svg       \
137            svg/BlackLeopard.svg     svg/WhiteLeopard.svg      \
138            svg/BlackLion.svg        svg/WhiteLion.svg         \
139            svg/BlackPromoBishop.svg svg/WhitePromoBishop.svg  \
140            svg/BlackPromoRook.svg   svg/WhitePromoRook.svg    \
141            svg/BlackPromoHorse.svg  svg/WhitePromoHorse.svg   \
142            svg/BlackPromodragon.svg svg/WhitePromoDragon.svg  \
143            svg/BlackPromoSword.svg  svg/WhitePromoSword.svg   \
144            svg/BlackPromoHSword.svg svg/WhitePromoHSword.svg  \
145            svg/BlackHCrown.svg      svg/WhiteHCrown.svg       \
146            svg/BlackDolphin.svg     svg/WhiteDolphin.svg      \
147            svg/eo_Analyzing.svg     svg/eo_Black.svg          \
148            svg/eo_Clear.svg         svg/eo_Ponder.svg         \
149            svg/eo_Thinking.svg      svg/eo_Unknown.svg        \
150            svg/eo_White.svg
151
152 shogidir = $(gamedatadir)/themes/shogi
153 dist_shogi_DATA = \
154            themes/shogi/WhiteGold.svg        themes/shogi/WhiteCrownedBishop.svg\
155            themes/shogi/WhiteBishop.svg      themes/shogi/WhiteKing.svg\
156            themes/shogi/WhiteKnight.svg      themes/shogi/WhiteGoldKnight.svg\
157            themes/shogi/WhiteLance.svg       themes/shogi/WhiteGoldLance.svg\
158            themes/shogi/WhitePawn.svg        themes/shogi/WhiteGoldPawn.svg\
159            themes/shogi/WhiteRook.svg        themes/shogi/WhiteCrownedRook.svg\
160            themes/shogi/WhiteAdvisor.svg     themes/shogi/WhiteGoldSilver.svg\
161            themes/shogi/BlackGold.svg        themes/shogi/BlackCrownedBishop.svg\
162            themes/shogi/BlackBishop.svg      themes/shogi/BlackKing.svg\
163            themes/shogi/BlackKnight.svg      themes/shogi/BlackGoldKnight.svg\
164            themes/shogi/BlackLance.svg       themes/shogi/BlackGoldLance.svg\
165            themes/shogi/BlackPawn.svg        themes/shogi/BlackGoldPawn.svg\
166            themes/shogi/BlackRook.svg        themes/shogi/BlackCrownedRook.svg\
167            themes/shogi/BlackAdvisor.svg     themes/shogi/BlackGoldSilver.svg
168
169 xiangqidir = $(gamedatadir)/themes/xiangqi
170 dist_xiangqi_DATA = themes/xiangqi/BlackAdvisor.svg  themes/xiangqi/WhiteAdvisor.svg \
171            themes/xiangqi/BlackCanon.svg    themes/xiangqi/WhiteCanon.svg    \
172            themes/xiangqi/BlackElephant.svg themes/xiangqi/WhiteElephant.svg \
173            themes/xiangqi/BlackKnight.svg   themes/xiangqi/WhiteKnight.svg   \
174            themes/xiangqi/BlackGold.svg     themes/xiangqi/WhiteGold.svg     \
175            themes/xiangqi/BlackPawn.svg     themes/xiangqi/WhitePawn.svg     \
176            themes/xiangqi/BlackRook.svg     themes/xiangqi/WhiteRook.svg
177
178 ### directory and files for pixmaps
179
180 pixmapsdir = $(gamedatadir)/pixmaps/textures
181 dist_pixmaps_DATA = pixmaps/cross32.png pixmaps/cross48.png pixmaps/board32.png pixmaps/board48.png pixmaps/ini32.png pixmaps/ini48.png
182
183 ### directory and files for pngs
184
185 pngdir = $(gamedatadir)/themes/textures
186 dist_png_DATA = png/hatch.png png/wood_d.png png/wood_l.png png/xqboard.png
187
188 ### directory and files for sound files
189
190 soundsdir = $(gamedatadir)/sounds
191 dist_sounds_DATA = \
192   sounds/cymbal.wav     sounds/pop2.wav   sounds/slap.wav     sounds/ding1.wav      sounds/laser.wav \
193   sounds/woodthunk.wav  sounds/gong.wav   sounds/penalty.wav  sounds/honkhonk.wav   sounds/phone.wav
194
195
196 ### set correct dir in xboard.conf
197
198 edit = sed -e 's|@pngdir[@]|$(pngdir)|g' \
199            -e 's|@soundsdir[@]|$(soundsdir)|g'
200
201 xboard.conf: Makefile $(srcdir)/xboard.conf.in
202         @echo '  'GEN '  ' $@;
203         @rm -f $@ $@.tmp
204         @$(edit) $(srcdir)/$@.in >$@.tmp
205         @mv $@.tmp $@
206
207 distclean-local:
208         -rm -f xboard.conf
209
210 ### the man page depends on several files, so we add a special rule
211
212 xboard.man: xboard.texi copyright.texi gpl.texinfo version.texi
213         $(srcdir)/texi2man $(srcdir)/xboard.texi > xboard.man || (rm -f xboard.man ; false)
214
215 ### install mime-type files and corresponding icons and menu entries if enabled during configure
216
217 install-data-hook: install-mime-database
218 uninstall-hook: uninstall-mime-database
219
220 install-mime-database:
221 if ENABLE_UPDATE_MIMEDB
222         -if test -z "$(DESTDIR)" -a -n "$(XDG_MIME)" -a -n "$(XDG_DESKTOP_MENU)" -a -n "$(XDG_ICON_RESOURCE)" ; then \
223                 $(XDG_MIME) install --mode system --novendor xboard.xml ;\
224                 $(XDG_DESKTOP_MENU) install --mode system --novendor xboard-pgn-viewer.desktop;\
225                 $(XDG_DESKTOP_MENU) install --mode system --novendor xboard-fen-viewer.desktop;\
226                 $(XDG_DESKTOP_MENU) install --mode system --novendor xboard-tourney.desktop;\
227                 $(XDG_DESKTOP_MENU) install --mode system --novendor xboard-config.desktop;\
228                 $(XDG_ICON_RESOURCE) install --context mimetypes --size 32 pixmaps/board32.png application-x-chess-pgn;\
229                 $(XDG_ICON_RESOURCE) install --context mimetypes --size 32 pixmaps/cross32.png application-x-xboard-trn;\
230                 $(XDG_ICON_RESOURCE) install --context mimetypes --size 32 pixmaps/ini32.png application-x-xboard-opt;\
231                 $(XDG_ICON_RESOURCE) install --context mimetypes --size 48 pixmaps/board48.png application-x-chess-pgn;\
232                 $(XDG_ICON_RESOURCE) install --context mimetypes --size 48 pixmaps/cross48.png application-x-xboard-trn;\
233                 $(XDG_ICON_RESOURCE) install --context mimetypes --size 48 pixmaps/ini48.png application-x-xboard-opt;\
234         fi
235 endif
236
237 uninstall-mime-database:
238 if ENABLE_UPDATE_MIMEDB
239         -if test -z "$(DESTDIR)" -a -n "$(XDG_MIME)" -a -n "$(XDG_DESKTOP_MENU)" -a -n "$(XDG_ICON_RESOURCE)" ; then \
240                 $(XDG_MIME) uninstall --mode system --novendor xboard.xml;\
241                 $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-pgn-viewer.desktop;\
242                 $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-fen-viewer.desktop;\
243                 $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-tourney.desktop;\
244                 $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-config.desktop;\
245                 $(XDG_ICON_RESOURCE) uninstall --context mimetypes --size 32 board32.png application-x-chess-pgn;\
246                 $(XDG_ICON_RESOURCE) uninstall --context mimetypes --size 32 cross32.png application-x-xboard-trn;\
247                 $(XDG_ICON_RESOURCE) uninstall --context mimetypes --size 32 ini32.png application-x-xboard-opt;\
248                 $(XDG_ICON_RESOURCE) uninstall --context mimetypes --size 48 board48.png application-x-chess-pgn;\
249                 $(XDG_ICON_RESOURCE) uninstall --context mimetypes --size 48 cross48.png application-x-xboard-trn;\
250                 $(XDG_ICON_RESOURCE) uninstall --context mimetypes --size 48 ini48.png application-x-xboard-opt;\
251         fi
252 endif