--- projects/cms/source/conient/Config2.inc 2001/01/24 03:12:47 1.2 +++ projects/cms/source/conient/Config2.inc 2001/02/28 11:49:47 1.5 @@ -1,5 +1,5 @@ # Include Config for conient -# $Id: Config2.inc,v 1.2 2001/01/24 03:12:47 tdb Exp $ +# $Id: Config2.inc,v 1.5 2001/02/28 11:49:47 tdb Exp $ ## ## Only the first section needs changing here, the rest are just @@ -12,10 +12,15 @@ # Location of the CVS Repository Root CVSROOT = /usr/local/proj/co600_10/cvs CVSMODULE = source/client/conient +CVS = /usr/local/bin/cvs # ****** These need to be set correctly ****** # Location of the build directory BUILD = $(SOURCEROOT)/build +# Relative (to BUILD) location of the configuration files +ETCDIR = $(BUILD)/etc +# Relative (to BUILD) location of the resources +RESOURCESDIR = $(BUILD)/resources # Relative (to BUILD) location of the libraries LIBDIR = $(BUILD)/lib # Location of the main include @@ -58,6 +63,7 @@ CLPATH = lib/jaxp.jar lib/parser.jar lib/iscream-util. ## CHECK Files (for dependencies) BUILDCHECK = $(SOURCEROOT)/.donebuild COMPILECHECK = .donecompile +COPYCHECK = .donecopy ## Javadoc package list