- 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-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
Note:
See TracChangeset
for help on using the changeset viewer.