--- DarthVader/TrackerLevel2/Makefile 2014/02/27 11:24:42 1.56 +++ DarthVader/TrackerLevel2/Makefile 2014/07/03 10:37:57 1.59 @@ -1,6 +1,6 @@ # Tracker flight analysis software # SOFTWARE VERSION -VER= v6r11 +VER= v7r02 DEBUG=0 # include ../Make.def @@ -53,7 +53,8 @@ ${DIRSRC}/F77/interB.f \ ${DIRSRC}/F77/track.f \ ${DIRSRC}/F77/grkuta.f \ - ${DIRSRC}/F77/bdll.f # ***PP*** + ${DIRSRC}/F77/bdll.f \ + ${DIRSRC}/F77/mini_ext.f FOBJS=$(FSRCS:${DIRSRC}/F77/%.f=${DIRLIB}/%.o) #-------------------------------------------------