SHELL= /bin/sh LIBS= -L/nwprod/lib -l w3_4 -l bacio_4 -l ip_4 -l bufr_4_64 SRCS= avg_pke.f CMD= cfs_cdas_avg_pke FC= mpxlf FFLAGS= -O3 -qlist -qsource -qxref=full -qattr=full -bnoquiet -qextchk -qcheck $(CMD): $(SRCS) $(FC) $(SRCS) $(FFLAGS) -o $(@) $(OBJS) $(LIBS)