/[PAMELA software]/DarthVader/CalorimeterLevel2/Makefile
ViewVC logotype

Diff of /DarthVader/CalorimeterLevel2/Makefile

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

revision 1.44 by mocchiut, Tue Aug 4 14:56:57 2009 UTC revision 1.46 by mocchiut, Mon Apr 19 14:17:17 2010 UTC
# Line 1  Line 1 
1  # Calorimeter flight analysis software  # Calorimeter flight analysis software
2  # SOFTWARE VERSION  # SOFTWARE VERSION
3  VER= v6r00  VER= v6r01
4  #  #
5  include ../Make.def  include ../Make.def
6  #  #
# Line 207  installdoc: Line 207  installdoc:
207          @${test_and_cp}          @${test_and_cp}
208    
209  mkverpath:  mkverpath:
210          @echo '#include <TSystem.h>' >  ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp; echo ' char *CaloInfo(bool print){ if ( print ) printf("\nCalorimeter Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >>  ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp          @echo '#include <TSystem.h>' >  ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp; echo 'const char *CaloInfo(bool print){ if ( print ) printf("\nCalorimeter Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >>  ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp
211          @sleep 0.8          @sleep 0.8
212    
213    

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.46

  ViewVC Help
Powered by ViewVC 1.1.23