| 1 | 
 # Tracker flight analysis software  | 
 # Tracker flight analysis software  | 
| 2 | 
 # SOFTWARE VERSION | 
 # SOFTWARE VERSION | 
| 3 | 
 VER= v2r02 | 
 VER= v2r04 | 
| 4 | 
 DEBUG=0 | 
 DEBUG=0 | 
| 5 | 
 # An almost general purpouse Makefile for PAMELA repository | 
 # An almost general purpouse Makefile for PAMELA repository | 
| 6 | 
 # Let's start with some usefull definition for colorize the echo  | 
 # Let's start with some usefull definition for colorize the echo  | 
| 39 | 
 #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=${DEBUG}'  | 
 #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=${DEBUG}'  | 
| 40 | 
 #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=0' | 
 #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=0' | 
| 41 | 
 #CXXFLAGS=-Wall -O -fPIC -pthread -fpermissive | 
 #CXXFLAGS=-Wall -O -fPIC -pthread -fpermissive | 
| 42 | 
 CXXFLAGS=-Wall -O -fPIC -pthread | 
 CXXFLAGS=-Wall -O4 -fPIC -pthread | 
| 43 | 
 # ROOTCINT | 
 # ROOTCINT | 
| 44 | 
 ROOTCINT=rootcint | 
 ROOTCINT=rootcint | 
| 45 | 
 # Here the variables definig the local directories | 
 # Here the variables definig the local directories |