gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [gnugo-devel] evan_3_20.5


From: Evan Berggren Daniel
Subject: RE: [gnugo-devel] evan_3_20.5
Date: Fri, 16 May 2003 09:52:09 -0400 (EDT)

Oops.  Somehow I copied the wrong version of the patch.

Here's the correct version.

Evan Daniel

Index: patterns/Makefile.in
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/Makefile.in,v
retrieving revision 1.37
diff -u -d -r1.37 Makefile.in
--- patterns/Makefile.in        3 Mar 2003 13:54:28 -0000       1.37
+++ patterns/Makefile.in        14 May 2003 18:56:19 -0000
@@ -89,7 +89,8 @@
 EXTRA_DIST = $(DSP)\
         $(DTR)\
        dfa.c\
-       hoshi.sgf\
+       hoshi_keima.sgf\
+       hoshi_other.sgf\
        komoku.sgf\
        mokuhazushi.sgf\
        sansan.sgf\
@@ -149,7 +150,8 @@
                 read_attack.c read_defend.c handipat.c oraclepat.c


-DBBUILT = hoshi.db komoku.db sansan.db mokuhazushi.db takamoku.db
+DBBUILT = hoshi_keima.db hoshi_other.db komoku.db sansan.db\
+         mokuhazushi.db takamoku.db

 # Remove these files here... they are created locally
 DISTCLEANFILES = $(GGBUILTSOURCES) $(DBBUILT) *~
@@ -486,8 +488,11 @@
 dist-hook:
        cd $(distdir) && rm $(GGBUILTSOURCES)

-hoshi.db : $(srcdir)/hoshi.sgf joseki$(EXEEXT)
-       ./joseki JH $(srcdir)/hoshi.sgf >hoshi.db
+hoshi_keima.db : $(srcdir)/hoshi_keima.sgf joseki$(EXEEXT)
+       ./joseki JHK $(srcdir)/hoshi_keima.sgf >hoshi_keima.db
+
+hoshi_other.db : $(srcdir)/hoshi_other.sgf joseki$(EXEEXT)
+       ./joseki JHO $(srcdir)/hoshi_other.sgf >hoshi_other.db

 komoku.db : $(srcdir)/komoku.sgf joseki$(EXEEXT)
        ./joseki JK $(srcdir)/komoku.sgf >komoku.db






reply via email to

[Prev in Thread] Current Thread [Next in Thread]