- Timestamp:
- 09/17/04 11:32:54 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1
r3045 r5096 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.osf1,v $ 20 # $Revision: 1.1 0$21 # $Author: blanch$22 # $Date: 2004-0 2-06 17:40:41$20 # $Revision: 1.11 $ 21 # $Author: moralejo $ 22 # $Date: 2004-09-17 10:32:54 $ 23 23 ################################################################## 24 24 # @maintitle … … 47 47 INCLUDE_TRIGGER = ../include-MTrigger 48 48 INCLUDE_FADC = ../include-MFadc 49 INCLUDE_EVITA = ../../../include-Classes50 INCLUDE_EVITA_MC = ../../../include-Classes/MMcFormat51 INCLUDE_EVITA_RAW = ../../../include-Classes/MRawFormat52 INCLUDE_EVITA_BASE = ../../../include-Classes/MBase53 INCLUDE_MARS_MGEOM = ../../../include-Classes/mgeom54 INCLUDE_REFL = ../ReflectorII55 49 INCLUDE_STAR = ../StarResponse 56 50 INCLUDE_ROOT = ${ROOTSYS}/include 57 51 INCLUDE_CPLUS = /usr/include/cxx 52 53 INCLUDE_MARS_MBASE = ../../../Mars/mbase 54 INCLUDE_MARS_MGEOM = ../../../Mars/mgeom 55 INCLUDE_MARS_MGUI = ../../../Mars/mgui 56 INCLUDE_MARS_MC = ../../../Mars/mmc 57 INCLUDE_MARS_MRAW = ../../../Mars/mraw 58 58 59 59 OPTIM = -O2 -ieee -arch host -lpthread … … 62 62 # libraries 63 63 ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter -lThread 64 #ROOTLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \65 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \66 # -lMatrix -lPhysics -lm67 64 68 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread 69 #ROOTGLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \ 70 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \ 71 # -lMatrix -lPhysics -lGui -lm 65 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread -lMatrix -lPhysics -lGui -lm 72 66 73 67 ROOTVER = `root-config --version` … … 76 70 GLIBS = $(ROOTLIBS) $(ROOTGLIBS) 77 71 78 79 80 72 RANLIBDIR = ../lib 81 CERNDIR = /CERN82 73 83 74 # system
Note:
See TracChangeset
for help on using the changeset viewer.