1 |
tdb |
1.1 |
# Include Config for corbaservices |
2 |
tdb |
1.2 |
# $Id: Config2.inc,v 1.1 2001/02/26 21:32:36 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 |
tdb |
1.2 |
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 |
|
|
# Relative (to BUILD) location of the libraries |
21 |
|
|
LIBDIR = $(BUILD)/lib |
22 |
|
|
# Location of the main include |
23 |
|
|
MKINC = $(SOURCEROOT)/Makefile.inc |
24 |
|
|
|
25 |
|
|
# Install Prefix |
26 |
|
|
prefix = /usr/local/iscream-corbaservices |
27 |
|
|
INSTALL = $(prefix) |
28 |
|
|
|
29 |
|
|
# cvsbuild temporary directory name |
30 |
|
|
CVSBUILDTEMP = $(SOURCEROOT)/cvsbuildtemp |
31 |
|
|
# cvsbuild default revision |
32 |
|
|
rev = HEAD |
33 |
|
|
REVISION = $(rev) |
34 |
|
|
|
35 |
|
|
## Compiler Information |
36 |
|
|
JCLIBS = $(LIBDIR)/jacorb.jar |
37 |
|
|
JCCLASSPATH = $(JCLIBS):$(SOURCEROOT):. |
38 |
|
|
|
39 |
|
|
## Package information |
40 |
|
|
|
41 |
|
|
# Name of archives |
42 |
|
|
ARCNAME = iscream-corbaservices |
43 |
|
|
TAREXT = .tar |
44 |
|
|
TARGZEXT = .tar.gz |
45 |
|
|
ZIPEXT = .zip |
46 |
|
|
|
47 |
|
|
TARFILE = $(ARCNAME)$(TAREXT) |
48 |
|
|
TARGZFILE = $(ARCNAME)$(TARGZEXT) |
49 |
|
|
ZIPFILE = $(ARCNAME)$(ZIPEXT) |
50 |
|
|
|
51 |
|
|
# Name of JAR file (will be created in BUILD) |
52 |
|
|
PACKAGE = iscream-corbaservices.jar |
53 |
|
|
# Main-class to be added to the Manifest |
54 |
|
|
MAINCLASS = uk.ac.ukc.iscream.corbaservices.CorbaServices |
55 |
|
|
# Class-path to be added to the Manifest |
56 |
|
|
CLPATH = lib/jacorb.jar |
57 |
|
|
|
58 |
|
|
|
59 |
|
|
## CHECK Files (for dependencies) |
60 |
|
|
BUILDCHECK = $(SOURCEROOT)/.donebuild |
61 |
|
|
COMPILECHECK = .donecompile |
62 |
|
|
COPYCHECK = .donecopy |
63 |
|
|
|
64 |
|
|
|
65 |
|
|
## Javadoc package list |
66 |
|
|
PKGLIST = uk.ac.ukc.iscream.corbaservices |
67 |
|
|
|
68 |
|
|
DOCDIR = doc |