| 1 | 
 # Tracker flight analysis software  | 
 # Tracker flight analysis software  | 
| 2 | 
 # SOFTWARE VERSION | 
 # SOFTWARE VERSION | 
| 3 | 
 VER= v2r00 | 
 VER= v2r02 | 
| 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  | 
| 33 | 
 # F77 | 
 # F77 | 
| 34 | 
 F77=g77 | 
 F77=g77 | 
| 35 | 
 #F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash  | 
 #F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash  | 
| 36 | 
 F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash | 
 F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash -fPIC | 
| 37 | 
 # C++ | 
 # C++ | 
| 38 | 
 CXX=g++ | 
 CXX=g++ | 
| 39 | 
 #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=${DEBUG}'  | 
 #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=${DEBUG}'  | 
| 80 | 
 #------------------------------------------------- | 
 #------------------------------------------------- | 
| 81 | 
 # librerie utilizzabili da root (ci deve essere anche il ***LinkDef.h ) | 
 # librerie utilizzabili da root (ci deve essere anche il ***LinkDef.h ) | 
| 82 | 
 LIBROOTSRCS=    ${DIRSRC}/TrkLevel2.cpp  \ | 
 LIBROOTSRCS=    ${DIRSRC}/TrkLevel2.cpp  \ | 
| 83 | 
                                 ${DIRSRC}/TrkLevel1.cpp | 
                 ${DIRSRC}/TrkLevel1.cpp \ | 
| 84 | 
  | 
                 ${DIRSRC}/TrkHough.cpp \ | 
| 85 | 
  | 
                 ${DIRSRC}/TrkCalib.cpp  | 
| 86 | 
  | 
  | 
| 87 | 
 #LIBROOTSRCS=    | 
 #LIBROOTSRCS=    | 
| 88 | 
 LIBROOTLIBS=$(LIBROOTSRCS:${DIRSRC}/%.cpp=${DIRLIB}/lib%_${VER}.so) | 
 LIBROOTLIBS=$(LIBROOTSRCS:${DIRSRC}/%.cpp=${DIRLIB}/lib%_${VER}.so) | 
| 89 | 
 LIBROOTOBJS=${DIRLIB}/readB.o ${DIRLIB}/interB.o ${DIRLIB}/track.o ${DIRLIB}/grkuta.o ${DIRLIB}/functionspfa.o ${DIRLIB}/readallparam.o ${DIRLIB}/functions.o ${DIRLIB}/mini.o ${DIRLIB}/tricircle.o | 
 LIBROOTOBJS=${DIRLIB}/readB.o ${DIRLIB}/interB.o ${DIRLIB}/track.o ${DIRLIB}/grkuta.o ${DIRLIB}/functionspfa.o ${DIRLIB}/readallparam.o ${DIRLIB}/functions.o ${DIRLIB}/mini.o ${DIRLIB}/tricircle.o | 
| 90 | 
 LIBROOTCLIBS=libTrkLevel2 libTrkLevel1 | 
 LIBROOTCLIBS=libTrkLevel2 libTrkLevel1 libTrkHough libTrkCalib | 
| 91 | 
  | 
  | 
| 92 | 
 #LIBROOTCLIBS=  | 
 #LIBROOTCLIBS=  | 
| 93 | 
 FULLROOTCLIBS=$(LIBROOTCLIBS:%=${DIRLIB}/%_${VER}.so) | 
 FULLROOTCLIBS=$(LIBROOTCLIBS:%=${DIRLIB}/%_${VER}.so) | 
| 94 | 
 #------------------------------------------------- | 
 #------------------------------------------------- | 
| 131 | 
         ${DIRINC}/TrkLevel2.h \ | 
         ${DIRINC}/TrkLevel2.h \ | 
| 132 | 
         ${DIRINC}/TrkLevel1.h \ | 
         ${DIRINC}/TrkLevel1.h \ | 
| 133 | 
         ${DIRINC}/TrkLevel0.h \ | 
         ${DIRINC}/TrkLevel0.h \ | 
| 134 | 
  | 
         ${DIRINC}/TrkHough.h \ | 
| 135 | 
  | 
         ${DIRINC}/TrkCalib.h \ | 
| 136 | 
         ${DIRINC}/TrkStruct.h \ | 
         ${DIRINC}/TrkStruct.h \ | 
| 137 | 
         ${DIRINC}/TrkProcess.h \ | 
         ${DIRINC}/TrkProcess.h \ | 
| 138 | 
         ${DIRINC}/TrkCore.h \ | 
         ${DIRINC}/TrkCore.h \ |