| 42 | 
  | 
  | 
| 43 | 
 # Compilers settings | 
 # Compilers settings | 
| 44 | 
 ROOTCFLAGS  =`root-config --cflags` | 
 ROOTCFLAGS  =`root-config --cflags` | 
| 45 | 
 ROOTLDFLAGS =`root-config --ldflags` | 
 ROOTLDFLAGS =`root-config --ldflags`  | 
| 46 | 
 ROOTLIBS    =`root-config --libs` -lHbook | 
 ROOTLIBS    =`root-config --libs` -lHbook | 
| 47 | 
 CERNLIBS    =`cernlib_noshift kernlib,packlib,genlib` | 
 #CERNLIBS    =`cernlib_noshift kernlib,packlib,genlib` | 
| 48 | 
  | 
 CERNLIBS    = | 
| 49 | 
 F77LIBS     =-lg2c -lnsl | 
 F77LIBS     =-lg2c -lnsl | 
| 50 | 
 SYSLIBS     =-lm -ldl -rdynamic | 
 SYSLIBS     =-lm -ldl -rdynamic | 
| 51 | 
 LD          =g++ | 
 LD          =g++ | 
| 93 | 
         @rm -f *.o | 
         @rm -f *.o | 
| 94 | 
  | 
  | 
| 95 | 
 Digitizer: Digitizer.o ${OBJS} ${DICO} | 
 Digitizer: Digitizer.o ${OBJS} ${DICO} | 
| 96 | 
         $(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} ${CERNLIBS} ${F77LIBS} ${SYSLIBS}  | 
         $(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} ${CERNLIBS} ${F77LIBS} ${SYSLIBS} | 
| 97 | 
  | 
  | 
| 98 | 
 depend: ${DEPS} | 
 depend: ${DEPS} | 
| 99 | 
  | 
  | 
| 135 | 
         @echo " Removing Pamelagp2Digits ....." | 
         @echo " Removing Pamelagp2Digits ....." | 
| 136 | 
         @rm -f ${JUNK} | 
         @rm -f ${JUNK} | 
| 137 | 
         @rm -f Pamelagp2Digits; ${RESET} | 
         @rm -f Pamelagp2Digits; ${RESET} | 
| 138 | 
  | 
         @touch DigitVersion.cxx | 
| 139 | 
  | 
  | 
| 140 | 
 install: | 
 install: | 
| 141 | 
 #       @echo "TEST: copying the executable in the PAM_BIN directory";  | 
 #       @echo "TEST: copying the executable in the PAM_BIN directory";  |