22 |
|
# Location of the main include |
23 |
|
MKINC = $(SERVERROOT)/Makefile.inc |
24 |
|
|
25 |
+ |
# Install Prefix |
26 |
+ |
prefix = /usr/local/proj/co600_10/iscream-server |
27 |
+ |
INSTALL = $(prefix) |
28 |
|
|
29 |
|
## Compiler Information |
30 |
|
JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar |
31 |
|
JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):. |
32 |
|
|
33 |
< |
## JAR information |
33 |
> |
## Package information |
34 |
|
|
35 |
+ |
# Name of tar archive (will be gzipped afterwards) |
36 |
+ |
TARFILE = iscream.tar |
37 |
+ |
TARGZFILE = iscream.tar.gz |
38 |
+ |
ZIPFILE = iscream.zip |
39 |
+ |
|
40 |
|
# Name of JAR file (will be created in BUILD) |
41 |
|
PACKAGE = iscream.jar |
42 |
|
# Main-class to be added to the Manifest |
43 |
|
MAINCLASS = uk.ac.ukc.iscream.core.Core |
44 |
|
# Class-path to be added to the Manifest |
45 |
|
CLPATH = $(LIBDIR)/idl.jar $(LIBDIR)/jacorb.jar $(LIBDIR)/jaxp.jar $(LIBDIR)/parser.jar |
38 |
– |
|
39 |
– |
|
40 |
– |
## IDL information |
41 |
– |
|
42 |
– |
# Location IDL files will be checked out to |
43 |
– |
IDLFILES = $(SERVERROOT)/idl/uk |
46 |
|
|
47 |
|
|
48 |
|
## CHECK Files (for dependencies) |