--- DarthVader/TrackerLevel2/Makefile 2007/08/31 15:00:47 1.30 +++ DarthVader/TrackerLevel2/Makefile 2008/03/05 17:01:03 1.32 @@ -1,6 +1,6 @@ # Tracker flight analysis software # SOFTWARE VERSION -VER= v4r00 +VER= v5r00 DEBUG=0 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo @@ -25,7 +25,8 @@ # C CC=gcc #CFLAGS=-Wall -O -fPIC -pthread -g -CFLAGS=-Wall -O -fPIC -pthread +#CFLAGS=-Wall -O -fPIC -pthread +CFLAGS=-Wall -fPIC -pthread # Enviroment: GCCVER=`gcc --version | head -1` UNAMEA=`uname -a` @@ -39,7 +40,8 @@ #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=${DEBUG}' #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=0' #CXXFLAGS=-Wall -O -fPIC -pthread -fpermissive -CXXFLAGS=-Wall -O4 -fPIC -pthread +#CXXFLAGS=-Wall -O4 -fPIC -pthread +CXXFLAGS=-Wall -fPIC -pthread # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories @@ -139,7 +141,7 @@ CXXEXEOBJS=$(CXXEXESRCS:${DIRSRC}%.cpp=${DIRLIB}%.o) CXXEXELIBS:=TrackerLevel2 -OTHERLIBS=${PAM_LIB}/libGLTables.so ${DIRLIB}/libRunInfo.so +OTHERLIBS=${PAM_LIB}/libGLTables.so ${PAM_LIB}/libRunInfo.so SUBDIR=../RunInfo SUBINC=$(shell for dir in `echo ${SUBDIR}`; do echo -I$${dir}/inc; done)