]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/Makefile
MFV 45916e7c91ce: libbsdxml (expat) 2.4.7
[FreeBSD/FreeBSD.git] / lib / clang / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 # These have to be built in order.
6 SUBDIR=         libllvm
7 .if ${MK_CLANG} != "no" || ${MK_LLDB} != "no"
8 SUBDIR+=        libclang
9 SUBDIR+=        headers
10 .endif
11 .if ${MK_LLDB} != "no"
12 SUBDIR+=        liblldb
13 .endif
14
15 .include <bsd.subdir.mk>