C_OBJS = igrf14c.o
FT_OBJS = igrf14.o

all:
	@$(MAKE) $(SHLIB)
	@rm -f *.mod *.o

$(SHLIB): $(FT_OBJS) $(C_OBJS)

igrf14c.o: igrf14.o
