/[PAMELA software]/PamelaDigitizer/Makefile
ViewVC logotype

Diff of /PamelaDigitizer/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by silvio, Wed Dec 5 13:02:51 2007 UTC revision 1.6 by pamelats, Wed May 21 09:50:46 2008 UTC
# Line 78  all: mkverpath Pamelagp2Digits Line 78  all: mkverpath Pamelagp2Digits
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}
# Line 110  clean: Line 110  clean:
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}
# Line 123  install: Line 124  install:
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}/.  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23