ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/ihost-perl/Config.inc
Revision: 1.2
Committed: Mon Jun 11 14:00:31 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
The location in CVS has changed... all CMS source is now under the cms
module.

File Contents

# User Rev Content
1 tdb 1.1 # Include Config for the ihost
2 tdb 1.2 # $Id: Config.inc,v 1.1 2001/02/28 16:41:04 tdb1 Exp $
3 tdb 1.1
4     ##
5     ## Only the first section needs changing here, the rest are just information
6     ##
7    
8     ## File and Path Locations
9    
10     # ****** These need to be set correctly ******
11     # Location of the CVS Repository Root
12     CVSROOT = /usr/local/proj/co600_10/cvs
13 tdb 1.2 CVSMODULE = cms/source/host
14 tdb 1.1 CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi`
15     # ****** These need to be set correctly ******
16    
17     # Further CVS information
18     IHOST = ihost
19     STATGRAB = generic
20     IHOSTMODULE = $(CVSMODULE)/$(IHOST)
21     STATGRABMODULE = $(CVSMODULE)/$(STATGRAB)
22    
23     # Location of build directory
24     BUILDDIR = build
25    
26     # cvsbuild temporary directory name
27     CVSBUILDTEMP = cvsbuildtemp
28     # cvsbuild default revision
29     rev = HEAD
30     REVISION = $(rev)
31    
32     # archive names
33     ARCNAME = iscream-ihost
34     TAREXT = .tar
35     TARGZEXT = .tar.gz
36     TARFILE = $(ARCNAME)$(TAREXT)
37     TARGZFILE = $(ARCNAME)$(TARGZEXT)