--- DarthVader/S4Level2/Makefile 2009/08/04 14:01:29 1.15 +++ DarthVader/S4Level2/Makefile 2013/11/06 13:22:04 1.18 @@ -1,6 +1,6 @@ #S4 flight analysis software # SOFTWARE VERSION -VER= v4r00 +VER= v4r02 include ../Make.def # Here the variables definig the local directories DIRTOP=${shell pwd} @@ -177,7 +177,7 @@ @${test_and_cp} mkverpath: - @echo '#include ' > ${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 ' > ${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 @sleep 0.8