/[PAMELA software]/PadmeAmidala/Makefile
ViewVC logotype

Diff of /PadmeAmidala/Makefile

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

revision 1.15 by mocchiut, Tue Aug 4 13:58:54 2009 UTC revision 1.22 by mocchiut, Fri Oct 17 10:21:00 2014 UTC
# Line 1  Line 1 
1  # PadmeAmidala  # PadmeAmidala
2  # SOFTWARE VERSION  # SOFTWARE VERSION
3  VER= v3r00  VER= v10r04
4  # An almost general purpouse Makefile for PAMELA repository  # An almost general purpouse Makefile for PAMELA repository
5  # Let's start with some usefull definition for colorize the echo  # Let's start with some usefull definition for colorize the echo
6  RED='\E[1;31;40m'  RED='\E[1;31;40m'
# Line 254  installdoc: Line 254  installdoc:
254          @${test_and_cp}          @${test_and_cp}
255    
256  mkverpath:  mkverpath:
257          @echo '#include <TSystem.h>' >  ${DIRTOP}/${DIRSRC}/PadmeAmidalaVerl2.cpp; echo ' char *AmidalaInfo(bool print){ if ( print ) printf("\nPAMELA PadmeAmidala version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >>  ${DIRTOP}/${DIRSRC}/PadmeAmidalaVerl2.cpp          @echo '#include <TSystem.h>' >  ${DIRTOP}/${DIRSRC}/PadmeAmidalaVerl2.cpp; echo ' const char *AmidalaInfo(bool print){ if ( print ) printf("\nPAMELA PadmeAmidala version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >>  ${DIRTOP}/${DIRSRC}/PadmeAmidalaVerl2.cpp
258          @sleep 0.8          @sleep 0.8
259    
260    

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

  ViewVC Help
Powered by ViewVC 1.1.23