####################################################### CMD = verf_g2g_convert.hysplit SRC = convert_hysplit.f90 EXE = $(CMD) # libraries must be in this order LIB = /nwprod/lib/libw3nco_4.a \ /nwprod/lib/libip_4.a \ /nwprod/lib/libbacio_4.a #INC = $(DIR)/lib/arl_hysplit INTL = -O -FR -assume byterecl -convert big_endian CFLAGS = $(INTL) FC = ifort $(CMD) : $(SRC) $(FC) -o $(EXE) $(CFLAGS) $(SRC) $(LIB) clean: rm -f *.o rm -f $(CMD)