DECODER = decod_dcncld VERSION = 4.1.0 MODULES = envvar/1.0 \ PrgEnv-intel/8.1.0 \ craype/2.7.8 \ intel/19.1.3.304 \ decod_ut/3.2.0 \ gempak/7.14.0 \ bufr/11.5.0 \ netcdf/4.7.4 DECOD_INCLUDE = ../../decod_shared/include include ${DECOD_INCLUDE}/make_defns.cmn.mk # For this decoder, compile-time access to the netCDF library include # file "netcdf.inc" is needed, so append the directory location of this # file to the ${FFLAGS} macro. CFLAGS += -I${GEMPAK}/source/bridge/dc FFLAGS += -I${NETCDF_INC} LIBS_XT = -L${NETCDF_LIB} -lnetcdff include ${DECOD_INCLUDE}/make_targs.cmn.mk