--- calo/flight/FQLOOK/Makefile 2008/09/22 20:12:24 1.25 +++ calo/flight/FQLOOK/Makefile 2008/09/23 08:04:51 1.26 @@ -23,17 +23,17 @@ # Here the variables used to override the standard make flags # C CC=gcc -CFLAGS=-Wall -O4 -fPIC -pthread -m32 +CFLAGS=-Wall -O4 -fPIC -pthread ${PAM_BIT} # 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 -m32 +F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash ${PAM_BIT} # C++ CXX=g++ -CXXFLAGS=-Wall -O4 -fPIC -pthread -m32 +CXXFLAGS=-Wall -O4 -fPIC -pthread ${PAM_BIT} # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories