--- DarthVader/OrbitalInfo/Makefile 2006/09/04 15:43:48 1.6 +++ DarthVader/OrbitalInfo/Makefile 2007/01/23 11:52:30 1.9 @@ -1,6 +1,6 @@ #Orbital Information for flight analysis software # SOFTWARE VERSION -VER= v1r00 +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' @@ -32,7 +32,7 @@ # F77 F77=g77 #F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash -F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash +F77FLAGS= -Wall -Wno-globals -fPIC -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash # C++ CXX=g++ #CXXFLAGS=-Wall -O -fPIC -pthread -g @@ -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 --