Parent Directory | Revision Log | Patch
revision 1.14 by mocchiut, Tue Aug 4 14:01:40 2009 UTC | revision 1.17 by mocchiut, Wed Nov 6 13:22:13 2013 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | # Trigger flight analysis software | # Trigger flight analysis software |
2 | # SOFTWARE VERSION | # SOFTWARE VERSION |
3 | VER= v4r00 | VER= v5r02 |
4 | # | # |
5 | include ../Make.def | include ../Make.def |
6 | # Here the variables definig the local directories | # Here the variables definig the local directories |
# | Line 181 installdoc: | Line 181 installdoc: |
181 | @${test_and_cp} | @${test_and_cp} |
182 | ||
183 | mkverpath: | mkverpath: |
184 | @echo '#include <TSystem.h>' > ${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 <TSystem.h>' > ${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 |
185 | @sleep 0.8 | @sleep 0.8 |
186 | ||
187 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |