Replaced deprecated variables CONTRIBDIR, BINDIR and
[AROS-Contrib.git] / aminet / games / think / amichess / src / mmakefile.src
blob37f2781d557babdc1dd409cf9a80c0b5c461c165
1 #   $Id$
3 #   Makefile to make AmiChess.
5 include $(TOP)/config/make.cfg
7 FILES := atak \
8          book \
9          epd \
10          eval \
11          genmove \
12          hash \
13          hung \
14          init \
15          iterate \
16          modules \
17          move \
18          null \
19          players \
20          pgn \
21          quiesce \
22          random \
23          repeat \
24          search \
25          solve \
26          sort \
27          swap \
28          ttable \
29          util \
30          vars \
31          main \
32          mui_chess \
33          mui_field \
34          mui_board
35          
36 #        main \
37 #        mui_chess \
38 #        mui_board \
39 #        mui_field \
41 USER_CFLAGS := -DHAVE64BIT
43 EXEDIR := $(AROS_CONTRIB)/Games/AmiChess
45 #MM aminet-games-think-amichess-program : \
46 #MM     contrib-zune-classes-nlist contrib-zune-classes-nlistview
48 %build_prog mmake=aminet-games-think-amichess-program \
49     progname=AmiChess targetdir=$(EXEDIR) \
50     files=$(FILES)
52 %common