--- DarthVader/TrackerLevel2/Makefile 2007/02/16 18:24:09 1.23 +++ DarthVader/TrackerLevel2/Makefile 2007/02/19 16:28:39 1.24 @@ -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 \