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

Comparing projects/cms/source/util/Config2.inc (file contents):
Revision 1.1 by tdb, Wed Feb 5 14:27:58 2003 UTC vs.
Revision 1.5 by tdb, Sun Feb 16 20:35:59 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 36 | Line 36 | MKINC = $(SOURCEROOT)/Makefile.inc
36  
37   # Compiler Information
38   JCLIBS = $(LIBDIR)/jaxp.jar:$(LIBDIR)/crimson.jar
39 < JCCLASSPATH = $(JCLIBS):$(SOURCEROOT):$(BUILD):$(SOURCEROOT)/idl:.
39 > JCCLASSPATH = $(JCLIBS):$(SOURCEROOT):$(BUILD):.
40   # set JCFLAGS to these if you want to optimise and turn off debugging
41   #JCFLAGS = -g:none -O
42   JCFLAGS =
# Line 63 | Line 63 | PKGLIST = uk.org.iscream.cms.util
63   # Javadoc formatting
64   JDTITLE = "i-scream CMS util"
65   JDHEADER = "<img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>"
66 < JDBOTTOM = "<i>Copyright &\#169; 2000-2002 i-scream. All Rights Reserved.</i>"
66 > JDBOTTOM = "<i>Copyright &\#169; 2000-2003 i-scream. All Rights Reserved.</i>"
67  
68   # Javadoc Directories
69   DOCDIR = $(BUILD)/doc
# Line 71 | Line 71 | DOCTMPDIR = $(BUILD)/.doctemp
71   APICACHE = $(SOURCEROOT)/.api-cache
72  
73   # Javadoc API linking
74 < JDJAPI = "http://java.sun.com/j2se/1.3/docs/api/"
74 > JDJAPI = "http://java.sun.com/j2se/1.4.1/docs/api/"
75  
76   # Javadoc API cache
77   JDJAPIC = $(APICACHE)/jdk
# Line 86 | Line 86 | SRCFILES = Config2.inc Makefile Makefile.inc Version.i
86             configure uk COPYING $(BUILDDIRNAME)/README \
87             $(BUILDDIRNAME)/lib $(BUILDDIRNAME)/Makefile
88  
89 + # License file
90 + LICFILE = COPYING
91 +
92   # User configurable options - defaults
93   dest = $(BUILD)
94 + prefix = /opt/$(DISTNAME)-$(VERSION)
95  
96 < # Distribution directory
96 > # Install Prefix
97 > INSTALLPREFIX = $(prefix)
98   DISTDEST = $(dest)
99  
100   # Archive extensions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines