- Timestamp:
- 09/17/04 11:32:54 (20 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.