| 1 | tdb | 1.1.2.1 | # Include Config for the server | 
 
 
 
 
 
 
 
 | 2 | tdb | 1.1.2.6 | # $Id: Config.inc,v 1.1.2.5 2000/12/12 12:35:37 tdb1 Exp $ | 
 
 
 
 
 
 
 
 | 3 | tdb | 1.1.2.1 |  | 
 
 
 
 
 
 
 
 | 4 | tdb | 1.1.2.2 | ## | 
 
 
 
 
 | 5 |  |  | ## Only the first two need changing here, the rest are just information | 
 
 
 
 
 | 6 |  |  | ## for use throughout the build scripts | 
 
 
 
 
 | 7 |  |  | ## | 
 
 
 
 
 
 
 
 | 8 | tdb | 1.1.2.1 |  | 
 
 
 
 
 
 
 
 | 9 | tdb | 1.1.2.2 | ## File and Path Locations | 
 
 
 
 
 | 10 |  |  |  | 
 
 
 
 
 | 11 |  |  | # ****** These two will need to be set correctly ****** | 
 
 
 
 
 | 12 |  |  | # Location of the CVS Repository Root | 
 
 
 
 
 
 
 
 | 13 | tdb | 1.1.2.1 | CVSROOT = /usr/local/proj/co600_10/cvs | 
 
 
 
 
 
 
 
 | 14 | tdb | 1.1.2.2 | # Location of the checked out local copy (hope to automate this) | 
 
 
 
 
 
 
 
 | 15 | tdb | 1.1.2.1 | SERVERROOT = /home/cut/tdb1/cvs/source/server | 
 
 
 
 
 
 
 
 | 16 | tdb | 1.1.2.2 | # ****** These two will need to be set correctly ****** | 
 
 
 
 
 
 
 
 | 17 | tdb | 1.1.2.1 |  | 
 
 
 
 
 
 
 
 | 18 | tdb | 1.1.2.2 | # Location of the build directory | 
 
 
 
 
 
 
 
 | 19 | tdb | 1.1.2.1 | BUILD = $(SERVERROOT)/build | 
 
 
 
 
 
 
 
 | 20 | tdb | 1.1.2.2 | # Relative (to BUILD) location of the libraries | 
 
 
 
 
 | 21 |  |  | LIBDIR = $(BUILD)/lib | 
 
 
 
 
 | 22 |  |  | # Location of the main include | 
 
 
 
 
 
 
 
 | 23 | tdb | 1.1.2.1 | MKINC = $(SERVERROOT)/Makefile.inc | 
 
 
 
 
 | 24 |  |  |  | 
 
 
 
 
 
 
 
 | 25 | tdb | 1.1.2.6 | # Install Prefix | 
 
 
 
 
 | 26 |  |  | prefix = /usr/local/proj/co600_10/iscream-server | 
 
 
 
 
 | 27 |  |  | INSTALL = $(prefix) | 
 
 
 
 
 
 
 
 | 28 | tdb | 1.1.2.3 |  | 
 
 
 
 
 | 29 |  |  | ## Compiler Information | 
 
 
 
 
 | 30 |  |  | JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar | 
 
 
 
 
 | 31 |  |  | JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):. | 
 
 
 
 
 
 
 
 | 32 | tdb | 1.1.2.2 |  | 
 
 
 
 
 
 
 
 | 33 | tdb | 1.1.2.6 | ## Package information | 
 
 
 
 
 | 34 |  |  |  | 
 
 
 
 
 | 35 |  |  | # Name of tar archive (will be gzipped afterwards) | 
 
 
 
 
 | 36 |  |  | TARFILE = iscream.tar | 
 
 
 
 
 | 37 |  |  | TARGZFILE = iscream.tar.gz | 
 
 
 
 
 | 38 |  |  | ZIPFILE = iscream.zip | 
 
 
 
 
 
 
 
 | 39 | tdb | 1.1.2.1 |  | 
 
 
 
 
 
 
 
 | 40 | tdb | 1.1.2.2 | # Name of JAR file (will be created in BUILD) | 
 
 
 
 
 
 
 
 | 41 | tdb | 1.1.2.1 | PACKAGE = iscream.jar | 
 
 
 
 
 
 
 
 | 42 | tdb | 1.1.2.2 | # Main-class to be added to the Manifest | 
 
 
 
 
 
 
 
 | 43 | tdb | 1.1.2.1 | MAINCLASS = uk.ac.ukc.iscream.core.Core | 
 
 
 
 
 
 
 
 | 44 | tdb | 1.1.2.2 | # Class-path to be added to the Manifest | 
 
 
 
 
 | 45 |  |  | CLPATH = $(LIBDIR)/idl.jar $(LIBDIR)/jacorb.jar $(LIBDIR)/jaxp.jar $(LIBDIR)/parser.jar | 
 
 
 
 
 
 
 
 | 46 | tdb | 1.1.2.1 |  | 
 
 
 
 
 
 
 
 | 47 | tdb | 1.1.2.2 |  | 
 
 
 
 
 | 48 |  |  | ## CHECK Files (for dependencies) | 
 
 
 
 
 
 
 
 | 49 | tdb | 1.1.2.1 | IDLCHECK = $(SERVERROOT)/.doneidl | 
 
 
 
 
 | 50 |  |  | BUILDCHECK = $(SERVERROOT)/.donebuild | 
 
 
 
 
 
 
 
 | 51 | tdb | 1.1.2.4 | COMPILECHECK = .donecompile |