Switch build to automake, building gnuminishogi officially.
[gnushogi.git] / xshogi / Makefile.am
1 #
2 # Makefile for XShogi
3 #
4 # Copyright (c) 2013 Yann Dirson and the Free Software Foundation
5 #
6 # This file is part of GNU Shogi.
7 #
8 # GNU Shogi is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 1, or (at your option)
11 # any later version.
12 #
13 # GNU Shogi is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with GNU Shogi; see the file COPYING.  If not, write to
20 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21 #
22
23 bin_PROGRAMS = @XSHOGI@
24 EXTRA_PROGRAMS = xshogi
25 xdocdir = ${datarootdir}/doc/xshogi
26
27 xshogi_SOURCES = \
28         xshogi.c \
29         parser.y \
30         scanner.l
31
32 xshogi_CPPFLAGS = \
33         @OPT@ \
34         -DFIRST_SHOGI_PROGRAM=\"@FIRST_SHOGI_PROGRAM@\" \
35         -DSECOND_SHOGI_PROGRAM=\"@SECOND_SHOGI_PROGRAM@\" \
36         -DFIRST_HOST=\"@FIRST_HOST@\" \
37         -DSECOND_HOST=\"@SECOND_HOST@\"
38
39 AM_CFLAGS = @CEXTRAFLAGS@ @WARNINGS@
40
41 xshogi_LDADD = @X_LIBS@ -lXaw -lXmu -lXt -lXext -lX11
42
43 BUILT_SOURCES = parser.h
44 AM_YFLAGS = -d
45
46 XDOCS = \
47         README.xboard \
48         BUGS
49 dist_xdoc_DATA = @XDOCS@
50 EXTRA_DATA = $(XDOCS)
51
52 dist_noinst_DATA = \
53         REMOTEHOSTS
54
55 noinst_HEADERS = \
56         bitmaps.h \
57         sysdeps.h \
58         xshogi.h \
59         xshogifn.h \
60         \
61         eastern_bitmaps/bigblank.xbm \
62         eastern_bitmaps/bigblankR.xbm \
63         eastern_bitmaps/biglight.xbm \
64         eastern_bitmaps/bigsolid.xbm \
65         eastern_bitmaps/bigsolidR.xbm \
66         eastern_bitmaps/bigsolidR_l.xbm \
67         eastern_bitmaps/bigsolidR_m.xbm \
68         eastern_bitmaps/bigsolid_l.xbm \
69         eastern_bitmaps/bigsolid_m.xbm \
70         eastern_bitmaps/bishop.xbm \
71         eastern_bitmaps/bishopP.top.xbm \
72         eastern_bitmaps/bishopP.xbm \
73         eastern_bitmaps/bishopPR.top.xbm \
74         eastern_bitmaps/bishopPR.xbm \
75         eastern_bitmaps/bishopPR_l.top.xbm \
76         eastern_bitmaps/bishopPR_l.xbm \
77         eastern_bitmaps/bishopPR_m.top.xbm \
78         eastern_bitmaps/bishopPR_m.xbm \
79         eastern_bitmaps/bishopP_l.top.xbm \
80         eastern_bitmaps/bishopP_l.xbm \
81         eastern_bitmaps/bishopP_m.top.xbm \
82         eastern_bitmaps/bishopP_m.xbm \
83         eastern_bitmaps/bishopR.xbm \
84         eastern_bitmaps/bishopR_l.xbm \
85         eastern_bitmaps/bishopR_m.xbm \
86         eastern_bitmaps/bishop_l.xbm \
87         eastern_bitmaps/bishop_m.xbm \
88         eastern_bitmaps/gold.xbm \
89         eastern_bitmaps/goldR.xbm \
90         eastern_bitmaps/goldR_l.xbm \
91         eastern_bitmaps/goldR_m.xbm \
92         eastern_bitmaps/gold_l.xbm \
93         eastern_bitmaps/gold_m.xbm \
94         eastern_bitmaps/icon.xbm \
95         eastern_bitmaps/king.xbm \
96         eastern_bitmaps/kingR.xbm \
97         eastern_bitmaps/kingR_l.xbm \
98         eastern_bitmaps/kingR_m.xbm \
99         eastern_bitmaps/king_l.xbm \
100         eastern_bitmaps/king_m.xbm \
101         eastern_bitmaps/knight.xbm \
102         eastern_bitmaps/knightP.xbm \
103         eastern_bitmaps/knightPR.xbm \
104         eastern_bitmaps/knightPR_l.xbm \
105         eastern_bitmaps/knightPR_m.xbm \
106         eastern_bitmaps/knightP_l.xbm \
107         eastern_bitmaps/knightP_m.xbm \
108         eastern_bitmaps/knightR.xbm \
109         eastern_bitmaps/knightR_l.xbm \
110         eastern_bitmaps/knightR_m.xbm \
111         eastern_bitmaps/knight_l.xbm \
112         eastern_bitmaps/knight_m.xbm \
113         eastern_bitmaps/lance.xbm \
114         eastern_bitmaps/lanceP.xbm \
115         eastern_bitmaps/lancePR.xbm \
116         eastern_bitmaps/lancePR_l.xbm \
117         eastern_bitmaps/lancePR_m.xbm \
118         eastern_bitmaps/lanceP_l.xbm \
119         eastern_bitmaps/lanceP_m.xbm \
120         eastern_bitmaps/lanceR.xbm \
121         eastern_bitmaps/lanceR_l.xbm \
122         eastern_bitmaps/lanceR_m.xbm \
123         eastern_bitmaps/lance_l.xbm \
124         eastern_bitmaps/lance_m.xbm \
125         eastern_bitmaps/none.xbm \
126         eastern_bitmaps/none_l.xbm \
127         eastern_bitmaps/none_m.xbm \
128         eastern_bitmaps/pawn.xbm \
129         eastern_bitmaps/pawnP.xbm \
130         eastern_bitmaps/pawnPR.xbm \
131         eastern_bitmaps/pawnPR_l.xbm \
132         eastern_bitmaps/pawnPR_m.xbm \
133         eastern_bitmaps/pawnP_l.xbm \
134         eastern_bitmaps/pawnP_m.xbm \
135         eastern_bitmaps/pawnR.xbm \
136         eastern_bitmaps/pawnR_l.xbm \
137         eastern_bitmaps/pawnR_m.xbm \
138         eastern_bitmaps/pawn_l.xbm \
139         eastern_bitmaps/pawn_m.xbm \
140         eastern_bitmaps/rook.xbm \
141         eastern_bitmaps/rookP.top.xbm \
142         eastern_bitmaps/rookP.xbm \
143         eastern_bitmaps/rookPR.top.xbm \
144         eastern_bitmaps/rookPR.xbm \
145         eastern_bitmaps/rookPR_l.top.xbm \
146         eastern_bitmaps/rookPR_l.xbm \
147         eastern_bitmaps/rookPR_m.top.xbm \
148         eastern_bitmaps/rookPR_m.xbm \
149         eastern_bitmaps/rookP_l.top.xbm \
150         eastern_bitmaps/rookP_l.xbm \
151         eastern_bitmaps/rookP_m.top.xbm \
152         eastern_bitmaps/rookP_m.xbm \
153         eastern_bitmaps/rookR.xbm \
154         eastern_bitmaps/rookR_l.xbm \
155         eastern_bitmaps/rookR_m.xbm \
156         eastern_bitmaps/rook_l.xbm \
157         eastern_bitmaps/rook_m.xbm \
158         eastern_bitmaps/silver.xbm \
159         eastern_bitmaps/silverP.xbm \
160         eastern_bitmaps/silverPR.xbm \
161         eastern_bitmaps/silverPR_l.xbm \
162         eastern_bitmaps/silverPR_m.xbm \
163         eastern_bitmaps/silverP_l.xbm \
164         eastern_bitmaps/silverP_m.xbm \
165         eastern_bitmaps/silverR.xbm \
166         eastern_bitmaps/silverR_l.xbm \
167         eastern_bitmaps/silverR_m.xbm \
168         eastern_bitmaps/silver_l.xbm \
169         eastern_bitmaps/silver_m.xbm \
170         eastern_bitmaps/smallblank.xbm \
171         eastern_bitmaps/smallblankR.xbm \
172         eastern_bitmaps/smalllight.xbm \
173         eastern_bitmaps/smallsolid.xbm \
174         eastern_bitmaps/smallsolidR.xbm \
175         eastern_bitmaps/smallsolidR_l.xbm \
176         eastern_bitmaps/smallsolidR_m.xbm \
177         eastern_bitmaps/smallsolid_l.xbm \
178         eastern_bitmaps/smallsolid_m.xbm \
179         \
180         western_bitmaps/bishopPRW.xbm \
181         western_bitmaps/bishopPW.xbm \
182         western_bitmaps/bishopRW.xbm \
183         western_bitmaps/bishopW.xbm \
184         western_bitmaps/goldRW.xbm \
185         western_bitmaps/goldW.xbm \
186         western_bitmaps/kingRW.xbm \
187         western_bitmaps/kingW.xbm \
188         western_bitmaps/knightPRW.xbm \
189         western_bitmaps/knightPW.xbm \
190         western_bitmaps/knightRW.xbm \
191         western_bitmaps/knightW.xbm \
192         western_bitmaps/lancePRW.xbm \
193         western_bitmaps/lancePW.xbm \
194         western_bitmaps/lanceRW.xbm \
195         western_bitmaps/lanceW.xbm \
196         western_bitmaps/noneW.xbm \
197         western_bitmaps/pawnPRW.xbm \
198         western_bitmaps/pawnPW.xbm \
199         western_bitmaps/pawnRW.xbm \
200         western_bitmaps/pawnW.xbm \
201         western_bitmaps/rookPRW.xbm \
202         western_bitmaps/rookPW.xbm \
203         western_bitmaps/rookRW.xbm \
204         western_bitmaps/rookW.xbm \
205         western_bitmaps/silverPRW.xbm \
206         western_bitmaps/silverPW.xbm \
207         western_bitmaps/silverRW.xbm \
208         western_bitmaps/silverW.xbm \
209          \
210         new_eastern_bitmaps/bigsolidR_l.xbm \
211         new_eastern_bitmaps/bigsolid_l.xbm \
212         new_eastern_bitmaps/bishopPR_l.xbm \
213         new_eastern_bitmaps/bishopP_l.xbm \
214         new_eastern_bitmaps/bishopR_l.xbm \
215         new_eastern_bitmaps/bishop_l.xbm \
216         new_eastern_bitmaps/goldR_l.xbm \
217         new_eastern_bitmaps/gold_l.xbm \
218         new_eastern_bitmaps/kingR_l.xbm \
219         new_eastern_bitmaps/king_l.xbm \
220         new_eastern_bitmaps/knightPR_l.xbm \
221         new_eastern_bitmaps/knightP_l.xbm \
222         new_eastern_bitmaps/knightR_l.xbm \
223         new_eastern_bitmaps/knight_l.xbm \
224         new_eastern_bitmaps/lancePR_l.xbm \
225         new_eastern_bitmaps/lanceP_l.xbm \
226         new_eastern_bitmaps/lanceR_l.xbm \
227         new_eastern_bitmaps/lance_l.xbm \
228         new_eastern_bitmaps/none_l.xbm \
229         new_eastern_bitmaps/pawnPR_l.xbm \
230         new_eastern_bitmaps/pawnP_l.xbm \
231         new_eastern_bitmaps/pawnR_l.xbm \
232         new_eastern_bitmaps/pawn_l.xbm \
233         new_eastern_bitmaps/rookPR_l.xbm \
234         new_eastern_bitmaps/rookP_l.xbm \
235         new_eastern_bitmaps/rookR_l.xbm \
236         new_eastern_bitmaps/rook_l.xbm \
237         new_eastern_bitmaps/silverPR_l.xbm \
238         new_eastern_bitmaps/silverP_l.xbm \
239         new_eastern_bitmaps/silverR_l.xbm \
240         new_eastern_bitmaps/silver_l.xbm \
241         new_eastern_bitmaps/smallsolidR_l.xbm \
242         new_eastern_bitmaps/smallsolid_l.xbm \
243         \
244         new_western_bitmaps/bishopPRW.xbm \
245         new_western_bitmaps/bishopPW.xbm \
246         new_western_bitmaps/bishopRW.xbm \
247         new_western_bitmaps/bishopW.xbm \
248         new_western_bitmaps/goldRW.xbm \
249         new_western_bitmaps/goldW.xbm \
250         new_western_bitmaps/kingRW.xbm \
251         new_western_bitmaps/kingW.xbm \
252         new_western_bitmaps/knightPRW.xbm \
253         new_western_bitmaps/knightPW.xbm \
254         new_western_bitmaps/knightRW.xbm \
255         new_western_bitmaps/knightW.xbm \
256         new_western_bitmaps/lancePRW.xbm \
257         new_western_bitmaps/lancePW.xbm \
258         new_western_bitmaps/lanceRW.xbm \
259         new_western_bitmaps/lanceW.xbm \
260         new_western_bitmaps/noneW.xbm \
261         new_western_bitmaps/pawnPRW.xbm \
262         new_western_bitmaps/pawnPW.xbm \
263         new_western_bitmaps/pawnRW.xbm \
264         new_western_bitmaps/pawnW.xbm \
265         new_western_bitmaps/rookPRW.xbm \
266         new_western_bitmaps/rookPW.xbm \
267         new_western_bitmaps/rookRW.xbm \
268         new_western_bitmaps/rookW.xbm \
269         new_western_bitmaps/silverPRW.xbm \
270         new_western_bitmaps/silverPW.xbm \
271         new_western_bitmaps/silverRW.xbm \
272         new_western_bitmaps/silverW.xbm