SHELL=/bin/sh SRCS = estimate_bias.f OBJS = estimate_bias.o FC = ncepxlf LDFLAGS = LIBS = -L/nwprod/lib -lw3_4 -lbacio_4 -lessl_r -l mass CMD = sref_estimate_bias all: $(CMD) $(CMD): ${OBJS} $(FC) $(LDFLAGS) -o $(@) $(OBJS) $(LIBS)