ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/corbaservices/Config2.inc
Revision: 1.4
Committed: Thu Mar 15 00:33:39 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.3: +3 -3 lines
Log Message:
Changed package structure from;
uk.ac.ukc.iscream.corbaservices
to;
uk.org.iscream.corbaservices

File Contents

# User Rev Content
1 tdb 1.1 # Include Config for corbaservices
2 tdb 1.4 # $Id: Config2.inc,v 1.3 2001/02/28 14:13:32 tdb1 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 = experimental/server/CorbaServices
15     # ****** These need to be set correctly ******
16 tdb 1.3
17     # This will attempt to locate cvs, and return the path.
18     CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi`
19 tdb 1.1
20     # Location of the build directory
21     BUILD = $(SOURCEROOT)/build
22     # Relative (to BUILD) location of the libraries
23     LIBDIR = $(BUILD)/lib
24     # Location of the main include
25     MKINC = $(SOURCEROOT)/Makefile.inc
26    
27     # Install Prefix
28     prefix = /usr/local/iscream-corbaservices
29     INSTALL = $(prefix)
30    
31     # cvsbuild temporary directory name
32     CVSBUILDTEMP = $(SOURCEROOT)/cvsbuildtemp
33     # cvsbuild default revision
34     rev = HEAD
35     REVISION = $(rev)
36    
37     ## Compiler Information
38     JCLIBS = $(LIBDIR)/jacorb.jar
39     JCCLASSPATH = $(JCLIBS):$(SOURCEROOT):.
40    
41     ## Package information
42    
43     # Name of archives
44     ARCNAME = iscream-corbaservices
45     TAREXT = .tar
46     TARGZEXT = .tar.gz
47     ZIPEXT = .zip
48    
49     TARFILE = $(ARCNAME)$(TAREXT)
50     TARGZFILE = $(ARCNAME)$(TARGZEXT)
51     ZIPFILE = $(ARCNAME)$(ZIPEXT)
52    
53     # Name of JAR file (will be created in BUILD)
54     PACKAGE = iscream-corbaservices.jar
55     # Main-class to be added to the Manifest
56 tdb 1.4 MAINCLASS = uk.org.iscream.corbaservices.CorbaServices
57 tdb 1.1 # Class-path to be added to the Manifest
58     CLPATH = lib/jacorb.jar
59    
60    
61     ## CHECK Files (for dependencies)
62     BUILDCHECK = $(SOURCEROOT)/.donebuild
63     COMPILECHECK = .donecompile
64     COPYCHECK = .donecopy
65    
66    
67     ## Javadoc package list
68 tdb 1.4 PKGLIST = uk.org.iscream.corbaservices
69 tdb 1.1
70     DOCDIR = doc