Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/lib/clang/Makefile
34815 views
.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>