Parent Directory | Revision Log | Patch
revision 1.13 by mocchiut, Tue Aug 4 14:01:22 2009 UTC | revision 1.19 by mocchiut, Fri Oct 10 13:35:06 2014 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #ND flight analysis software | #ND flight analysis software |
2 | # SOFTWARE VERSION | # SOFTWARE VERSION |
3 | VER= v4r00 | VER= v4r05 |
4 | include ../Make.def | include ../Make.def |
5 | # Here the variables definig the local directories | # Here the variables definig the local directories |
6 | DIRTOP=${shell pwd} | DIRTOP=${shell pwd} |
# | Line 178 installdoc: | Line 178 installdoc: |
178 | @${test_and_cp} | @${test_and_cp} |
179 | ||
180 | mkverpath: | mkverpath: |
181 | @echo '#include <TSystem.h>' > ${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 <TSystem.h>' > ${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 |
182 | @sleep 0.8 | @sleep 0.8 |
183 | ||
184 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |