61 lines
1.1 KiB
Makefile
61 lines
1.1 KiB
Makefile
# $FreeBSD$
|
|
|
|
.if !make(install)
|
|
SUBDIR= libclanganalysis \
|
|
libclangast \
|
|
libclangbasic \
|
|
libclangcodegen \
|
|
libclangdriver \
|
|
libclangfrontend \
|
|
libclangfrontendtool \
|
|
libclangindex \
|
|
libclanglex \
|
|
libclangparse \
|
|
libclangrewrite \
|
|
libclangsema \
|
|
libclangserialization \
|
|
libclangstaticanalyzercheckers \
|
|
libclangstaticanalyzercore \
|
|
libclangstaticanalyzerfrontend \
|
|
\
|
|
libllvmanalysis \
|
|
libllvmasmparser \
|
|
libllvmasmprinter \
|
|
libllvmbitreader \
|
|
libllvmbitwriter \
|
|
libllvmcodegen \
|
|
libllvmcore \
|
|
libllvminstcombine \
|
|
libllvminstrumentation \
|
|
libllvmipa \
|
|
libllvmipo \
|
|
libllvmmc \
|
|
libllvmmcparser \
|
|
libllvmscalaropts \
|
|
libllvmselectiondag \
|
|
libllvmsupport \
|
|
libllvmtarget \
|
|
libllvmtransformutils \
|
|
\
|
|
libllvmarmasmparser \
|
|
libllvmarmcodegen \
|
|
libllvmarmdisassembler \
|
|
libllvmarminfo \
|
|
libllvmarminstprinter \
|
|
libllvmmipscodegen \
|
|
libllvmmipsinfo \
|
|
libllvmpowerpccodegen \
|
|
libllvmpowerpcinfo \
|
|
libllvmpowerpcinstprinter \
|
|
libllvmx86asmparser \
|
|
libllvmx86codegen \
|
|
libllvmx86disassembler \
|
|
libllvmx86info \
|
|
libllvmx86instprinter \
|
|
libllvmx86utils
|
|
.endif
|
|
|
|
SUBDIR+= include
|
|
|
|
.include <bsd.subdir.mk>
|