ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/Config2.inc
Revision: 1.5
Committed: Wed Feb 28 11:49:47 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.4: +2 -1 lines
Log Message:
Set the path of CVS explictly.

File Contents

# User Rev Content
1 tdb 1.1 # Include Config for conient
2 tdb 1.5 # $Id: Config2.inc,v 1.4 2001/02/27 15:11:44 ajm4 Exp $
3 tdb 1.1
4     ##
5     ## Only the first section needs changing here, the rest are just
6     ## information for use throughout the build scripts
7     ##
8    
9     ## File and Path Locations
10    
11     # ****** These need to be set correctly ******
12     # Location of the CVS Repository Root
13     CVSROOT = /usr/local/proj/co600_10/cvs
14     CVSMODULE = source/client/conient
15 tdb 1.5 CVS = /usr/local/bin/cvs
16 tdb 1.1 # ****** These need to be set correctly ******
17    
18     # Location of the build directory
19     BUILD = $(SOURCEROOT)/build
20 ajm 1.4 # Relative (to BUILD) location of the configuration files
21     ETCDIR = $(BUILD)/etc
22     # Relative (to BUILD) location of the resources
23     RESOURCESDIR = $(BUILD)/resources
24 tdb 1.1 # Relative (to BUILD) location of the libraries
25     LIBDIR = $(BUILD)/lib
26     # Location of the main include
27     MKINC = $(SOURCEROOT)/Makefile.inc
28    
29     # Install Prefix
30     prefix = /usr/local/iscream-conient
31     INSTALL = $(prefix)
32    
33     # cvsbuild temporary directory name
34     CVSBUILDTEMP = $(SOURCEROOT)/cvsbuildtemp
35     # cvsbuild default revision
36     rev = HEAD
37     REVISION = $(rev)
38    
39     ## Compiler Information
40     JCLIBS = $(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar:$(LIBDIR)/iscream-util.jar
41     JCCLASSPATH = $(JCLIBS):$(SOURCEROOT):.
42    
43     ## Package information
44    
45     # Name of archives
46     ARCNAME = iscream-conient
47     TAREXT = .tar
48     TARGZEXT = .tar.gz
49     ZIPEXT = .zip
50    
51     TARFILE = $(ARCNAME)$(TAREXT)
52     TARGZFILE = $(ARCNAME)$(TARGZEXT)
53     ZIPFILE = $(ARCNAME)$(ZIPEXT)
54    
55     # Name of JAR file (will be created in BUILD)
56     PACKAGE = iscream-conient.jar
57     # Main-class to be added to the Manifest
58 tdb 1.2 MAINCLASS = uk.ac.ukc.iscream.conient.Conient
59 tdb 1.1 # Class-path to be added to the Manifest
60     CLPATH = lib/jaxp.jar lib/parser.jar lib/iscream-util.jar
61    
62    
63     ## CHECK Files (for dependencies)
64     BUILDCHECK = $(SOURCEROOT)/.donebuild
65     COMPILECHECK = .donecompile
66 tdb 1.3 COPYCHECK = .donecopy
67 tdb 1.1
68    
69     ## Javadoc package list
70     PKGLIST = uk.ac.ukc.iscream.conient\
71     uk.ac.ukc.iscream.conient.datacomponents
72    
73     DOCDIR = doc