1 |
#Orbital Information for flight analysis software |
#Orbital Information for flight analysis software |
2 |
# SOFTWARE VERSION |
# SOFTWARE VERSION |
3 |
VER= v3r00 |
VER= v4r14 |
4 |
# |
# |
5 |
include ../Make.def |
include ../Make.def |
6 |
# Here the variables definig the local directories |
# Here the variables definig the local directories |
17 |
# Here the PAMELA environmental variables to be checked |
# Here the PAMELA environmental variables to be checked |
18 |
PAM_ENV= PAM_BIN_env PAM_LIB_env PAM_INC_env PAM_DOC_env PAM_YODA_env |
PAM_ENV= PAM_BIN_env PAM_LIB_env PAM_INC_env PAM_DOC_env PAM_YODA_env |
19 |
|
|
20 |
|
F77FLAGS= -Wall -funroll-loops -fPIC $(EXTRAOPT) -fno-automatic -extend_source -fno-bounds-check -static -fno-backslash ${PAM_BIT} |
21 |
|
|
22 |
# Here the local variables used to build the targets |
# Here the local variables used to build the targets |
23 |
# -- F77 - no libraries -- |
# -- F77 - no libraries -- |
24 |
FSRCS=${DIRSRC}/igrf_sub.for |
FSRCS=${DIRSRC}/igrf_sub.for |
188 |
@${test_and_cp} |
@${test_and_cp} |
189 |
|
|
190 |
mkverpath: |
mkverpath: |
191 |
@echo '#include <TSystem.h>' > ${DIRTOP}/${DIRSRC}/OrbitalInfoVerl2.cpp; echo ' char *OrbitalInfoInfo(bool print){ if ( print ) printf("\nOrbitalInfo flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/OrbitalInfoVerl2.cpp |
@echo '#include <TSystem.h>' > ${DIRTOP}/${DIRSRC}/OrbitalInfoVerl2.cpp; echo 'const char *OrbitalInfoInfo(bool print){ if ( print ) printf("\nOrbitalInfo flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/OrbitalInfoVerl2.cpp |
192 |
@sleep 0.8 |
@sleep 0.8 |
193 |
|
|
194 |
|
|