78 |
@${RESET} |
@${RESET} |
79 |
|
|
80 |
|
|
81 |
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} |
82 |
# @(${EWHITE} " Compiling Pamelagp2Digits... \n ") |
# @(${EWHITE} " Compiling Pamelagp2Digits... \n ") |
83 |
$(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} ${CERNLIBS} ${F77LIBS} ${SYSLIBS} ${PAM_LIB}/libGLTables.so ${PAM_LIB}/libsgp4.so ${PAM_YODA}/lib/libyoda.so |
$(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} ${CERNLIBS} ${F77LIBS} ${SYSLIBS} ${PAM_LIB}/libGLTables.so ${PAM_LIB}/libsgp4.so ${PAM_YODA}/lib/libyoda.so |
84 |
# ${RESET} |
@rm -f *.o |
85 |
|
|
86 |
Digitizer: Digitizer.o ${OBJS} ${DICO} |
Digitizer: Digitizer.o ${OBJS} ${DICO} |
87 |
$(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} ${CERNLIBS} ${F77LIBS} ${SYSLIBS} |
$(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} ${CERNLIBS} ${F77LIBS} ${SYSLIBS} |
110 |
|
|
111 |
|
|
112 |
@(${EGREEN} Removing object files .....) |
@(${EGREEN} Removing object files .....) |
113 |
|
@rm -f *~ |
114 |
@rm -f ${OBJS} ${DICO} *.o |
@rm -f ${OBJS} ${DICO} *.o |
115 |
@echo Removing dependencies files ..... |
@echo Removing dependencies files ..... |
116 |
@rm -f ${DEPS} |
@rm -f ${DEPS} |
124 |
# @echo "TEST: copying the executable in the PAM_BIN directory"; |
# @echo "TEST: copying the executable in the PAM_BIN directory"; |
125 |
@(${EGREEN} "copying the executable in the PAM_BIN directory"; ${RESET}) |
@(${EGREEN} "copying the executable in the PAM_BIN directory"; ${RESET}) |
126 |
cp Pamelagp2Digits ${PAM_BIN}/. |
cp Pamelagp2Digits ${PAM_BIN}/. |
|
cp TrigCalibParam.txt ${PAM_BIN}/. |
|