e580952d8a
Approved-by: rpaulo (mentor)
56 lines
1000 B
Makefile
56 lines
1000 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libclanganalysis \
|
|
libclangast \
|
|
libclangbasic \
|
|
libclangchecker \
|
|
libclangcodegen \
|
|
libclangdriver \
|
|
libclangindex \
|
|
libclangfrontend \
|
|
libclangfrontendtool \
|
|
libclanglex \
|
|
libclangparse \
|
|
libclangrewrite \
|
|
libclangsema \
|
|
libclangserialization \
|
|
\
|
|
libllvmanalysis \
|
|
libllvmasmparser \
|
|
libllvmasmprinter \
|
|
libllvmbitreader \
|
|
libllvmbitwriter \
|
|
libllvmcodegen \
|
|
libllvminstcombine \
|
|
libllvmcore \
|
|
libllvmipa \
|
|
libllvmipo \
|
|
libllvmmc \
|
|
libllvmmcparser \
|
|
libllvmscalaropts \
|
|
libllvmselectiondag \
|
|
libllvmsupport \
|
|
libllvmsystem \
|
|
libllvmtarget \
|
|
libllvmtransformutils \
|
|
\
|
|
libllvmarmasmparser \
|
|
libllvmarmasmprinter \
|
|
libllvmarmcodegen \
|
|
libllvmarminfo \
|
|
libllvmmipsasmprinter \
|
|
libllvmmipscodegen \
|
|
libllvmmipsinfo \
|
|
libllvmpowerpcasmprinter \
|
|
libllvmpowerpccodegen \
|
|
libllvmpowerpcinfo \
|
|
libllvmx86asmparser \
|
|
libllvmx86asmprinter \
|
|
libllvmx86codegen \
|
|
libllvmx86disassembler \
|
|
libllvmx86info \
|
|
\
|
|
include
|
|
|
|
.include <bsd.subdir.mk>
|