Makefile revision 1.232
1#	$NetBSD: Makefile,v 1.232 2015/09/25 10:08:35 martin Exp $
2#	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
3
4.include <bsd.own.mk>
5
6SUBDIR=		csu .WAIT
7
8.if (${MKGCC} != "no")
9SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libgcc .WAIT
10.endif
11
12SUBDIR+=	libc
13SUBDIR+=	.WAIT
14
15#
16# The SUBDIRs above are included here for completeness but should be built
17# and installed prior to make(dependall) in this file, as libraries listed
18# below will depend on versions from DESTDIR only.
19#
20
21SUBDIR+=	i18n_module
22
23SUBDIR+=	libarch \
24		libbluetooth libbsdmalloc libbz2 \
25		libcompat libcrypt \
26		libintl libipsec libkvm libm \
27		libossaudio libpci libpmc libposix libprop libpthread \
28		libpthread_dbg libpuffs libresolv librmt librpcsvc librt \
29		libtelnet libterminfo \
30		libusbhid libutil libwrap liby libz
31
32.if !defined(BSD_MK_COMPAT_FILE)
33SUBDIR+=	libkern
34.endif
35
36.if (${MACHINE_CPU} == "arm" || ${MACHINE_CPU} == "aarch64")
37LIBC_MACHINE_ARCH?=${MACHINE_ARCH}
38LIBC_MACHINE_CPU?=${MACHINE_CPU}
39.if ${LIBC_MACHINE_CPU} == "arm" && empty(LIBC_MACHINE_ARCH:M*hf*)
40SUBDIR+=	libc_vfp
41.endif
42.endif
43.if (${MKRUMP} != "no")
44SUBDIR+=	librumpclient
45.endif
46.if (${MKSKEY} != "no")
47SUBDIR+=	libskey
48.endif
49
50.if (${MKMDNS} != "no")
51SUBDIR+=	../external/apache2/mDNSResponder/lib
52.endif
53
54SUBDIR+=	../external/bsd/am-utils/lib
55SUBDIR+=	../external/bsd/blacklist/lib
56
57SUBDIR+=	../external/bsd/flex/lib
58SUBDIR+=	../external/bsd/tre/lib
59SUBDIR+=	../external/bsd/elftoolchain/lib/libelf
60SUBDIR+=	../external/bsd/liblzf/lib
61SUBDIR+=	../external/bsd/libpcap/lib
62
63.if ${MKSLJIT} != "no"
64SUBDIR+=	../external/bsd/sljit/lib
65SUBDIR+=	libbpfjit
66.endif
67
68.if (${MKZFS} != "no")
69SUBDIR+=        ../external/cddl/osnet/lib/libavl
70SUBDIR+=        ../external/cddl/osnet/lib/libnvpair
71SUBDIR+=        ../external/cddl/osnet/lib/libumem
72SUBDIR+=        ../external/cddl/osnet/lib/libuutil
73.endif
74
75SUBDIR+=	../external/mit/expat/lib
76
77SUBDIR+=	../external/public-domain/sqlite/lib
78
79SUBDIR+=	../gnu/lib/libmalloc
80
81.if (${MKGCC} != "no")
82SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libobjc
83SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libgomp
84SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libmudflap
85SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libmudflapth
86# Should probably move GMP, MPFR and MPC builds into the GCC >= 4.5
87# specific build area, but we get better parallelism this way.
88# We don't build compat versions of these.
89. if !defined(MLIBDIR)
90SUBDIR+=	../external/lgpl3/gmp/lib/libgmp
91SUBDIR+=	../external/lgpl3/mpfr/lib/libmpfr
92SUBDIR+=	../external/lgpl3/mpc/lib/libmpc
93. endif
94.endif
95
96#
97# Libraries that depend upon any listed previously
98# (and those that depend upon these [and ...])
99#
100#==================== 1st library dependency barrier ====================
101SUBDIR+=	.WAIT
102
103.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
104SUBDIR+=	../external/bsd/librtld_db/lib		# depends on libutil
105.endif
106
107.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
108SUBDIR+=        ../external/cddl/osnet/lib/libctf
109.endif
110
111SUBDIR+=	../external/public-domain/xz/lib	# depends on libpthread
112
113.if (${MKCRYPTO} != "no")
114SUBDIR+=	../crypto/external/bsd/netpgp/libmj
115SUBDIR+=	../crypto/external/bsd/netpgp/lib/verify # depends on libz
116.endif
117
118SUBDIR+=	../external/bsd/elftoolchain/lib/libdwarf # depends on libelf
119SUBDIR+=	../external/mit/lua/lib # depends on libm
120SUBDIR+=	libcurses	# depends on libterminfo
121SUBDIR+=	libdm		# depends on libprop
122SUBDIR+=	libedit		# depends on libterminfo
123SUBDIR+=	libexecinfo 	# depends on libelf
124SUBDIR+=	libppath	# depends on libprop
125SUBDIR+=	libperfuse	# depends on libpuffs
126SUBDIR+=	libquota	# depends on libprop and librpcsvc
127SUBDIR+=	librefuse	# depends on libpuffs
128SUBDIR+=	libisns 	# depends on libpthread
129.if (${MKRUMP} != "no")
130SUBDIR+=	librumpuser	# depends on libpthread
131SUBDIR+=	librumphijack	# depends on librumpclient and libpthread
132.endif
133
134.if (${MKNPF} != "no")
135SUBDIR+=	libnpf		# depends on libprop
136.endif
137
138.if (${MKCRYPTO} != "no")
139SUBDIR+=	../crypto/external/bsd/openssl/lib # depends on libcrypt
140.endif
141
142SUBDIR+=	../external/bsd/file/lib	# depends on libz
143
144.if (${MKISCSI} != "no")
145SUBDIR+=	../external/bsd/iscsi/lib	# depends on libpthread
146.endif
147
148.if (${MKZFS} != "no")
149SUBDIR+=        ../external/cddl/osnet/lib/libzfs
150SUBDIR+=        ../external/cddl/osnet/lib/libzpool
151.endif
152
153.if (${MKLVM} != "no")
154SUBDIR+=	../external/gpl2/lvm2/lib	# depends on libprop
155.endif
156
157.if (${MKBINUTILS} != "no")
158SUBDIR+=	../external/gpl3/binutils/lib	# libbfd depends on libz
159.endif
160
161.if (${MKLIBCXX} != "no")
162SUBDIR+=	../external/bsd/libc++
163.endif
164
165.if (${MKGCC} != "no" && ${MKCXX} != "no" && ${MKLIBSTDCXX} != "no")
166SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libstdc++-v3
167SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libsupc++
168.endif
169
170#==================== 2nd library dependency barrier ====================
171SUBDIR+=	.WAIT
172
173SANITIZER_DIR=../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libasan
174.if exists(${SANITIZER_DIR})
175SUBDIR+=	${SANITIZER_DIR}
176.endif
177
178SUBDIR+=	../external/bsd/libarchive/lib	# depends on libxz
179
180.if (${MKNPF} != "no")
181SUBDIR+=	npf		# depends on libnpf
182.endif
183
184.if (${MKATF} != "no")
185SUBDIR+=	../external/bsd/atf/lib		# depends on libstdc++
186.endif
187
188.if (${MKKYUA} != "no")
189SUBDIR+=	../external/bsd/lutok/lib	# depends on lua and libstdc++
190.endif
191
192SUBDIR+=	libform		# depends on libcurses
193SUBDIR+=	libmenu		# depends on libcurses
194SUBDIR+=	libradius	# depends on libcrypto if (${MKCRYPTO} != "no")
195.if (${MKRUMP} != "no")
196SUBDIR+=	librump		# depends on librumpuser
197.endif
198
199.if (${MKKERBEROS} != "no")
200SUBDIR+=	../crypto/external/bsd/heimdal/lib	# depends on libcrypto
201							# libedit, libterminfo,
202.endif
203
204.if (${MKCRYPTO} != "no")
205SUBDIR+=	../crypto/external/bsd/openssh/lib # depends on libcrypto, libz
206SUBDIR+=	../crypto/external/bsd/netpgp/lib  # depends on libcrypto, ...
207.endif
208
209SUBDIR+=	../external/bsd/libevent/lib	# depends on libcrypto
210.if ${MKDTRACE} != "no" && ${MKCTF} != "no"
211SUBDIR+=	../external/bsd/libproc/lib	# depends on libstdc++, libctf
212.endif
213SUBDIR+=	../external/bsd/fetch/lib	# depends on libssl
214
215.if (${MKLDAP} != "no")
216SUBDIR+=	../external/bsd/openldap/lib	# depends on libcrypto, ...
217.endif
218
219#==================== 3rd library dependency barrier ====================
220SUBDIR+=	.WAIT
221
222SUBDIR+=	../external/bsd/bind/lib	# depends on heimdal, libcrypto
223
224.if ${MKDTRACE} != "no"
225SUBDIR+=        ../external/cddl/osnet/lib/libdtrace	# depends on libproc
226.endif
227
228.if (${MKRUMP} != "no")
229SUBDIR+=	librumpdev	# depends on librump
230SUBDIR+=	librumpnet	# depends on librump
231SUBDIR+=	librumpvfs	# depends on librump
232.endif
233
234.if (${MKPAM} != "no")
235SUBDIR+=	libpam		# depends on heimdal
236.endif
237
238.if (${MKCRYPTO} != "no")
239SUBDIR+=	../crypto/external/bsd/libsaslc	# depends on heimdal, openssl
240.endif
241
242SUBDIR+=	../external/bsd/mdocml/lib
243
244.if (${MKRUMP} != "no")
245#==================== 4th library dependency barrier ====================
246SUBDIR+=	.WAIT
247
248SUBDIR+=	libukfs		# depends on librumpvfs, librump
249
250.if (${MKTPM} != "no")
251SUBDIR+=	../crypto/external/cpl/trousers/lib
252.endif
253
254#==================== 5th library dependency barrier ====================
255SUBDIR+=	.WAIT
256
257SUBDIR+=	libp2k		# depends on libukfs, librumpvfs, libpuffs
258
259.if (${MKTPM} != "no")
260SUBDIR+=	../crypto/external/cpl/tpm-tools/lib	# depends on trousers
261.endif
262
263.if !defined(BSD_MK_COMPAT_FILE)
264SUBDIR+=	../sys/rump/dev/lib
265SUBDIR+=	../sys/rump/fs/lib
266SUBDIR+=	../sys/rump/kern/lib
267SUBDIR+=	../sys/rump/net/lib
268.endif
269.endif
270
271# Lua bindings come last, they might depend on anything
272SUBDIR+=	lua
273
274# Needed by rump and rescue which are outside the smbfs tree
275SUBDIR+=	../external/bsd/smbfs/lib
276
277.include <bsd.buildinstall.mk>
278.include <bsd.subdir.mk>
279