--- projects/cms/source/server/Config2.inc 2000/12/12 12:35:37 1.1.2.5 +++ projects/cms/source/server/Config2.inc 2000/12/12 20:14:52 1.1.2.6 @@ -1,5 +1,5 @@ # Include Config for the server -# $Id: Config2.inc,v 1.1.2.5 2000/12/12 12:35:37 tdb Exp $ +# $Id: Config2.inc,v 1.1.2.6 2000/12/12 20:14:52 tdb Exp $ ## ## Only the first two need changing here, the rest are just information @@ -22,12 +22,20 @@ LIBDIR = $(BUILD)/lib # Location of the main include MKINC = $(SERVERROOT)/Makefile.inc +# Install Prefix +prefix = /usr/local/proj/co600_10/iscream-server +INSTALL = $(prefix) ## Compiler Information JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):. -## JAR information +## Package information + +# Name of tar archive (will be gzipped afterwards) +TARFILE = iscream.tar +TARGZFILE = iscream.tar.gz +ZIPFILE = iscream.zip # Name of JAR file (will be created in BUILD) PACKAGE = iscream.jar