Lines Matching refs:LIB
484 LIB${_l:tu}?= ${LIBDESTDIR}${LIBDIR_BASE}/libprivate${_l}.a
493 LDADD_${_l}_L+= -L${LIB${_l:tu}DIR}
495 DPADD_${_l}?= ${LIB${_l:tu}}
810 LIB${lib:tu}DIR?= ${OBJTOP}/lib/lib${lib}
824 .if defined(LIB) && ${_LIBRARIES:M${LIB}} != ""
826 (!defined(_DP_${LIB}) || ${LIBADD:O:u} != ${_DP_${LIB}:O:u})
827 .error ${.CURDIR}: Missing or incorrect _DP_${LIB} entry in ${_this:T}. Should match LIBADD for ${…
831 .if !defined(LIB${LIB:tu}DIR) || !exists(${SRCTOP}/${LIB${LIB:tu}DIR:S,^${OBJTOP}/,,})
832 .error ${.CURDIR}: Missing or incorrect value for LIB${LIB:tu}DIR in ${_this:T}: ${LIB${LIB:tu}DIR:…
834 .if ${_INTERNALLIBS:M${LIB}} != "" && !defined(LIB${LIB:tu})
835 … ${.CURDIR}: Missing value for LIB${LIB:tu} in ${_this:T}. Likely should be: LIB${LIB:tu}?= $${LI…