2 # Makefile for GNU Shogi and xshogi
4 # Copyright (c) 1993, 1994 Matthias Mutz
5 # Copyright (c) 1998, 1999 Michael Vanier and the Free Software Foundation
7 # GNU Shogi is based on GNU Chess
8 # Copyright (c) 1992 Free Software Foundation
10 # This file is part of GNU Shogi.
12 # GNU Shogi is free software; you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation; either version 1, or (at your option)
17 # GNU Shogi is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with GNU Shogi; see the file COPYING. If not, write to
24 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
28 GNUSHOGIDIR
= .
/gnushogi
35 all : gnushogi_compile pat2inc gnushogi.bbk @XSHOGI@
43 -cd
$(GNUSHOGIDIR
); $(MAKE
) gnushogi
46 -cd
$(GNUSHOGIDIR
); $(MAKE
) pat2inc
49 -cd
$(GNUSHOGIDIR
); $(MAKE
) sizetest
52 -cd
$(XSHOGIDIR
); $(MAKE
)
55 -cd
$(GNUSHOGIDIR
); $(MAKE
) gnushogi.bbk
62 install: gnushogi_install @XSHOGIINSTALL@
65 -cd
$(GNUSHOGIDIR
); $(MAKE
) install
67 xshogi_install
: $(XSHOGIDIR
)/xshogi
68 -cd
$(XSHOGIDIR
); $(MAKE
) install
76 clean: gnushogi_clean @XSHOGICLEAN@
79 cd
$(GNUSHOGIDIR
); $(MAKE
) clean
82 cd
$(XSHOGIDIR
); $(MAKE
) clean
86 # Building a distribution.
90 .
/make_dist
$(VERSION
)
94 # Return to a pristine pre-configuration state.
98 config.cache config.log config.status config.h Makefile \
99 $(GNUSHOGIDIR
)/Makefile
$(GNUSHOGIDIR
)/Makefile.profile \
100 $(XSHOGIDIR
)/Makefile autom4te.cache
103 rm -rf
$(DISTCLEANFILES
)
107 # Extra cleanup, for the maintainer only.
110 MAINTAINERCLEANFILES
= configure config.h.in doc
/gnushogi.
info
112 maintainerclean
: distclean
113 rm -f
$(MAINTAINERCLEANFILES
)