Home | History | Annotate | Download | only in src

Lines Matching defs:lib

95 #   do-lib:          builds and installs prerequisites from lib.
96 # do-compat-lib: builds and installs prerequisites from compat/lib
137 _SUBDIR= tools .WAIT lib
239 BUILDTARGETS+= do-lib
240 BUILDTARGETS+= do-compat-lib
260 includes-lib: .PHONY includes-include includes-sys
470 do-lib: .PHONY .MAKE
471 ${MAKEDIRTARGET} lib build_install
473 do-compat-lib: .PHONY .MAKE
474 ${MAKEDIRTARGET} compat build_install BOOTSTRAP_SUBDIRS="../../../lib"
480 .if !exists(${TOOLDIR}/lib/clang) && ${HAVE_LLVM:Uno} == "yes"
481 mkdir -p ${TOOLDIR}/lib/clang
482 cd ${DESTDIR}/usr/lib/clang && \
483 ${TOOL_PAX} -rw . ${TOOLDIR}/lib/clang
500 ${MAKEDIRTARGET} external/mit/xorg/lib build_install
502 ${MAKEDIRTARGET} compat build_install BOOTSTRAP_SUBDIRS="../../../external/mit/xorg/lib"