Makefile (51dd214c84efceda87c2ac10d34b7e3ee5b6c28f) | Makefile (1ae6788e516b0849e16085dbc4f035ec6e86b09a) |
---|---|
1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5.if !make(install) 6.if ${MK_CLANG_FULL} != "no" 7_libclangstaticanalyzer= \ 8 libclangstaticanalyzercheckers \ --- 29 unchanged lines hidden (view full) --- 38 libllvmcore \ 39 libllvminstcombine \ 40 libllvminstrumentation \ 41 libllvmipa \ 42 libllvmipo \ 43 libllvmirreader \ 44 libllvmlinker \ 45 libllvmmc \ | 1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5.if !make(install) 6.if ${MK_CLANG_FULL} != "no" 7_libclangstaticanalyzer= \ 8 libclangstaticanalyzercheckers \ --- 29 unchanged lines hidden (view full) --- 38 libllvmcore \ 39 libllvminstcombine \ 40 libllvminstrumentation \ 41 libllvmipa \ 42 libllvmipo \ 43 libllvmirreader \ 44 libllvmlinker \ 45 libllvmmc \ |
46 libllvmmcdisassembler \ |
|
46 libllvmmcparser \ 47 libllvmobjcarcopts \ 48 libllvmobject \ 49 libllvmoption \ 50 libllvmprofiledata \ 51 libllvmscalaropts \ 52 libllvmselectiondag \ 53 libllvmsupport \ --- 37 unchanged lines hidden (view full) --- 91 libllvmx86codegen \ 92 libllvmx86desc \ 93 libllvmx86disassembler \ 94 libllvmx86info \ 95 libllvmx86instprinter \ 96 libllvmx86utils 97 98.if ${MK_CLANG_EXTRAS} != "no" | 47 libllvmmcparser \ 48 libllvmobjcarcopts \ 49 libllvmobject \ 50 libllvmoption \ 51 libllvmprofiledata \ 52 libllvmscalaropts \ 53 libllvmselectiondag \ 54 libllvmsupport \ --- 37 unchanged lines hidden (view full) --- 92 libllvmx86codegen \ 93 libllvmx86desc \ 94 libllvmx86disassembler \ 95 libllvmx86info \ 96 libllvmx86instprinter \ 97 libllvmx86utils 98 99.if ${MK_CLANG_EXTRAS} != "no" |
99SUBDIR+=libllvmdebuginfo \ 100 libllvmmcanalysis | 100SUBDIR+=libllvmdebuginfo |
101.endif # MK_CLANG_EXTRAS 102.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no" 103SUBDIR+=libllvmexecutionengine \ 104 libllvminterpreter \ | 101.endif # MK_CLANG_EXTRAS 102.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no" 103SUBDIR+=libllvmexecutionengine \ 104 libllvminterpreter \ |
105 libllvmjit \ 106 libllvmmcdisassembler \ | |
107 libllvmmcjit \ 108 libllvmruntimedyld 109.endif # MK_CLANG_EXTRAS | LLDB 110 111.if ${MK_LLDB} != "no" 112SUBDIR+=liblldb \ 113 \ 114 liblldbAPI \ --- 45 unchanged lines hidden --- | 105 libllvmmcjit \ 106 libllvmruntimedyld 107.endif # MK_CLANG_EXTRAS | LLDB 108 109.if ${MK_LLDB} != "no" 110SUBDIR+=liblldb \ 111 \ 112 liblldbAPI \ --- 45 unchanged lines hidden --- |