--- projects/cms/source/server/Config2.inc 2000/12/12 20:14:52 1.1.2.6 +++ projects/cms/source/server/Config2.inc 2000/12/13 18:10:34 1.1.2.9 @@ -1,19 +1,18 @@ # Include Config for the server -# $Id: Config2.inc,v 1.1.2.6 2000/12/12 20:14:52 tdb Exp $ +# $Id: Config2.inc,v 1.1.2.9 2000/12/13 18:10:34 tdb Exp $ ## -## Only the first two need changing here, the rest are just information -## for use throughout the build scripts +## Only the first section needs changing here, the rest are just +## information for use throughout the build scripts ## ## File and Path Locations -# ****** These two will need to be set correctly ****** +# ****** These need to be set correctly ****** # Location of the CVS Repository Root CVSROOT = /usr/local/proj/co600_10/cvs -# Location of the checked out local copy (hope to automate this) -SERVERROOT = /home/cut/tdb1/cvs/source/server -# ****** These two will need to be set correctly ****** +CVSSERVERMODULE = source/server +# ****** These need to be set correctly ****** # Location of the build directory BUILD = $(SERVERROOT)/build @@ -26,16 +25,27 @@ MKINC = $(SERVERROOT)/Makefile.inc prefix = /usr/local/proj/co600_10/iscream-server INSTALL = $(prefix) +# cvsbuild temporary directory name +CVSBUILDTEMP = $(SERVERROOT)/cvsbuildtemp +# cvsbuild default revision +rev = HEAD +REVISION = $(rev) + ## Compiler Information JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):. ## Package information -# Name of tar archive (will be gzipped afterwards) -TARFILE = iscream.tar -TARGZFILE = iscream.tar.gz -ZIPFILE = iscream.zip +# Name of archives +ARCNAME = iscream +TAREXT = .tar +TARGZEXT = .tar.gz +ZIPEXT = .zip + +TARFILE = $(ARCNAME)$(TAREXT) +TARGZFILE = $(ARCNAME)$(TARGZEXT) +ZIPFILE = $(ARCNAME)$(ZIPEXT) # Name of JAR file (will be created in BUILD) PACKAGE = iscream.jar