- Timestamp:
- 02/06/04 17:44:49 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.Linux
r1513 r3045 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.Linux,v $ 20 # $Revision: 1. 6$20 # $Revision: 1.7 $ 21 21 # $Author: blanch $ 22 # $Date: 200 2-09-04 10:03:03$22 # $Date: 2004-02-06 17:40:10 $ 23 23 ################################################################## 24 24 # @maintitle … … 56 56 INCLUDE_CPLUS = /usr/include/g++ 57 57 58 OPTIM = -O 2 -Wall -fno-rtti -fno-exceptions -fPIC58 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual 59 59 DEBUG = -g 60 60 61 61 # libraries 62 62 63 ROOTLIBS = `root-config --libs` 63 ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter -lThread 64 64 65 65 # -L/CERN/root/lib -lNew -lCore -lCint -lHist \ … … 67 67 # -lMatrix -lPhysics -lm 68 68 69 ROOTGLIBS = `root-config --glibs` 69 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread 70 70 71 71 # 0-L/CERN/root/lib -lNew -lCore -lCint -lHist \ … … 75 75 GLIBS = $(ROOTLIBS) $(ROOTGLIBS) 76 76 77 ROOTVER = `root-config --version` 78 ROOTCFLAGS= `root-config --cflags` 77 79 78 80
Note:
See TracChangeset
for help on using the changeset viewer.