SHELL=/bin/sh # # This is the global sst extractor # compied for silver and winterhawk nodes # SRCS= multiwave_gfs_30m_sst.f OBJS= multiwave_gfs_30m_sst.o LSTS= multiwave_gfs_30m_sst.lst # FC = ifort FFLAGS = -O -xHost -list -auto -convert big_endian -assume byterecl LDFLAGS = -O -xHost -list -auto -convert big_endian -assume byterecl LIBS = CMD = multiwave_gfs_30m_sst # $(CMD): $(OBJS) $(FC) $(LDFLAGS) -o $(CMD) $(OBJS) $(LIBS) clean: -rm -f $(OBJS) $(LSTS) xref.db install: mv $(CMD) ../../exec