xref: /freebsd/lib/clang/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3# These have to be built in order.
4SUBDIR=		libllvm
5.if ${MK_CLANG} != "no" || ${MK_LLDB} != "no"
6SUBDIR+=	libclang
7SUBDIR+=	headers
8.endif
9.if ${MK_LLDB} != "no"
10SUBDIR+=	liblldb
11.endif
12
13.include <bsd.subdir.mk>
14