- Timestamp:
- 02/06/04 17:44:49 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1
r1514 r3045 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.osf1,v $ 20 # $Revision: 1. 9$20 # $Revision: 1.10 $ 21 21 # $Author: blanch $ 22 # $Date: 200 2-09-04 10:06:54$22 # $Date: 2004-02-06 17:40:41 $ 23 23 ################################################################## 24 24 # @maintitle … … 57 57 INCLUDE_CPLUS = /usr/include/cxx 58 58 59 OPTIM = -ieee -arch host 60 #OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC 59 OPTIM = -O2 -ieee -arch host -lpthread 61 60 DEBUG = -g -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst 62 61 63 62 # libraries 64 ROOTLIBS = `root-config --libs` 63 ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter -lThread 65 64 #ROOTLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \ 66 65 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \ 67 66 # -lMatrix -lPhysics -lm 68 67 69 ROOTGLIBS = `root-config --glibs` 68 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread 70 69 #ROOTGLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \ 71 70 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
Note:
See TracChangeset
for help on using the changeset viewer.