Lines Matching refs:LIB
455 LIB${_l:tu}?= ${LIBDESTDIR}${LIBDIR_BASE}/libprivate${_l}.a
464 LDADD_${_l}_L+= -L${LIB${_l:tu}DIR}
466 DPADD_${_l}?= ${LIB${_l:tu}}
742 LIB${lib:tu}DIR?= ${OBJTOP}/lib/lib${lib}
756 .if defined(LIB) && ${_LIBRARIES:M${LIB}} != ""
758 (!defined(_DP_${LIB}) || ${LIBADD:O:u} != ${_DP_${LIB}:O:u})
759 .error ${.CURDIR}: Missing or incorrect _DP_${LIB} entry in ${_this:T}. Should match LIBADD for ${…
763 .if !defined(LIB${LIB:tu}DIR) || !exists(${SRCTOP}/${LIB${LIB:tu}DIR:S,^${OBJTOP}/,,})
764 .error ${.CURDIR}: Missing or incorrect value for LIB${LIB:tu}DIR in ${_this:T}: ${LIB${LIB:tu}DIR:…
766 .if ${_INTERNALLIBS:M${LIB}} != "" && !defined(LIB${LIB:tu})
767 … ${.CURDIR}: Missing value for LIB${LIB:tu} in ${_this:T}. Likely should be: LIB${LIB:tu}?= $${LI…