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

Diff of /DarthVader/S4Level2/Makefile

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

revision 1.15 by mocchiut, Tue Aug 4 14:01:29 2009 UTC revision 1.20 by mocchiut, Thu Aug 28 13:43:43 2014 UTC
# Line 1  Line 1 
1  #S4 flight analysis software  #S4 flight analysis software
2  # SOFTWARE VERSION  # SOFTWARE VERSION
3  VER= v4r00  VER= v4r04
4  include ../Make.def  include ../Make.def
5  # Here the variables definig the local directories  # Here the variables definig the local directories
6  DIRTOP=${shell pwd}  DIRTOP=${shell pwd}
# Line 177  installdoc: Line 177  installdoc:
177          @${test_and_cp}          @${test_and_cp}
178    
179  mkverpath:  mkverpath:
180          @echo '#include <TSystem.h>' >  ${DIRTOP}/${DIRSRC}/S4Verl2.cpp; echo ' char *S4Info(bool print){ if ( print ) printf("\nS4 Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >>  ${DIRTOP}/${DIRSRC}/S4Verl2.cpp          @echo '#include <TSystem.h>' >  ${DIRTOP}/${DIRSRC}/S4Verl2.cpp; echo 'const char *S4Info(bool print){ if ( print ) printf("\nS4 Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >>  ${DIRTOP}/${DIRSRC}/S4Verl2.cpp
181          @sleep 0.8          @sleep 0.8
182    
183    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.23