# Mod_Date:2016-Nov-13 # Note: worldmap.f version in this directory is slightly different from the # one converted to run in the software/ directory. CC=gcc CFLAGS=-Wall FC=gfortran FLAGS= PROGS=inversion worldmap RTNS=main.o fline.o interp.o otrace.o read.o read4.o fieldg.o frtime.o \ orbint.o newcont.o invert.o tab.o trace.o daymon.o field.o xlam.o \ step.o fxsat.o ptrsrt.o zlimit.o newplot1.o convrt.o all: $(PROGS) clean: rm -f $(PROGS) *.o inversion: $(RTNS) $(FC) $(FLAGS) -o ${@} ${^} worldmap: worldmap.o istring2integer.f90 $(FC) $(FLAGS) -o ${@} ${^}