| 1 |
#Orbital Information for flight analysis software |
#Orbital Information for flight analysis software |
| 2 |
# SOFTWARE VERSION |
# SOFTWARE VERSION |
| 3 |
VER= v2r02 |
VER= v2r03 |
| 4 |
# An almost general purpouse Makefile for PAMELA repository |
# An almost general purpouse Makefile for PAMELA repository |
| 5 |
# Let's start with some usefull definition for colorize the echo |
# Let's start with some usefull definition for colorize the echo |
| 6 |
RED='\E[1;31;40m' |
RED='\E[1;31;40m' |
| 103 |
# Other objects to install |
# Other objects to install |
| 104 |
EXESRCS=${DIRBIN}/OrbitalInfoLevel2 |
EXESRCS=${DIRBIN}/OrbitalInfoLevel2 |
| 105 |
|
|
| 106 |
INCSRCS=${DIRINC}/OrbitalInfo.h ${DIRINC}/OrbitalInfoStruct.h |
INCSRCS=${DIRINC}/OrbitalInfo.h ${DIRINC}/OrbitalInfoStruct.h ${DIRINC}/InclinationInfo.h |
| 107 |
|
|
| 108 |
MACROSSRCS= |
MACROSSRCS= |
| 109 |
|
|