freebsd-src/lib/clang/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
238 B
Makefile
Raw Normal View History

.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>