--- PamelaDigitizer/Makefile 2009/05/05 14:17:46 1.15 +++ PamelaDigitizer/Makefile 2018/09/01 13:38:16 1.19 @@ -1,6 +1,6 @@ # PamelaDigitizer # SOFTWARE VERSION -VER= v3r05 +VER= v3r06 # An almost general purpouse Makefile for PAMELA repository # Let's start with some useful definition to make the echo colored RED='\E[1;31;40m' @@ -43,10 +43,11 @@ # Compilers settings ROOTCFLAGS =`root-config --cflags` ROOTLDFLAGS =`root-config --ldflags` -ROOTLIBS =`root-config --libs` -lHbook +ROOTLIBS =`root-config --libs` -lHbook -lminicern #CERNLIBS =`cernlib_noshift kernlib,packlib,genlib` CERNLIBS = -F77LIBS =-lg2c -lnsl +#F77LIBS =-lg2c -lnsl +F77LIBS =-lnsl SYSLIBS =-lm -ldl -rdynamic LD =g++ CXXFLAGS= -O3 -Wall -fPIC ${ROOTCFLAGS} ${PAM_BIT} @@ -116,7 +117,7 @@ mkverpath: @(${EGREEN} creating file DigitVersion.cxx; ${RESET}) - @echo '#include ' > DigitVersion.cxx; echo ' char *DigitizerInfo(bool print){ if ( print ) printf("\nPAMELA PamelaDigitizer version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> DigitVersion.cxx + @echo '#include ' > DigitVersion.cxx; echo ' const char *DigitizerInfo(bool print){ if ( print ) printf("\nPAMELA PamelaDigitizer version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> DigitVersion.cxx @sleep 1.2 clean: