Lines Matching refs:LIB
398 LIB${_l:tu}?= ${LIBDESTDIR}${LIBDIR_BASE}/libprivate${_l}.a
407 LDADD_${_l}_L+= -L${LIB${_l:tu}DIR}
409 DPADD_${_l}?= ${LIB${_l:tu}}
625 LIB${lib:tu}DIR?= ${OBJTOP}/lib/lib${lib}
639 .if defined(LIB) && ${_LIBRARIES:M${LIB}} != ""
641 (!defined(_DP_${LIB}) || ${LIBADD:O:u} != ${_DP_${LIB}:O:u})
642 .error ${.CURDIR}: Missing or incorrect _DP_${LIB} entry in ${_this:T}. Should match LIBADD for ${…
646 .if !defined(LIB${LIB:tu}DIR) || !exists(${SRCTOP}/${LIB${LIB:tu}DIR:S,^${OBJTOP}/,,})
647 .error ${.CURDIR}: Missing or incorrect value for LIB${LIB:tu}DIR in ${_this:T}: ${LIB${LIB:tu}DIR:…
649 .if ${_INTERNALLIBS:M${LIB}} != "" && !defined(LIB${LIB:tu})
650 … ${.CURDIR}: Missing value for LIB${LIB:tu} in ${_this:T}. Likely should be: LIB${LIB:tu}?= $${LI…