--- DarthVader/TriggerLevel2/Makefile 2009/08/04 14:01:40 1.14 +++ DarthVader/TriggerLevel2/Makefile 2012/05/15 14:31:57 1.16 @@ -1,6 +1,6 @@ # Trigger flight analysis software # SOFTWARE VERSION -VER= v4r00 +VER= v5r01 # include ../Make.def # Here the variables definig the local directories @@ -181,7 +181,7 @@ @${test_and_cp} mkverpath: - @echo '#include ' > ${DIRTOP}/${DIRSRC}/TrigVerl2.cpp; echo ' char *TrigInfo(bool print){ if ( print ) printf("\nTrigger Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/TrigVerl2.cpp + @echo '#include ' > ${DIRTOP}/${DIRSRC}/TrigVerl2.cpp; echo 'const char *TrigInfo(bool print){ if ( print ) printf("\nTrigger Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/TrigVerl2.cpp @sleep 0.8