1 |
# ToF flight analysis software |
# ToF flight analysis software |
2 |
# SOFTWARE VERSION |
# SOFTWARE VERSION |
3 |
VER= v1r00 |
VER= v1r01 |
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' |
99 |
# Other objects to install |
# Other objects to install |
100 |
EXESRCS=${DIRBIN}/TimeOfFlightLevel2 |
EXESRCS=${DIRBIN}/TimeOfFlightLevel2 |
101 |
|
|
102 |
INCSRCS=${DIRINC}/ToFLevel2.h |
INCSRCS=${DIRINC}/ToFLevel2.h ${DIRINC}/ToFStruct.h |
103 |
|
|
104 |
MACROSSRCS= |
MACROSSRCS= |
105 |
|
|