--- DarthVader/CalorimeterLevel2/Makefile 2009/08/04 14:01:17 1.43 +++ DarthVader/CalorimeterLevel2/Makefile 2010/04/19 14:17:17 1.46 @@ -1,10 +1,10 @@ # Calorimeter flight analysis software # SOFTWARE VERSION -VER= v6r00 +VER= v6r01 # include ../Make.def # -ifeq ($(GCC4),) +ifeq ($(GCC4),0) EXTRAOPT=-Wno-globals -fvxt else EXTRAOPT= @@ -207,7 +207,7 @@ @${test_and_cp} mkverpath: - @echo '#include ' > ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp; echo ' char *CaloInfo(bool print){ if ( print ) printf("\nCalorimeter Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp + @echo '#include ' > ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp; echo 'const char *CaloInfo(bool print){ if ( print ) printf("\nCalorimeter Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp @sleep 0.8