--- PamelaDigitizer/Makefile 2007/12/05 13:02:51 1.5 +++ PamelaDigitizer/Makefile 2008/05/21 09:50:46 1.6 @@ -78,10 +78,10 @@ @${RESET} -Pamelagp2Digits: DigitVersion.o CRC.o calcrc.o Pamelagp2Digits.o Digitizer.o ${OBJS} ${DICO} +Pamelagp2Digits: DigitVersion.o CRC.o calcrc.o Pamelagp2Digits.o Digitizer.o DigitizeRunHeader.o DigitizeCalo.o DigitizeTOF.o DigitizeAC.o DigitizeS4.o DigitizeND.o Write.o DigitizeTRK.o ${OBJS} ${DICO} # @(${EWHITE} " Compiling Pamelagp2Digits... \n ") $(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} ${CERNLIBS} ${F77LIBS} ${SYSLIBS} ${PAM_LIB}/libGLTables.so ${PAM_LIB}/libsgp4.so ${PAM_YODA}/lib/libyoda.so -# ${RESET} + @rm -f *.o Digitizer: Digitizer.o ${OBJS} ${DICO} $(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} ${CERNLIBS} ${F77LIBS} ${SYSLIBS} @@ -110,6 +110,7 @@ @(${EGREEN} Removing object files .....) + @rm -f *~ @rm -f ${OBJS} ${DICO} *.o @echo Removing dependencies files ..... @rm -f ${DEPS} @@ -123,4 +124,3 @@ # @echo "TEST: copying the executable in the PAM_BIN directory"; @(${EGREEN} "copying the executable in the PAM_BIN directory"; ${RESET}) cp Pamelagp2Digits ${PAM_BIN}/. - cp TrigCalibParam.txt ${PAM_BIN}/.