ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Config2.inc
Revision: 1.1.2.7
Committed: Wed Dec 13 17:30:44 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.6: +4 -6 lines
Log Message:
A few changes made now that the configure script sets SERVERROOT.

File Contents

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