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 = $(W3NCO_LIB8) CMD = wave_opcspctx # all: $(CMD) $(CMD): $(OBJS) $(FC) $(LDFLAGS) -o $(CMD) $(OBJS) $(LIBS) clean: -rm -f $(OBJS)