ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Config2.inc
(Generate patch)

Comparing projects/cms/source/server/Config2.inc (file contents):
Revision 1.32 by tdb, Tue Feb 4 22:41:47 2003 UTC vs.
Revision 1.35 by tdb, Wed Feb 5 22:17:56 2003 UTC

# Line 15 | Line 15 | CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs
15   # and the same for cvs2cl
16   CVS2CL = `if test -x /usr/bin/cvs2cl; then echo /usr/bin/cvs2cl; else if test -x /usr/local/bin/cvs2cl; then echo /usr/local/bin/cvs2cl; else echo cvs2cl; fi fi`
17   # and flags for cvs2cl
18 < CVS2CLFLAGS = --stdout -r -t -w -S -g "-d $(CVSROOT)" -g "-q"
18 > CVS2CLFLAGS = --stdout --no-wrap -r -t -w -S -g "-d $(CVSROOT)" -g "-q"
19  
20   # and the same for gpg
21   GPG = `if test -x /usr/bin/gpg; then echo /usr/bin/gpg; else if test -x /usr/local/bin/gpg; then echo /usr/local/bin/gpg; else echo gpg; fi fi`
# Line 38 | Line 38 | IDLDIR = $(SOURCEROOT)/idl
38   IDLFILE = $(IDLDIR)/iscream.idl
39  
40   # Compiler Information
41 < JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/crimson.jar:$(LIBDIR)/mm.mysql-2.0.11-bin.jar:$(LIBDIR)/pircbot.jar
41 > JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/crimson.jar:$(LIBDIR)/mm.mysql-2.0.11-bin.jar:$(LIBDIR)/pircbot.jar:$(LIBDIR)/iscream_util.jar
42   JCCLASSPATH = $(JCLIBS):$(SOURCEROOT):$(BUILD):$(SOURCEROOT)/idl:.
43   # set JCFLAGS to these if you want to optimise and turn off debugging
44   #JCFLAGS = -g:none -O
# Line 50 | Line 50 | UTILPACKAGE = iscream_util.jar
50   # Main-class to be added to the Manifest
51   MAINCLASS = uk.org.iscream.cms.server.componentmanager.ComponentManager
52   # Class-path to be added to the Manifest
53 < CLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.11-bin.jar lib/crimson.jar lib/pircbot.jar
53 > CLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.11-bin.jar lib/crimson.jar lib/pircbot.jar lib/iscream_util.jar
54  
55   # CHECK Files (for dependencies)
56   IDLCHECK = $(SOURCEROOT)/idl/.doneidl
# Line 111 | Line 111 | SRCFILES = Config2.inc Makefile Makefile.inc README bu
111  
112   # User configurable options - defaults
113   dest = $(BUILD)
114 < prefix = /usr/local/$(DISTNAME)
114 > prefix = /opt/$(DISTNAME)-$(VERSION)
115  
116   # Install Prefix
117 < INSTALL = $(prefix)
117 > INSTALLPREFIX = $(prefix)
118   DISTDEST = $(dest)
119  
120   # Archive extensions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines