X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.in;h=638a3e6e4263d8c5dbed633d8cf359ff71d13050;hb=7f3af18fa68d730123d6c199ec2b8b28f487acec;hp=ca1af2538758a7452e27723c645cc640b77d4c4f;hpb=fcb91277669e09f72fd13e9c6cfbb8641ed6f23d;p=gnushogi.git diff --git a/Makefile.in b/Makefile.in index ca1af25..638a3e6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,8 +1,9 @@ # -# Makefile for GNU Shogi and xshogi +# Makefile for GNU Shogi # # Copyright (c) 1993, 1994 Matthias Mutz # Copyright (c) 1998, 1999 Michael Vanier and the Free Software Foundation +# Copyright (c) 2008, 2013, 2014 Yann Dirson and the Free Software Foundation # # GNU Shogi is based on GNU Chess # Copyright (c) 1992 Free Software Foundation @@ -27,7 +28,6 @@ ROOT = @top_srcdir@ BUILDROOT = @top_builddir@ GNUSHOGIDIR = $(BUILDROOT)/gnushogi -XSHOGIDIR = $(BUILDROOT)/xshogi PROGNAME = @PROGNAME@ @@ -35,7 +35,7 @@ PROGNAME = @PROGNAME@ # Default targets. # -all : gnushogi_compile pat2inc bbk @XSHOGI@ +all : gnushogi_compile pat2inc bbk # @@ -51,9 +51,6 @@ pat2inc: sizetest: -cd $(GNUSHOGIDIR) && $(MAKE) sizetest -xshogi_compile: - -cd $(XSHOGIDIR) && $(MAKE) - bbk: -cd $(GNUSHOGIDIR) && $(MAKE) $(PROGNAME).bbk @@ -69,28 +66,22 @@ win32/Makefile: misc/mkmakefile.mingw-on-cygwin # Installation. # -install: gnushogi_install @XSHOGIINSTALL@ +install: gnushogi_install gnushogi_install: -cd $(GNUSHOGIDIR) && $(MAKE) install -xshogi_install: $(XSHOGIDIR)/xshogi - -cd $(XSHOGIDIR) && $(MAKE) install - # # Cleanup. # -clean: gnushogi_clean @XSHOGICLEAN@ doc_clean +clean: gnushogi_clean doc_clean gnushogi_clean: cd $(GNUSHOGIDIR) && $(MAKE) clean -xshogi_clean: - cd $(XSHOGIDIR) && $(MAKE) clean - doc_clean: cd $(BUILDROOT)/doc && $(MAKE) clean @@ -119,11 +110,11 @@ dist: DISTCLEANFILES = \ config.cache config.log config.status config.h Makefile \ $(GNUSHOGIDIR)/Makefile $(GNUSHOGIDIR)/Makefile.profile \ - $(XSHOGIDIR)/Makefile autom4te.cache + autom4te.cache distclean: clean rm -rf $(DISTCLEANFILES) - find -name '*~' | xargs rm + find -name '*~' | xargs rm -f cd $(BUILDROOT)/doc && $(MAKE) distclean #