ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/toolbox/cmsim
Revision: 1.5
Committed: Sat Apr 17 13:08:06 1999 UTC (26 years, 1 month ago) by williamc
Branch: MAIN
CVS Tags: V0_9
Branch point for: V0_9branch
Changes since 1.4: +6 -0 lines
Log Message:
Missing fortran flags fro Linux Added

File Contents

# User Rev Content
1 williamc 1.1 <Tool name=cmsim version=cms115 doctype=libtool.dtd>
2     <Environment name=CMS_VER value=cms115>Specifies the cmsim version</Environment>
3     <Environment name=CMS_SYS>Architecture flag to indicate the
4     location of the system architecture specific files. e.g sun4x_56</Environment>
5 williamc 1.4 <LIB name=cmsi>
6     <LIB name=detc>
7     <LIB name=reco>
8     <LIB name=detc>
9     <LIB name=trak>
10     <LIB name=fast>
11     <LIB name=cmsi>
12     <LIB name=detc>
13     <LIB name=jtrg>
14     <LIB name=trak>
15     <LIB name=hcal>
16     <LIB name=ecal>
17 williamc 1.1 <LIB name=detc>
18     <LIB name=ecal>
19 williamc 1.4 <LIB name=detc>
20     <LIB name=muon>
21     <LIB name=mrpc>
22     <LIB name=vcal>
23 williamc 1.1 <LIB name=util>
24 williamc 1.4 <LIB name=user>
25     <LIB name=kine>
26     <LIB name=szpk>
27     <LIB name=mttf>
28     <LIB name=geane>
29 williamc 1.1 <Client>
30     <Environment name=CMS_PATH>The top of the cmsim distribution</Environment>
31     <Environment name=CMS_DB>Location of Detector Geometry Description DataBase
32     </Environment>
33     <Environment name=LIBDIR default=$CMS_PATH/cmsim/$CMS_VER/lib/$CMS_SYS type=lib>
34     Library Location Directory
35     </Environment>
36     <Environment name=INCLUDE default=$CMS_PATH/cmsim/$CMS_VER/cmsim>cmsim Include
37     path.
38     </Environment>
39     <INCLUDE default="$CMS_PATH/cmsim/$CMS_VER/cmsim">
40     </Client>
41     <Environment name=CPPDEFINES value="CERNLIB_TYPE LOGTIT CMS_TYPE CMS_VERSION CMS_GV321 CMS_CMAIN CMS_CPP CMS_CZ CMS_BATCH">
42     These Values are rather project specific - will have to move them out of here
43     sooner or later
44     </Environment>
45 williamc 1.4 <Architecture name=SunOS__5>
46     <Environment name=CPPDEFINES value=CMS_SOLARIS>
47     </Environment>
48     </Architecture>
49 williamc 1.5 <Architecture name=Linux__2>
50     <Environment name=CPPDEFINES value=CMS_NOSTRUC G77>
51     </Environment>
52     <Environment name=FFLAGS value="-fno-second-underscore -fno-automatic -fdollar-ok">
53     </Environment>
54     </Architecture>
55 williamc 1.2 <External ref=geant version=98>
56     We need the geant library
57     </External>
58     <External ref=jetset version=98>
59 williamc 1.1 And jetset
60 williamc 1.2 </External>
61 williamc 1.3 <External ref=cern version=98>
62     And the rest of the cernlibs
63     </External>
64 williamc 1.1 </Tool>