--- DarthVader/TrackerLevel2/Makefile 2007/02/16 14:56:00 1.22 +++ DarthVader/TrackerLevel2/Makefile 2007/08/20 16:08:32 1.29 @@ -1,6 +1,6 @@ # Tracker flight analysis software # SOFTWARE VERSION -VER= v2r04 +VER= v3r04 DEBUG=0 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo @@ -71,7 +71,8 @@ ${DIRSRC}/F77/readB.f \ ${DIRSRC}/F77/interB.f \ ${DIRSRC}/F77/track.f \ - ${DIRSRC}/F77/grkuta.f + ${DIRSRC}/F77/grkuta.f \ + ${DIRSRC}/F77/bdll.f # ***PP*** FOBJS=$(FSRCS:${DIRSRC}/F77/%.f=${DIRLIB}/%.o) #------------------------------------------------- @@ -92,6 +93,7 @@ ${DIRLIB}/interB.o \ ${DIRLIB}/track.o \ ${DIRLIB}/grkuta.o \ + ${DIRLIB}/bdll.o \ ${DIRLIB}/functionspfa.o \ ${DIRLIB}/readallparam.o \ ${DIRLIB}/functions.o \