Changeset 5096 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 09/17/04 11:32:54 (20 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/Camera
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.Linux
r5072 r5096 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.Linux,v $ 20 # $Revision: 1. 8$20 # $Revision: 1.9 $ 21 21 # $Author: moralejo $ 22 # $Date: 2004-09-1 6 15:16:34 $22 # $Date: 2004-09-17 10:32:54 $ 23 23 ################################################################## 24 24 # @maintitle … … 46 46 INCLUDE_TRIGGER = ../include-MTrigger 47 47 INCLUDE_FADC = ../include-MFadc 48 INCLUDE_EVITA = ../../../include-Classes49 INCLUDE_EVITA_MC = ../../../include-Classes/MMcFormat50 INCLUDE_EVITA_RAW = ../../../include-Classes/MRawFormat51 INCLUDE_EVITA_BASE = ../../../include-Classes/MBase52 INCLUDE_MARS_MGEOM = ../../../include-Classes/mgeom53 INCLUDE_REFL = ../ReflectorII54 48 INCLUDE_STAR = ../StarResponse 55 49 INCLUDE_ROOT = ${ROOTSYS}/include 56 50 INCLUDE_CPLUS = /usr/include/g++ 57 51 52 INCLUDE_MARS_MBASE = ../../../Mars/mbase 53 INCLUDE_MARS_MGEOM = ../../../Mars/mgeom 54 INCLUDE_MARS_MGUI = ../../../Mars/mgui 55 INCLUDE_MARS_MC = ../../../Mars/mmc 56 INCLUDE_MARS_MRAW = ../../../Mars/mraw 57 58 58 59 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual -Wno-deprecated 60 59 61 DEBUG = -g 60 62 … … 63 65 ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter -lThread 64 66 65 # -L/CERN/root/lib -lNew -lCore -lCint -lHist \66 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \67 # -lMatrix -lPhysics -lm68 69 67 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread 70 71 # 0-L/CERN/root/lib -lNew -lCore -lCint -lHist \72 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \73 # -lMatrix -lPhysics -lGui -lm74 75 GLIBS = $(ROOTLIBS) $(ROOTGLIBS)76 68 77 69 ROOTVER = `root-config --version` 78 70 ROOTCFLAGS= `root-config --cflags` 79 71 72 GLIBS = $(ROOTLIBS) $(ROOTGLIBS) 73 74 # 75 # AM TEST: to compile statically uncomments lines below (you need root 76 # to be compiled statically too!): 77 # Be aware that you have to put -L/your_root_path/lib 78 #ROOTLIBS = 79 #ROOTGLIBS = 80 #GLIBS = -static -L/cern/root/root/lib -lRoot -lpthread -lm -ldl 81 # 80 82 81 83 RANLIBDIR = ../lib 82 CERNDIR = /cern83 84 84 85 # system … … 93 94 ##EOF 94 95 96 97 -
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux
r5072 r5096 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.linux,v $ 20 # $Revision: 1. 5$20 # $Revision: 1.6 $ 21 21 # $Author: moralejo $ 22 # $Date: 2004-09-1 6 15:16:34 $22 # $Date: 2004-09-17 10:32:54 $ 23 23 ################################################################## 24 24 # @maintitle … … 46 46 INCLUDE_TRIGGER = ../include-MTrigger 47 47 INCLUDE_FADC = ../include-MFadc 48 INCLUDE_EVITA = ../../../include-Classes49 INCLUDE_EVITA_MC = ../../../include-Classes/MMcFormat50 INCLUDE_EVITA_RAW = ../../../include-Classes/MRawFormat51 INCLUDE_EVITA_BASE = ../../../include-Classes/MBase52 INCLUDE_MARS_MGEOM = ../../../include-Classes/mgeom53 INCLUDE_REFL = ../ReflectorII54 48 INCLUDE_STAR = ../StarResponse 55 49 INCLUDE_ROOT = ${ROOTSYS}/include 56 50 INCLUDE_CPLUS = /usr/include/g++ 57 51 58 #OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC 52 INCLUDE_MARS_MBASE = ../../../Mars/mbase 53 INCLUDE_MARS_MGEOM = ../../../Mars/mgeom 54 INCLUDE_MARS_MGUI = ../../../Mars/mgui 55 INCLUDE_MARS_MC = ../../../Mars/mmc 56 INCLUDE_MARS_MRAW = ../../../Mars/mraw 57 59 58 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual -Wno-deprecated 60 61 59 DEBUG = -g 62 60 … … 65 63 ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter -lThread 66 64 67 # -L/CERN/root/lib -lNew -lCore -lCint -lHist \ 68 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \ 69 # -lMatrix -lPhysics -lm 70 71 ROOTGLIBS = `root-config --glibs` -lThread -lMinuit -lHistPainter -lThread 72 73 # 0-L/CERN/root/lib -lNew -lCore -lCint -lHist \ 74 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \ 75 # -lMatrix -lPhysics -lGui -lm 65 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread 76 66 77 67 ROOTVER = `root-config --version` 78 68 ROOTCFLAGS= `root-config --cflags` 79 69 70 GLIBS = $(ROOTLIBS) $(ROOTGLIBS) 80 71 81 GLIBS = $(ROOTLIBS) $(ROOTGLIBS) 72 RANLIBDIR = ../lib 82 73 83 74 # … … 89 80 #GLIBS = -static -L/cern/root/root/lib -lRoot -lpthread -lm -ldl 90 81 # 91 92 RANLIBDIR = ../lib93 CERNDIR = /cern94 82 95 83 # system -
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux-gnu
r5072 r5096 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.linux-gnu,v $ 20 # $Revision: 1. 9$20 # $Revision: 1.10 $ 21 21 # $Author: moralejo $ 22 # $Date: 2004-09-1 6 15:16:34 $22 # $Date: 2004-09-17 10:32:54 $ 23 23 ################################################################## 24 24 # @maintitle … … 46 46 INCLUDE_TRIGGER = ../include-MTrigger 47 47 INCLUDE_FADC = ../include-MFadc 48 INCLUDE_EVITA = ../../../include-Classes49 INCLUDE_EVITA_MC = ../../../include-Classes/MMcFormat50 INCLUDE_EVITA_RAW = ../../../include-Classes/MRawFormat51 INCLUDE_EVITA_BASE = ../../../include-Classes/MBase52 INCLUDE_MARS_MGEOM = ../../../include-Classes/mgeom53 INCLUDE_REFL = ../ReflectorII54 48 INCLUDE_STAR = ../StarResponse 55 49 INCLUDE_ROOT = ${ROOTSYS}/include 56 50 INCLUDE_CPLUS = /usr/include/g++ 51 52 INCLUDE_MARS_MBASE = ../../../Mars/mbase 53 INCLUDE_MARS_MGEOM = ../../../Mars/mgeom 54 INCLUDE_MARS_MGUI = ../../../Mars/mgui 55 INCLUDE_MARS_MC = ../../../Mars/mmc 56 INCLUDE_MARS_MRAW = ../../../Mars/mraw 57 57 58 58 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual -Wno-deprecated … … 63 63 ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter -lThread 64 64 65 # -L/CERN/root/lib -lNew -lCore -lCint -lHist \66 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \67 # -lMatrix -lPhysics -lm68 69 65 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread 70 71 # -L/CERN/root/lib -lNew -lCore -lCint -lHist \72 # -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \73 # -lMatrix -lPhysics -lGui -lm74 75 GLIBS = $(ROOTLIBS) $(ROOTGLIBS)76 66 77 67 ROOTVER = `root-config --version` 78 68 ROOTCFLAGS= `root-config --cflags` 79 69 70 GLIBS = $(ROOTLIBS) $(ROOTGLIBS) 80 71 81 72 RANLIBDIR = ../lib 82 CERNDIR = /cern83 73 84 74 # system -
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.