DIRDEPS_BUILD: Connect more libraries.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-07-11 00:32:48 +00:00
parent 27f3f39a1d
commit 1671f70652
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320884
8 changed files with 121 additions and 2 deletions

View File

@ -0,0 +1,14 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
include \
include/xlocale \
lib/msun \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View File

@ -0,0 +1,16 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
include \
include/arpa \
include/xlocale \
lib/libc++ \
lib/ncurses/ncursesw \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View File

@ -0,0 +1,13 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
include \
lib/libc++ \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

18
lib/libdl/Makefile.depend Normal file
View File

@ -0,0 +1,18 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View File

@ -0,0 +1,13 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
include \
include/xlocale \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View File

@ -0,0 +1,18 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View File

@ -74,6 +74,7 @@ DIRDEPS = \
lib/libfigpar \ lib/libfigpar \
lib/libgeom \ lib/libgeom \
lib/libgpio \ lib/libgpio \
lib/libifconfig \
lib/libjail \ lib/libjail \
lib/libkvm \ lib/libkvm \
lib/liblzma \ lib/liblzma \
@ -92,6 +93,7 @@ DIRDEPS = \
lib/libproc \ lib/libproc \
lib/libprocstat \ lib/libprocstat \
lib/libradius \ lib/libradius \
lib/librss \
lib/librtld_db \ lib/librtld_db \
lib/libsdp \ lib/libsdp \
lib/libsqlite3 \ lib/libsqlite3 \

View File

@ -2,9 +2,7 @@
# This file is not autogenerated - take care! # This file is not autogenerated - take care!
.if !defined(MK_CLANG)
.include <src.opts.mk> .include <src.opts.mk>
.endif
DIRDEPS = \ DIRDEPS = \
lib/${CSU_DIR} \ lib/${CSU_DIR} \
@ -30,9 +28,12 @@ DIRDEPS = \
lib/libbsnmp/libbsnmp \ lib/libbsnmp/libbsnmp \
lib/libbz2 \ lib/libbz2 \
lib/libc \ lib/libc \
lib/libc_nonshared \
lib/libc++ \ lib/libc++ \
lib/libc++experimental \
lib/libcalendar \ lib/libcalendar \
lib/libcam \ lib/libcam \
lib/libcapsicum \
lib/libcom_err/doc \ lib/libcom_err/doc \
lib/libcompat \ lib/libcompat \
lib/libcompiler_rt \ lib/libcompiler_rt \
@ -51,6 +52,7 @@ DIRDEPS = \
lib/libexecinfo \ lib/libexecinfo \
lib/libexpat \ lib/libexpat \
lib/libfetch \ lib/libfetch \
lib/libfigpar \
lib/libgeom \ lib/libgeom \
lib/libgssapi \ lib/libgssapi \
lib/libiconv_modules/BIG5 \ lib/libiconv_modules/BIG5 \
@ -76,6 +78,7 @@ DIRDEPS = \
lib/libiconv_modules/mapper_serial \ lib/libiconv_modules/mapper_serial \
lib/libiconv_modules/mapper_std \ lib/libiconv_modules/mapper_std \
lib/libiconv_modules/mapper_zone \ lib/libiconv_modules/mapper_zone \
lib/libifconfig \
lib/libipsec \ lib/libipsec \
lib/libipx \ lib/libipx \
lib/libjail \ lib/libjail \
@ -128,6 +131,7 @@ DIRDEPS = \
lib/libradius \ lib/libradius \
lib/librpcsec_gss \ lib/librpcsec_gss \
lib/librpcsvc \ lib/librpcsvc \
lib/librss \
lib/librt \ lib/librt \
lib/librtld_db \ lib/librtld_db \
lib/libsbuf \ lib/libsbuf \
@ -144,6 +148,7 @@ DIRDEPS = \
lib/libtelnet \ lib/libtelnet \
lib/libthr \ lib/libthr \
lib/libthread_db \ lib/libthread_db \
lib/libucl \
lib/libufs \ lib/libufs \
lib/libugidfw \ lib/libugidfw \
lib/libulog \ lib/libulog \
@ -158,6 +163,7 @@ DIRDEPS = \
lib/libyaml \ lib/libyaml \
lib/libypclnt \ lib/libypclnt \
lib/libz \ lib/libz \
lib/libzstd \
lib/msun \ lib/msun \
lib/ncurses/form \ lib/ncurses/form \
lib/ncurses/formw \ lib/ncurses/formw \
@ -175,15 +181,22 @@ DIRDEPS = \
DIRDEPS+= \ DIRDEPS+= \
lib/libclang_rt/asan-preinit \ lib/libclang_rt/asan-preinit \
lib/libclang_rt/asan \ lib/libclang_rt/asan \
lib/libclang_rt/asan_dynamic \
lib/libclang_rt/asan_cxx \ lib/libclang_rt/asan_cxx \
lib/libclang_rt/include \ lib/libclang_rt/include \
lib/libclang_rt/profile \ lib/libclang_rt/profile \
lib/libclang_rt/safestack \ lib/libclang_rt/safestack \
lib/libclang_rt/stats \
lib/libclang_rt/stats_client \
lib/libclang_rt/ubsan_standalone \ lib/libclang_rt/ubsan_standalone \
lib/libclang_rt/ubsan_standalone_cxx \ lib/libclang_rt/ubsan_standalone_cxx \
.endif .endif
.if defined(LINKER_FEATURES) && ${LINKER_FEATURES:Mfilter}
DIRDEPS+= lib/libdl
.endif
.if ${MK_NAND} != "no" .if ${MK_NAND} != "no"
DIRDEPS+= lib/libnandfs DIRDEPS+= lib/libnandfs
.endif .endif
@ -199,6 +212,18 @@ DIRDEPS+= \
.endif .endif
.if ${MK_DIALOG} != "no"
DIRDEPS+= lib/libdpv
.endif
.if ${MK_GPIO} != "no"
DIRDEPS+= lib/libgpio
.endif
.if ${MK_EFI} != "no"
DIRDEPS+= lib/libefivar
.endif
.if ${MK_OFED} != "no" .if ${MK_OFED} != "no"
DIRDEPS+= \ DIRDEPS+= \
contrib/ofed/usr.lib/libcxgb4 \ contrib/ofed/usr.lib/libcxgb4 \