xref: /freebsd/lib/clang/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1c6063d0dSWarner Losh.include <src.opts.mk>
26bb1caddSDimitry Andric
3986e05bcSDimitry Andric# These have to be built in order.
4986e05bcSDimitry AndricSUBDIR=		libllvm
5*adc88b9cSEd Maste.if ${MK_CLANG} != "no" || ${MK_LLDB} != "no"
6986e05bcSDimitry AndricSUBDIR+=	libclang
7021385abSAlex RichardsonSUBDIR+=	headers
8021385abSAlex Richardson.endif
97273339dSWarner Losh.if ${MK_LLDB} != "no"
10986e05bcSDimitry AndricSUBDIR+=	liblldb
11986e05bcSDimitry Andric.endif
1254ff5d73SDimitry Andric
1347c832c3SRoman Divacky.include <bsd.subdir.mk>
14