--- PamelaDigitizer/Makefile 2009/08/11 14:56:31 1.17 +++ 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,11 +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 =--lnsl +F77LIBS =-lnsl SYSLIBS =-lm -ldl -rdynamic LD =g++ CXXFLAGS= -O3 -Wall -fPIC ${ROOTCFLAGS} ${PAM_BIT}