Changeset 441
- Timestamp:
- 10/25/00 10:13:24 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1
r400 r441 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.osf1,v $ 20 # $Revision: 1. 2$21 # $Author: MagicSol $22 # $Date: 2000- 06-07 11:20:05$20 # $Revision: 1.3 $ 21 # $Author: magicsol $ 22 # $Date: 2000-10-25 09:13:24 $ 23 23 ################################################################## 24 24 # @maintitle … … 40 40 # includes 41 41 42 ROOTSYS = `root-config --prefix` 42 43 INCLUDE = ../include-GENERAL 43 44 INCLUDE_COR = ../include-CORSIKA … … 55 56 56 57 # libraries 58 ROOTLIBS = `root-config --libs` 59 #ROOTLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \ 60 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \ 61 # -lMatrix -lPhysics -lm 57 62 58 ROOTLIBS = -L/CERN/root/lib -lNew -lCore -lCint -lHist \ 59 -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \ 60 -lMatrix -lPhysics -lm 61 62 ROOTGLIBS = -L/CERN/root/lib -lNew -lCore -lCint -lHist \ 63 -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \ 64 -lMatrix -lPhysics -lGui -lm 63 ROOTGLIBS = `root-config --glibs` 64 #ROOTGLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \ 65 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \ 66 # -lMatrix -lPhysics -lGui -lm 65 67 66 68 GLIBS = $(ROOTLIBS) $(ROOTGLIBS) … … 69 71 70 72 RANLIBDIR = ../lib 71 CERNDIR = / cern72 73 CERNDIR = /CERN 74 73 75 # system 74 76
Note:
See TracChangeset
for help on using the changeset viewer.