ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Config2.inc
(Generate patch)

Comparing projects/cms/source/server/Config2.inc (file contents):
Revision 1.1.2.2 by tdb, Mon Dec 11 23:57:06 2000 UTC vs.
Revision 1.1.2.6 by tdb, Tue Dec 12 20:14:52 2000 UTC

# Line 22 | Line 22 | LIBDIR = $(BUILD)/lib
22   # Location of the main include
23   MKINC = $(SERVERROOT)/Makefile.inc
24  
25 + # Install Prefix
26 + prefix = /usr/local/proj/co600_10/iscream-server
27 + INSTALL = $(prefix)
28  
29 < ## JAR information
29 > ## Compiler Information
30 > JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar
31 > JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):.
32  
33 + ## 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 +
40   # Name of JAR file (will be created in BUILD)
41   PACKAGE = iscream.jar
42   # Main-class to be added to the Manifest
# Line 33 | Line 45 | MAINCLASS = uk.ac.ukc.iscream.core.Core
45   CLPATH = $(LIBDIR)/idl.jar $(LIBDIR)/jacorb.jar $(LIBDIR)/jaxp.jar $(LIBDIR)/parser.jar
46  
47  
36 ## IDL information
37
38 # Location IDL files will be checked out to
39 IDLFILES = $(SERVERROOT)/idl/uk
40
41
48   ## CHECK Files (for dependencies)
49   IDLCHECK = $(SERVERROOT)/.doneidl
50   BUILDCHECK = $(SERVERROOT)/.donebuild
51 + COMPILECHECK = .donecompile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines