1 # For IBM Bluefire using xlf
3 FCFLAGS = -qlanglvl=90pure -O3 -qarch=auto -qnosave -qmaxmem=-1 -Q
5 FPPFLAG = -DIBM -I/usr/local/include -I.
6 LIBS = -L/blhome/wrfhelp/external/netcdf/netcdf-3.6.1/ibm_powerpc -lnetcdf
8 # For Intel Mac using G95
10 #FCFLAGS = -ffree-form -fendian=big -ffree-line-length-huge -O2
12 #FPPFLAG = -I$(NETCDF)/include -I.
13 #LIBS = -L$(NETCDF)/lib -lnetcdf
19 RM_LIST = *.o core *.i *.mod fort.* *.out namelist.* *~ *.exe
22 MAKE = make -f Makefile