--- projects/cms/source/server/Config2.inc 2001/02/27 02:41:54 1.10 +++ projects/cms/source/server/Config2.inc 2001/03/03 00:34:51 1.14 @@ -1,5 +1,5 @@ # Include Config for the server -# $Id: Config2.inc,v 1.10 2001/02/27 02:41:54 tdb Exp $ +# $Id: Config2.inc,v 1.14 2001/03/03 00:34:51 tdb Exp $ ## ## Only the first section needs changing here, the rest are just @@ -14,6 +14,9 @@ CVSROOT = /usr/local/proj/co600_10/cvs CVSSERVERMODULE = source/server # ****** These need to be set correctly ****** +# This will attempt to locate cvs, and return the path. +CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi` + # Location of the build directory BUILD = $(SERVERROOT)/build # Relative (to BUILD) location of the libraries @@ -35,6 +38,9 @@ REVISION = $(rev) JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar:$(LIBDIR)/mm.mysql-2.0.2-bin.jar ##### Added $(SERVERROOT)/idl - this may not be a good thing, but it helps dependencies. JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):$(SERVERROOT)/idl:. +# set JCFLAGS to these if you want to optimise and turn off debugging +#JCFLAGS = -g:none -O +JCFLAGS = ## Package information @@ -69,7 +75,8 @@ PKGLIST = uk.ac.ukc.iscream.clientinterface uk.ac.ukc. uk.ac.ukc.iscream.dbinterface uk.ac.ukc.iscream.filter\ uk.ac.ukc.iscream.filter.plugins uk.ac.ukc.iscream.filtermanager\ uk.ac.ukc.iscream.rootfilter uk.ac.ukc.iscream.util\ - uk.ac.ukc.iscream.client + uk.ac.ukc.iscream.client uk.ac.ukc.iscream.client.monitors\ + uk.ac.ukc.iscream.client.alerters DOCDIR = doc DOCTMPDIR = doctemp