/[PAMELA software]/DarthVader/OrbitalInfo/Makefile
ViewVC logotype

Diff of /DarthVader/OrbitalInfo/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by mocchiut, Tue Aug 4 14:01:24 2009 UTC revision 1.32 by pam-mep, Fri Mar 28 20:47:14 2014 UTC
# Line 1  Line 1 
1  #Orbital Information for flight analysis software  #Orbital Information for flight analysis software
2  # SOFTWARE VERSION  # SOFTWARE VERSION
3  VER= v3r00  <<<<<<< Makefile
4    VER= v4r02
5    =======
6    VER= v4r05
7    >>>>>>> 1.31
8  #  #
9  include ../Make.def  include ../Make.def
10  # Here the variables definig the local directories  # Here the variables definig the local directories
# Line 17  DIRCALIB=calib Line 21  DIRCALIB=calib
21  # Here the  PAMELA environmental variables to be checked  # Here the  PAMELA environmental variables to be checked
22  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
23    
24    F77FLAGS=  -Wall -funroll-loops -fPIC $(EXTRAOPT) -fno-automatic -extend_source -fno-bounds-check -static -fno-backslash ${PAM_BIT}
25    
26  # Here the local variables used to build the targets  # Here the local variables used to build the targets
27  # -- F77 - no libraries --  # -- F77 - no libraries --
28  FSRCS=${DIRSRC}/igrf_sub.for  FSRCS=${DIRSRC}/igrf_sub.for
# Line 186  installdoc: Line 192  installdoc:
192          @${test_and_cp}          @${test_and_cp}
193    
194  mkverpath:  mkverpath:
195          @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
196          @sleep 0.8          @sleep 0.8
197    
198    

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.32

  ViewVC Help
Powered by ViewVC 1.1.23