aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/Makefile
blob: cbb2c2a7175fdef194307d6af6f08e86f9072e98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.include <src.opts.mk>

# These have to be built in order.
SUBDIR=		libllvm
.if ${MK_CLANG} != "no" || ${MK_LLDB} != "no"
SUBDIR+=	libclang
SUBDIR+=	headers
.endif
.if ${MK_LLDB} != "no"
SUBDIR+=	liblldb
.endif

.include <bsd.subdir.mk>