--- PamelaDigitizer/Makefile 2008/10/15 14:03:21 1.12 +++ PamelaDigitizer/Makefile 2008/12/18 17:11:47 1.13 @@ -42,9 +42,10 @@ # Compilers settings ROOTCFLAGS =`root-config --cflags` -ROOTLDFLAGS =`root-config --ldflags` +ROOTLDFLAGS =`root-config --ldflags` ROOTLIBS =`root-config --libs` -lHbook -CERNLIBS =`cernlib_noshift kernlib,packlib,genlib` +#CERNLIBS =`cernlib_noshift kernlib,packlib,genlib` +CERNLIBS = F77LIBS =-lg2c -lnsl SYSLIBS =-lm -ldl -rdynamic LD =g++ @@ -92,7 +93,7 @@ @rm -f *.o Digitizer: Digitizer.o ${OBJS} ${DICO} - $(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} ${CERNLIBS} ${F77LIBS} ${SYSLIBS} + $(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} ${CERNLIBS} ${F77LIBS} ${SYSLIBS} depend: ${DEPS} @@ -134,6 +135,7 @@ @echo " Removing Pamelagp2Digits ....." @rm -f ${JUNK} @rm -f Pamelagp2Digits; ${RESET} + @touch DigitVersion.cxx install: # @echo "TEST: copying the executable in the PAM_BIN directory";