SHELL=/bin/csh # # This is the WAVEWATCH III bulletin generator # compied for silver and winterhawk nodes # SRCS= opcspctx.f OBJS= opcspctx.o # FC = ifort LDFLAGS = -O -xhost -list -auto LIBS = -L/nwprod/lib -lw3nco_v2.0.6_8 CMD = wave_opcspctx # all: $(CMD) $(CMD): $(OBJS) $(FC) $(LDFLAGS) -o $(CMD) $(OBJS) $(LIBS) clean: -rm -f $(OBJS)