--- quicklook/trigger/Makefile 2006/05/11 10:07:39 1.1.1.1 +++ quicklook/trigger/Makefile 2014/01/17 15:10:47 1.3 @@ -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} # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories @@ -64,10 +64,10 @@ # Here the local variables used to build the targets -CXXEXESRCS=${DIRSRC}/TriggerScan.cpp +CXXEXESRCS=${DIRSRC}/TriggerScanBasic.cpp ${DIRSRC}/TriggerScanExpert.cpp CXXEXEOBJS=$(CXXEXESRCS:${DIRSRC}%.cpp=${DIRLIB}%.o) CXXEXELIBS=$(CXXEXESRCS:${DIRSRC}/%.cpp=%) -EXESRCS= ${DIRBIN}/TriggerScan +EXESRCS= ${DIRBIN}/TriggerScanBasic ${DIRBIN}/TriggerScanExpert # Here the Variables used for info target PACKAGE=Trigger flight quick look software