--- chewbacca/YodaProfiler/Makefile 2009/08/04 13:58:13 1.7 +++ chewbacca/YodaProfiler/Makefile 2009/12/14 14:58:36 1.9 @@ -1,6 +1,6 @@ # YodaProfiler # SOFTWARE VERSION -VER= v6r02 +VER= v9r00 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo RED='\E[1;31;40m' @@ -250,7 +250,7 @@ @${test_and_cp} mkverpath: - @echo '#include ' > ${DIRTOP}/${DIRSRC}/YodaProfilerVerl2.cpp; echo ' char *YodaProfilerInfo(bool print){ if ( print ) printf("\nPAMELA YodaProfiler version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/YodaProfilerVerl2.cpp + @echo '#include ' > ${DIRTOP}/${DIRSRC}/YodaProfilerVerl2.cpp; echo 'const char *YodaProfilerInfo(bool print){ if ( print ) printf("\nPAMELA YodaProfiler version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/YodaProfilerVerl2.cpp @sleep 0.8