1# $FreeBSD$ 2 3.if !make(install) 4SUBDIR= libclanganalysis \ 5 libclangast \ 6 libclangbasic \ 7 libclangchecker \ 8 libclangcodegen \ 9 libclangdriver \ 10 libclangindex \ 11 libclangfrontend \ 12 libclangfrontendtool \ 13 libclanglex \ 14 libclangparse \ 15 libclangrewrite \ 16 libclangsema \ 17 libclangserialization \ 18 \ 19 libllvmanalysis \ 20 libllvmasmparser \ 21 libllvmasmprinter \ 22 libllvmbitreader \ 23 libllvmbitwriter \ 24 libllvmcodegen \ 25 libllvminstcombine \ 26 libllvmcore \ 27 libllvmipa \ 28 libllvmipo \ 29 libllvmmc \ 30 libllvmmcparser \ 31 libllvmscalaropts \ 32 libllvmselectiondag \ 33 libllvmsupport \ 34 libllvmsystem \ 35 libllvmtarget \ 36 libllvmtransformutils \ 37 \ 38 libllvmarmasmparser \ 39 libllvmarmasmprinter \ 40 libllvmarmcodegen \ 41 libllvmarminfo \ 42 libllvmmipsasmprinter \ 43 libllvmmipscodegen \ 44 libllvmmipsinfo \ 45 libllvmpowerpcasmprinter \ 46 libllvmpowerpccodegen \ 47 libllvmpowerpcinfo \ 48 libllvmx86asmparser \ 49 libllvmx86asmprinter \ 50 libllvmx86codegen \ 51 libllvmx86disassembler \ 52 libllvmx86info 53.endif 54 55SUBDIR+= include 56 57.include <bsd.subdir.mk> 58