xref: /freebsd/lib/Makefile (revision 1ecf01065b45018de3901c8bf89d703af737feeb)
1.include <src.opts.mk>
2
3# The SUBDIR_BOOTSTRAP list is a small set of libraries which are used by many
4# of the other libraries.  These are built first with a .WAIT between them
5# and the main list to avoid needing a SUBDIR_DEPEND line on every library
6# naming just these few items.
7
8SUBDIR_BOOTSTRAP= \
9	csu \
10	.WAIT \
11	libc \
12	libc_nonshared \
13	libcompiler_rt \
14	${_libclang_rt} \
15	libc++ \
16	libc++experimental \
17	libcxxrt \
18	libder \
19	libdiff \
20	libelf \
21	libssp \
22	libssp_nonshared \
23	libsys \
24	msun
25
26# The main list; please keep these sorted alphabetically.
27# The only exception is sqlite3: we place it at the start of the list since it
28# takes a long time to build and starting it first improves parallelism.
29
30SUBDIR=	${SUBDIR_BOOTSTRAP} \
31	.WAIT \
32	libsqlite3 \
33	geom \
34	lib9p \
35	libalias \
36	libarchive \
37	libauditd \
38	libbegemot \
39	libblocksruntime \
40	libbsddialog \
41	libbsdstat \
42	libbsm \
43	libbz2 \
44	libcalendar \
45	libcam \
46	libcapsicum \
47	libcasper \
48	libcompat \
49	libcrypt \
50	libdevctl \
51	libdevdctl \
52	libdevinfo \
53	libdevstat \
54	libdl \
55	libdwarf \
56	libedit \
57	libelftc \
58	libevent1 \
59	libexecinfo \
60	libexpat \
61	libfetch \
62	libgcc_eh \
63	libgcc_s \
64	libgeom \
65	libifconfig \
66	libipsec \
67	libiscsiutil \
68	libjail \
69	libkiconv \
70	libkldelf \
71	libkvm \
72	liblua \
73	liblzma \
74	libmemstat \
75	libmd \
76	libmixer \
77	libmt \
78	lib80211 \
79	libnetbsd \
80	libnetmap \
81	libnv \
82	libnvmf \
83	libopenbsd \
84	libpam \
85	libpathconv \
86	libpcap \
87	libpjdlog \
88	libproc \
89	libprocstat \
90	libregex \
91	librpcsvc \
92	librss \
93	librt \
94	librtld_db \
95	libsamplerate \
96	libsbuf \
97	libsmb \
98	libstdbuf \
99	libstdthreads \
100	libsysdecode \
101	libtacplus \
102	libthr \
103	libthread_db \
104	libucl \
105	libufs \
106	libugidfw \
107	libulog \
108	libutil \
109	libutil++ \
110	libuvmem \
111	${_libvgl} \
112	libwrap \
113	libxo \
114	liby \
115	libyaml \
116	libz \
117	libzstd \
118	ncurses \
119	nss_tacplus
120
121# Inter-library dependencies.  When the makefile for a library contains LDADD
122# libraries, those libraries should be listed as build order dependencies here.
123
124SUBDIR_DEPEND_geom=	libufs
125SUBDIR_DEPEND_googletest= libregex
126SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd
127SUBDIR_DEPEND_libauditdm= libbsm
128SUBDIR_DEPEND_libbsddialog= ncurses
129SUBDIR_DEPEND_libbsnmp= ${_libnetgraph}
130SUBDIR_DEPEND_libc++:= libcxxrt
131# libssp_nonshared doesn't need to be linked into libc on every arch, but it is
132# small enough to build that this bit of serialization is likely insignificant.
133SUBDIR_DEPEND_libc= libsys libcompiler_rt libssp_nonshared
134SUBDIR_DEPEND_libcam= libsbuf
135SUBDIR_DEPEND_libcasper= libnv
136SUBDIR_DEPEND_libcrypt= libmd
137SUBDIR_DEPEND_libdevstat= libkvm
138SUBDIR_DEPEND_libdpv= libfigpar ncurses libutil
139SUBDIR_DEPEND_libedit= ncurses
140SUBDIR_DEPEND_libgeom= libexpat libsbuf
141.if ${MK_MITKRB5} == "no"
142SUBDIR_DEPEND_librpcsec_gss= libgssapi
143.endif
144SUBDIR_DEPEND_libmagic= libz
145SUBDIR_DEPEND_libmemstat= libkvm
146SUBDIR_DEPEND_libpam= libcrypt ${_libradius} librpcsvc libtacplus libutil ${_libypclnt} ${_libcom_err}
147SUBDIR_DEPEND_libpjdlog= libutil
148SUBDIR_DEPEND_libprocstat= libkvm libutil
149SUBDIR_DEPEND_libradius= libmd
150SUBDIR_DEPEND_libsmb= libkiconv
151# See comment above about libssp_nonshared
152SUBDIR_DEPEND_libsys= libcompiler_rt libssp_nonshared
153SUBDIR_DEPEND_libtacplus= libmd
154SUBDIR_DEPEND_libulog= libmd
155SUBDIR_DEPEND_libunbound= ${_libldns}
156SUBDIR_DEPEND_liblzma= libthr
157.if ${MK_OFED} != "no"
158SUBDIR_DEPEND_libpcap= ofed
159.endif
160SUBDIR_DEPEND_nss_tacplus= libtacplus
161SUBDIR_DEPEND_virtual_oss= libsamplerate
162
163# NB: keep these sorted by MK_* knobs
164
165SUBDIR.${MK_BEARSSL}+=	libbearssl libsecureboot
166SUBDIR.${MK_BLACKLIST}+=libblacklist
167SUBDIR.${MK_BLOCKLIST}+=libblocklist
168SUBDIR.${MK_BLUETOOTH}+=libbluetooth libsdp
169SUBDIR.${MK_BSNMP}+=	libbsnmp
170
171.if !defined(COMPAT_LIBCOMPAT)
172.if ${MK_CLANG} != "no" || ${MK_LLD} != "no" || \
173    ${MK_LLDB} != "no" || ${MK_LLVM_BINUTILS} != "no"
174SUBDIR+=	clang
175.endif
176.endif
177
178SUBDIR.${MK_CUSE}+= 	libcuse
179SUBDIR.${MK_CUSE}+=	virtual_oss
180SUBDIR.${MK_TOOLCHAIN}+=libpe
181SUBDIR.${MK_DIALOG}+=	libdpv libfigpar
182SUBDIR.${MK_FDT}+=	libfdt
183SUBDIR.${MK_FILE}+=	libmagic
184SUBDIR.${MK_GPIO}+=	libgpio
185.if ${MK_MITKRB5} == "no"
186SUBDIR.${MK_KERBEROS}+=	libgssapi
187.endif
188SUBDIR.${MK_KERBEROS}+=	librpcsec_gss
189SUBDIR.${MK_ICONV}+=	libiconv_modules
190.if ${MK_MITKRB5} == "no"
191SUBDIR.${MK_KERBEROS}+=	libcom_err
192.endif
193SUBDIR.${MK_LDNS}+=	libldns
194SUBDIR.${MK_STATS}+=	libstats
195
196# The libraries under libclang_rt can only be built by clang.
197.if (${COMPILER_TYPE} == "clang" || make(clean) || make(cleandir)) && \
198    ${MK_CLANG} != "no"
199_libclang_rt=	libclang_rt
200.elif (${MK_ASAN} != "no" || ${MK_UBSAN} != "no") && make(all)
201.error Requested build with sanitizers but cannot build runtime libraries!
202.endif
203
204# This construct disables libefivar for 32-bit build.
205.if ${MACHINE_CPUARCH} != "i386"
206SUBDIR.${MK_EFI}+=	libefivar
207.endif
208SUBDIR.${MK_GOOGLETEST}+=	googletest
209SUBDIR.${MK_NETGRAPH}+=	libnetgraph
210SUBDIR.${MK_NIS}+=	libypclnt
211
212.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
213_libvgl=	libvgl
214.endif
215
216.if ${MACHINE_CPUARCH} == "aarch64"
217SUBDIR.${MK_PMC}+=	libopencsd
218.endif
219
220.if ${MACHINE_CPUARCH} == "amd64"
221SUBDIR.${MK_PMC}+=	libipt
222.endif
223
224.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64" || \
225    ${MACHINE_CPUARCH} == "riscv"
226SUBDIR.${MK_BHYVE}+=	libvmmapi
227.endif
228
229.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm"
230SUBDIR.${MK_OPENMP}+=	libomp
231.endif
232.if ${MK_USB} != "no"
233SUBDIR.${MK_OPENSSH}+=	libcbor libfido2
234.endif
235SUBDIR.${MK_OPENSSL}+=	libmp
236SUBDIR.${MK_PF}+=	libpfctl
237SUBDIR.${MK_PMC}+=	libpmc libpmcstat
238SUBDIR.${MK_RADIUS_SUPPORT}+=	libradius
239SUBDIR.${MK_SENDMAIL}+=	libmilter libsm libsmdb libsmutil
240SUBDIR.${MK_TELNET}+=	libtelnet
241SUBDIR.${MK_TESTS_SUPPORT}+=	atf
242SUBDIR.${MK_TESTS_SUPPORT}+=	liblutok
243SUBDIR.${MK_TESTS}+=	tests
244SUBDIR.${MK_UNBOUND}+=	libunbound
245SUBDIR.${MK_USB}+=	libusbhid libusb
246SUBDIR.${MK_OFED}+=	ofed
247SUBDIR.${MK_VERIEXEC}+=	libveriexec
248SUBDIR.${MK_ZFS}+=	libbe
249
250.if !make(install)
251SUBDIR_PARALLEL=
252.endif
253
254.include <bsd.subdir.mk>
255