/[PAMELA software]/DarthVader/Makefile
ViewVC logotype

Diff of /DarthVader/Makefile

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

revision 1.58 by pam-fi, Thu Feb 27 11:24:41 2014 UTC revision 1.70 by mocchiutti, Tue Sep 16 19:47:29 2014 UTC
# Line 1  Line 1 
1  # DarthVader flight analysis software  # DarthVader flight analysis software
2  # SOFTWARE VERSION IS  # SOFTWARE VERSION IS
3  VER= v10r05  VER= v10r18
4  #  #
5  include Make.def  include Make.def
6  #CERNLIB  #CERNLIB
# Line 367  dest=$${i/$${wv}/}; \ Line 367  dest=$${i/$${wv}/}; \
367  ${EYELLOW} " Copying directory: "${WHITE} ${ORIGIN}/$${i##/*/} ;\  ${EYELLOW} " Copying directory: "${WHITE} ${ORIGIN}/$${i##/*/} ;\
368  ${EYELLOW} "          to: "${WHITE} ${PAM_CALIB} ; ${RESET}; \  ${EYELLOW} "          to: "${WHITE} ${PAM_CALIB} ; ${RESET}; \
369  cp -rf ${ORIGIN}/$${i##/*/} ${PAM_CALIB}; \  cp -rf ${ORIGIN}/$${i##/*/} ${PAM_CALIB}; \
370  done  done; \
371    ${EYELLOW} " Extracting mask directories into: "${WHITE} ${PAM_CALIB}/trk-param ; ${RESET}; \
372    cd  ${PAM_CALIB}/trk-param/ ;\
373    tar jxf mask_param.tar.bz2; \
374    rm -rf mask_param.tar.bz2; \
375    cd - &>/dev/null; \
376    ${EYELLOW} " done "; ${RESET}
377  endef  endef
378    
379  define  test_and_mk  define  test_and_mk

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.70

  ViewVC Help
Powered by ViewVC 1.1.23