--- DarthVader/NDLevel2/Makefile 2009/08/04 14:01:22 1.13 +++ DarthVader/NDLevel2/Makefile 2014/08/28 13:43:38 1.18 @@ -1,6 +1,6 @@ #ND flight analysis software # SOFTWARE VERSION -VER= v4r00 +VER= v4r04 include ../Make.def # Here the variables definig the local directories DIRTOP=${shell pwd} @@ -178,7 +178,7 @@ @${test_and_cp} mkverpath: - @echo '#include ' > ${DIRTOP}/${DIRSRC}/NDVerl2.cpp; echo ' char *NDInfo(bool print){ if ( print ) printf("\nND Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/NDVerl2.cpp + @echo '#include ' > ${DIRTOP}/${DIRSRC}/NDVerl2.cpp; echo 'const char *NDInfo(bool print){ if ( print ) printf("\nND Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/NDVerl2.cpp @sleep 0.8