--- projects/cms/source/server/Config2.inc 2000/12/11 23:42:52 1.1 +++ projects/cms/source/server/Config2.inc 2000/12/13 17:59:21 1.1.2.8 @@ -0,0 +1,61 @@ +# Include Config for the server +# $Id: Config2.inc,v 1.1.2.8 2000/12/13 17:59:21 tdb Exp $ + +## +## Only the first section needs changing here, the rest are just +## information for use throughout the build scripts +## + +## File and Path Locations + +# ****** These need to be set correctly ****** +# Location of the CVS Repository Root +CVSROOT = /usr/local/proj/co600_10/cvs +CVSSERVERMODULE = source/server +# ****** These need to be set correctly ****** + +# Location of the build directory +BUILD = $(SERVERROOT)/build +# Relative (to BUILD) location of the libraries +LIBDIR = $(BUILD)/lib +# Location of the main include +MKINC = $(SERVERROOT)/Makefile.inc + +# Install Prefix +prefix = /usr/local/proj/co600_10/iscream-server +INSTALL = $(prefix) + +# cvsbuild temporary directory name +CVSBUILDTEMP = 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 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 +# Main-class to be added to the Manifest +MAINCLASS = uk.ac.ukc.iscream.core.Core +# Class-path to be added to the Manifest +CLPATH = $(LIBDIR)/idl.jar $(LIBDIR)/jacorb.jar $(LIBDIR)/jaxp.jar $(LIBDIR)/parser.jar + + +## CHECK Files (for dependencies) +IDLCHECK = $(SERVERROOT)/.doneidl +BUILDCHECK = $(SERVERROOT)/.donebuild +COMPILECHECK = .donecompile