| 23 | 
 # Here the variables used to override the standard make flags | 
 # Here the variables used to override the standard make flags | 
| 24 | 
 # C | 
 # C | 
| 25 | 
 CC=gcc | 
 CC=gcc | 
| 26 | 
 #CFLAGS=-Wall -O -fPIC -pthread -g | 
 CFLAGS=-Wall -fPIC -pthread -g | 
| 27 | 
 CFLAGS=-Wall -O -fPIC -pthread | 
 #CFLAGS=-Wall -O4 -fPIC -pthread | 
| 28 | 
 # Enviroment: | 
 # Enviroment: | 
| 29 | 
 GCCVER=`gcc --version | head -1` | 
 GCCVER=`gcc --version | head -1` | 
| 30 | 
 UNAMEA=`uname -a` | 
 UNAMEA=`uname -a` | 
| 35 | 
 F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash | 
 F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash | 
| 36 | 
 # C++ | 
 # C++ | 
| 37 | 
 CXX=g++ | 
 CXX=g++ | 
| 38 | 
 #CXXFLAGS=-Wall -O -fPIC -pthread -g | 
 CXXFLAGS=-Wall -fPIC -pthread -g | 
| 39 | 
 CXXFLAGS=-Wall -O -fPIC -pthread | 
 #CXXFLAGS=-Wall -O4 -fPIC -pthread | 
| 40 | 
 # ROOTCINT | 
 # ROOTCINT | 
| 41 | 
 ROOTCINT=rootcint | 
 ROOTCINT=rootcint | 
| 42 | 
 # Here the variables definig the local directories | 
 # Here the variables definig the local directories | 
| 55 | 
 FSRCS=   | 
 FSRCS=   | 
| 56 | 
 FOBJS=$(FSRCS:${DIRSRC}/F77/%.f=${DIRLIB}/%.o) | 
 FOBJS=$(FSRCS:${DIRSRC}/F77/%.f=${DIRLIB}/%.o) | 
| 57 | 
 #------------------------------------------------- | 
 #------------------------------------------------- | 
| 58 | 
 CSRCS=    | 
 CSRCS=${DIRSRC}/Calib.cpp | 
| 59 | 
 COBJS=$(CSRCS:${DIRSRC}%.cpp=${DIRLIB}/%.o) | 
 COBJS=$(CSRCS:${DIRSRC}%.cpp=${DIRLIB}/%.o) | 
| 60 | 
 #------------------------------------------------- | 
 #------------------------------------------------- | 
| 61 | 
 # librerie utilizzabili da root (ci deve essere anche il ***LinkDef.h ) | 
 # librerie utilizzabili da root (ci deve essere anche il ***LinkDef.h ) | 
| 82 | 
  | 
  | 
| 83 | 
 #------------------------------------------------- | 
 #------------------------------------------------- | 
| 84 | 
 # eseguibile | 
 # eseguibile | 
| 85 | 
 CXXEXESRCS= | 
 CXXEXESRCS=${DIRSRC}/CaloCreateMatrix.cpp | 
| 86 | 
 CXXEXEOBJS=$(CXXEXESRCS:${DIRSRC}%.cpp=${DIRLIB}%.o) | 
 CXXEXEOBJS=$(CXXEXESRCS:${DIRSRC}%.cpp=${DIRLIB}%.o) | 
| 87 | 
 CXXEXELIBS:= | 
 CXXEXELIBS:=CaloCreateMatrix | 
| 88 | 
  | 
  | 
| 89 | 
 OTHERLIBS=${PAM_LIB}/libCaloLevel0.so ${PAM_LIB}/libCaloLevel1.so ${PAM_LIB}/libCaloLevel2.so ${PAM_LIB}/libCaloCore.so  ${PAM_LIB}/libcaloclasses.so | 
 OTHERLIBS=$(PAM_LIB)/libDarthVader.so $(PAM_LIB)/libPamLevel2.so | 
| 90 | 
 #------------------------------------------------- | 
 #------------------------------------------------- | 
| 91 | 
 # variabili per l'installazione | 
 # variabili per l'installazione | 
| 92 | 
 EXESRCS= | 
 EXESRCS=${DIRBIN}/CaloCreateMatrix | 
| 93 | 
 INCSRCS=${DIRINC}/CaloFranzini.h  | 
 INCSRCS=${DIRINC}/CaloFranzini.h  | 
| 94 | 
 MACROSSRCS= | 
 MACROSSRCS= | 
| 95 | 
 CALIBFILES= | 
 CALIBFILES= |