--- calo/flight/CaloFranzini/Makefile 2007/12/18 09:55:02 1.3 +++ calo/flight/CaloFranzini/Makefile 2008/09/22 20:05:29 1.4 @@ -23,20 +23,20 @@ # Here the variables used to override the standard make flags # C CC=gcc -CFLAGS=-Wall -fPIC -pthread -g -#CFLAGS=-Wall -O4 -fPIC -pthread +#CFLAGS=-Wall -fPIC -pthread -g -m32 +CFLAGS=-Wall -O4 -fPIC -pthread -m32 # Enviroment: GCCVER=`gcc --version | head -1` UNAMEA=`uname -a` TODAY=`date` # F77 F77=g77 -#F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash -F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash +#F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash -m32 +F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash -m32 # C++ CXX=g++ -CXXFLAGS=-Wall -fPIC -pthread -g -#CXXFLAGS=-Wall -O4 -fPIC -pthread +#CXXFLAGS=-Wall -fPIC -pthread -g -m32 +CXXFLAGS=-Wall -O4 -fPIC -pthread -m32 # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories