Parent Directory | Revision Log | Patch
revision 1.14 by mocchiut, Tue Aug 4 14:01:15 2009 UTC | revision 1.21 by mocchiut, Fri Oct 10 13:35:00 2014 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | # AC flight analysis software | # AC flight analysis software |
2 | # SOFTWARE VERSION | # SOFTWARE VERSION |
3 | VER= v2r00 | VER= v2r06 |
4 | # | # |
5 | include ../Make.def | include ../Make.def |
6 | # Here the variables definig the local directories | # Here the variables definig the local directories |
# | Line 178 installdoc: | Line 178 installdoc: |
178 | @${test_and_cp} | @${test_and_cp} |
179 | ||
180 | mkverpath: | mkverpath: |
181 | @echo '#include <TSystem.h>' > ${DIRTOP}/${DIRSRC}/AcVerl2.cpp; echo ' char *AcInfo(bool print){ if ( print ) printf("\nAnticounter Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/AcVerl2.cpp | @echo '#include <TSystem.h>' > ${DIRTOP}/${DIRSRC}/AcVerl2.cpp; echo 'const char *AcInfo(bool print){ if ( print ) printf("\nAnticounter Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/AcVerl2.cpp |
182 | @sleep 0.8 | @sleep 0.8 |
183 | ||
184 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |