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.1
Committed: Mon Dec 11 23:42:52 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1: +24 -0 lines
Log Message:
Include files for the Makefiles. The Config.inc will need to be altered prior
to building any of the system, but this will be well documented. It is planned
to do away with this requirement if a workaround can be found.
The Makefile.inc contains code used by all the Makefile's.

File Contents

# User Rev Content
1 tdb 1.1.2.1 # Include Config for the server
2     # $Id: Makefile,v 1.6.2.1 2000/12/11 20:19:36 tdb1 Exp $
3    
4     ## File Locations
5    
6     CVSROOT = /usr/local/proj/co600_10/cvs
7     SERVERROOT = /home/cut/tdb1/cvs/source/server
8    
9     BUILD = $(SERVERROOT)/build
10     MKINC = $(SERVERROOT)/Makefile.inc
11    
12     ## JAR information
13    
14     PACKAGE = iscream.jar
15     MAINCLASS = uk.ac.ukc.iscream.core.Core
16     CLPATH = ./lib/idl.jar ./lib/jacorb.jar ./lib/jaxp.jar ./lib/parser.jar
17    
18     ## IDL information
19    
20     IDLFILES = $(SERVERROOT)/idl/uk
21    
22     ## CHECK Files
23     IDLCHECK = $(SERVERROOT)/.doneidl
24     BUILDCHECK = $(SERVERROOT)/.donebuild