33 |
|
|
34 |
|
## Compiler Information |
35 |
|
JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar |
36 |
< |
JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):. |
36 |
> |
##### Added $(SERVERROOT)/idl - this may not be a good thing, but it helps dependencies. |
37 |
> |
JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):$(SERVERROOT)/idl:. |
38 |
|
|
39 |
|
## Package information |
40 |
|
|
50 |
|
|
51 |
|
# Name of JAR file (will be created in BUILD) |
52 |
|
PACKAGE = iscream.jar |
53 |
+ |
UTILPACKAGE = iscream-util.jar |
54 |
|
# Main-class to be added to the Manifest |
55 |
|
MAINCLASS = uk.ac.ukc.iscream.componentmanager.ComponentManager |
56 |
|
# Class-path to be added to the Manifest |
61 |
|
IDLCHECK = $(SERVERROOT)/.doneidl |
62 |
|
BUILDCHECK = $(SERVERROOT)/.donebuild |
63 |
|
COMPILECHECK = .donecompile |
64 |
+ |
|
65 |
+ |
|
66 |
+ |
## Javadoc package list |
67 |
+ |
PKGLIST = uk.ac.ukc.iscream.clientinterface uk.ac.ukc.iscream.componentmanager\ |
68 |
+ |
uk.ac.ukc.iscream.core uk.ac.ukc.iscream.core.loggers\ |
69 |
+ |
uk.ac.ukc.iscream.dbinterface uk.ac.ukc.iscream.filter\ |
70 |
+ |
uk.ac.ukc.iscream.filter.plugins uk.ac.ukc.iscream.filtermanager\ |
71 |
+ |
uk.ac.ukc.iscream.rootfilter uk.ac.ukc.iscream.util |
72 |
+ |
|
73 |
+ |
DOCDIR = doc |
74 |
+ |
DOCTMPDIR = doctemp |