--- DarthVader/ToFLevel2/Makefile 2009/08/04 14:01:30 1.24 +++ DarthVader/ToFLevel2/Makefile 2014/08/28 13:43:45 1.35 @@ -1,6 +1,6 @@ # ToF flight analysis software # SOFTWARE VERSION -VER= v3r00 +VER= v6r06 # include ../Make.def # Here the variables definig the local directories @@ -184,7 +184,7 @@ @${test_and_cp} mkverpath: - @echo '#include ' > ${DIRTOP}/${DIRSRC}/ToFVerl2.cpp; echo ' char *ToFInfo(bool print){ if ( print ) printf("\nToF Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/ToFVerl2.cpp + @echo '#include ' > ${DIRTOP}/${DIRSRC}/ToFVerl2.cpp; echo 'const char *ToFInfo(bool print){ if ( print ) printf("\nToF Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/ToFVerl2.cpp @sleep 0.8