--- DarthVader/OrbitalInfo/Makefile 2006/11/20 12:08:51 1.8 +++ DarthVader/OrbitalInfo/Makefile 2007/01/23 11:52:30 1.9 @@ -1,6 +1,6 @@ #Orbital Information for flight analysis software # SOFTWARE VERSION -VER= v1r01 +VER= v1r02 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo RED='\E[1;31;40m' @@ -55,7 +55,7 @@ # Here the local variables used to build the targets # -- F77 - no libraries -- -FSRCS= +FSRCS=${DIRSRC}/igrf_sub.for FOBJS=$(FSRCS:${DIRSRC}%.for=${DIRLIB}%.o) # -- CPP - no libraries --