--- quicklook/tof/Makefile 2006/05/11 10:07:39 1.1.1.1 +++ quicklook/tof/Makefile 2014/01/17 15:10:34 1.4 @@ -1,6 +1,6 @@ # Flight quick look - FQLOOK # SOFTWARE VERSION -VER= v1r00 +VER= v1r01 # 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,7 +23,7 @@ # Here the variables used to override the standard make flags # C++ CXX=g++ -CXXFLAGS=-Wall +CXXFLAGS=-Wall ${PAM_BIT} # Here the variables definig the local directories DIRTOP=${shell pwd} DIRLIB=lib @@ -32,7 +32,7 @@ DIRDOC=doc DIRMACROS=macros # Here the PAMELA environmental variables to be checked -PAM_ENV= PAM_BIN_env PAM_LIB_env PAM_INC_env PAM_DOC_env PAM_MACROS_env PAM_CALIB_env PAM_YODA_env +PAM_ENV= PAM_BIN_env PAM_LIB_env PAM_INC_env PAM_DOC_env PAM_YODA_env # Here the local variables used to build the targets CXXEXESRCS=${DIRSRC}/TofScan.cpp