gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] compile only what is needed


From: Arend Bayer
Subject: [gnugo-devel] compile only what is needed
Date: Mon, 14 Oct 2002 20:39:24 +0200 (CEST)

I'd suggest to not automatically compile patterns/extract_fuseki and
interface/debugboard/debugboard. This saves 12 MB of disk space for a
tree with a GNU Go build.
(Yes, I am getting a little short of disk space here with too many
GNU Go trees.)

With this change one has to type e.g. "make extract_fuseki" in the
pattern directory if one wants to have it compiled.

I guess this is uncontroversial for extract_fuseki; I can leave out
the change for debugboard if this is deemed inconvenient.

Arend

Index: interface/debugboard/Makefile.am
===================================================================
RCS file: /cvsroot/gnugo/gnugo/interface/debugboard/Makefile.am,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile.am
--- interface/debugboard/Makefile.am    6 Sep 2001 21:34:20 -0000       1.3
+++ interface/debugboard/Makefile.am    14 Oct 2002 10:09:27 -0000
@@ -1,4 +1,4 @@
-bin_PROGRAMS = debugboard
+EXTRA_PROGRAMS = debugboard

 EXTRA_DIST =

Index: patterns/Makefile.am
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/Makefile.am,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile.am
--- patterns/Makefile.am        18 Aug 2002 21:41:02 -0000      1.12
+++ patterns/Makefile.am        14 Oct 2002 10:09:30 -0000
@@ -1,5 +1,5 @@
-noinst_PROGRAMS = mkpat joseki mkeyes extract_fuseki
-EXTRA_PROGRAMS = transpat
+noinst_PROGRAMS = mkpat joseki mkeyes
+EXTRA_PROGRAMS = extract_fuseki transpat

 DSP = dfa.dsp patterns.dsp joseki.dsp mkeyes.dsp mkpat.dsp fuseki.dsp






reply via email to

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