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.4
Committed: Tue Dec 12 02:45:54 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.3: +2 -1 lines
Log Message:
Done some more tidying on all the Makefiles. This should have solve the current
dependency problem that seemed to be occuring with the java source files. The
only dependency that's now not quite in place is the IDL stuff. This should be
easily fixable.

File Contents

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