--- projects/cms/source/conient/Config2.inc 2001/01/28 23:44:04 1.3 +++ projects/cms/source/conient/Config2.inc 2001/02/28 14:14:18 1.6 @@ -1,5 +1,5 @@ # Include Config for conient -# $Id: Config2.inc,v 1.3 2001/01/28 23:44:04 tdb Exp $ +# $Id: Config2.inc,v 1.6 2001/02/28 14:14:18 tdb Exp $ ## ## Only the first section needs changing here, the rest are just @@ -14,8 +14,15 @@ CVSROOT = /usr/local/proj/co600_10/cvs CVSMODULE = source/client/conient # ****** 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 = $(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