DECODER = decod_dcshef VERSION = 4.2.1 MODULES = EnvVars/1.0.2 \ ips/18.0.1.163 \ decod_ut/3.0.1 \ bridge/4.2.1 \ gempak/7.5.1-d6 \ bufr/11.3.0 DECOD_INCLUDE = ../../decod_shared/include include ${DECOD_INCLUDE}/make_defns.cmn.mk # For this decoder, we need to link in the GPLT_DVC_DRV library which references # objects in the GEMLIB library. However, the GEMLIB library is rather large, # so in order to link GPLT_DVC_DRV, we also need to add a second reference to # GEMLIB within the link step, directly following the reference to GPLT_DVC_DRV. # The end result is that GEMLIB will be listed both directly before and directly # after GPLT_DVC_DRV within the link step, and this will allow the loader to # properly resolve all interlibrary references when building the decoder. LIBS_XT = ${GPLT_DVC_DRV} ${GEMLIB} include ${DECOD_INCLUDE}/make_targs.cmn.mk