- 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
r2963 r3045 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.linux,v $ 20 # $Revision: 1. 3$20 # $Revision: 1.4 $ 21 21 # $Author: blanch $ 22 # $Date: 2004-0 1-30 09:52:59$22 # $Date: 2004-02-06 17:39:51 $ 23 23 ################################################################## 24 24 # @maintitle … … 56 56 INCLUDE_CPLUS = /usr/include/g++ 57 57 58 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC 58 # OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC 59 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual 59 60 DEBUG = -g 60 61 61 62 # libraries 62 63 63 ROOTLIBS = `root-config --libs` 64 ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter -lThread 64 65 65 66 # -L/CERN/root/lib -lNew -lCore -lCint -lHist \ … … 67 68 # -lMatrix -lPhysics -lm 68 69 69 ROOTGLIBS = `root-config --glibs` 70 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread 70 71 71 72 # 0-L/CERN/root/lib -lNew -lCore -lCint -lHist \ 72 73 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \ 73 74 # -lMatrix -lPhysics -lGui -lm 75 76 ROOTVER = `root-config --version` 77 ROOTCFLAGS= `root-config --cflags` 78 74 79 75 80 GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
Note:
See TracChangeset
for help on using the changeset viewer.