DECODER = decod_dcshef VERSION = 4.3.0 DECOD_INCLUDE = ../../decod_shared/include_v3.7.0 include ${DECOD_INCLUDE}/make_defns.cmn.mk CFLAGS += -I${GEMPAK}/source/bridge/dc # For this decoder, we need to link in several additional GEMPAK libraries which # reference objects in the GEMLIB library. However, the GEMLIB library is rather # large, so in order to link in these additional libraries, we also need to add a # second reference to GEMLIB within the link step, directly following the references # to these additional libraries. The end result is that GEMLIB will be listed both # directly before and directly after these additional libraries within the link step, # and this will allow the loader to properly resolve all interlibrary references # when building the decoder. LIBS_XT = -lgplt -ldevice -lgn -lsyslib -lgemlib include ${DECOD_INCLUDE}/make_targs.cmn.mk