ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/corbaservices/Config2.inc
Revision: 1.5
Committed: Mon Mar 26 21:49:39 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.4: +5 -1 lines
Log Message:
Our logo is now on the javadoc pages.

File Contents

# Content
1 # Include Config for corbaservices
2 # $Id: Config2.inc,v 1.4 2001/03/15 00:33:39 tdb1 Exp $
3
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
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
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 MAINCLASS = uk.org.iscream.corbaservices.CorbaServices
57 # 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 PKGLIST = uk.org.iscream.corbaservices
69
70 ## Javadoc formatting
71 JDTITLE = "i-scream corbaservices"
72 JDHEADER = "<img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>"
73
74 DOCDIR = doc