#Makefile for generating the executables for the sea ice concentration # product. #Robert Grumbine 26 June 1997 include ../makeall.mk LIBS=-lm #Should be no changes below this point--------------------------------- seaice_icegrid : fill.o $(CPPLD) $(CPPLDFLAGS) fill.o $(MMAB_LIBF4) $(LIBS) -o seaice_icegrid fill.o : fill.C $(CPP) $(CPPOPTS) -DGRIDTYPE=global_12th fill.C #debug: $(CPP) $(CPPOPTS) -DGRIDTYPE=global_12th fill.C -DVERBOSE -DVERBOSE2