DECODER = decod_dctidg VERSION = 3.1.0 MODULES_XT = crex/2.2.0 DECOD_INCLUDE = ../../decod_shared/include_v3.7.0 include ${DECOD_INCLUDE}/make_defns.cmn.mk # For this decoder, we need to link in the CREX library which references # objects in the GEMLIB library. However, the GEMLIB library is rather large, # so in order to link CREX, we also need to add a second reference to GEMLIB # within the link step, directly following the reference to CREX. The end # result is that GEMLIB will be listed both directly before and directly # after CREX within the link step, and this will allow the loader to properly # resolve all interlibrary references when building the decoder. LIBS_XT = ${CREX} -lgemlib include ${DECOD_INCLUDE}/make_targs.cmn.mk