--- quicklook/calo/FQLOOK/Makefile 2006/03/22 13:59:51 1.6 +++ quicklook/calo/FQLOOK/Makefile 2008/09/23 08:04:51 1.26 @@ -1,6 +1,6 @@ # Flight quick look - FQLOOK # SOFTWARE VERSION -VER= v1r04 +VER= v1r23 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo RED='\E[1;31;40m' @@ -23,17 +23,17 @@ # Here the variables used to override the standard make flags # C CC=gcc -CFLAGS=-Wall +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 +F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash ${PAM_BIT} # C++ CXX=g++ -CXXFLAGS=-Wall +CXXFLAGS=-Wall -O4 -fPIC -pthread ${PAM_BIT} # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories