--- calo/flight/CaloProfile/Makefile 2008/09/23 07:52:34 1.3 +++ calo/flight/CaloProfile/Makefile 2008/12/18 21:05:51 1.4 @@ -1,6 +1,6 @@ -# Calorimeter Hough transform plugin +# Calorimeter profile plugin # SOFTWARE VERSION -VER= v2r00 +VER= v3r00 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo RED='\E[1;31;40m' @@ -24,7 +24,7 @@ # C CC=gcc #CFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} -CFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT} +CFLAGS=-Wall -O3 -fPIC -pthread ${PAM_BIT} # Enviroment: GCCVER=`gcc --version | head -1` UNAMEA=`uname -a` @@ -36,7 +36,7 @@ # C++ CXX=g++ #CXXFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} -CXXFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT} +CXXFLAGS=-Wall -O3 -fPIC -pthread ${PAM_BIT} # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories