DIRDEPS_BUILD: Hookup CLANG_EXTRAS.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
f8ed4050d5
commit
6b128c1707
15
lib/clang/libllvmdebuginfodwarf/Makefile.depend
Normal file
15
lib/clang/libllvmdebuginfodwarf/Makefile.depend
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libc++ \
|
||||
lib/msun \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
15
lib/clang/libllvmdebuginfopdb/Makefile.depend
Normal file
15
lib/clang/libllvmdebuginfopdb/Makefile.depend
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libc++ \
|
||||
lib/msun \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
18
lib/clang/libllvmlibdriver/Makefile.depend
Normal file
18
lib/clang/libllvmlibdriver/Makefile.depend
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libc++ \
|
||||
lib/msun \
|
||||
usr.bin/clang/tblgen.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
LibDriver.o: Options.inc.h
|
||||
LibDriver.po: Options.inc.h
|
||||
.endif
|
18
lib/clang/libllvmlto/Makefile.depend
Normal file
18
lib/clang/libllvmlto/Makefile.depend
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libc++ \
|
||||
lib/msun \
|
||||
usr.bin/clang/tblgen.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
LTOCodeGenerator.o: Intrinsics.inc.h
|
||||
LTOCodeGenerator.po: Intrinsics.inc.h
|
||||
.endif
|
15
lib/clang/libllvmmirparser/Makefile.depend
Normal file
15
lib/clang/libllvmmirparser/Makefile.depend
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libc++ \
|
||||
lib/msun \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
15
lib/clang/libllvmorcjit/Makefile.depend
Normal file
15
lib/clang/libllvmorcjit/Makefile.depend
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libc++ \
|
||||
lib/msun \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
18
lib/clang/libllvmpasses/Makefile.depend
Normal file
18
lib/clang/libllvmpasses/Makefile.depend
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libc++ \
|
||||
lib/msun \
|
||||
usr.bin/clang/tblgen.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
PassBuilder.o: Intrinsics.inc.h
|
||||
PassBuilder.po: Intrinsics.inc.h
|
||||
.endif
|
@ -18,4 +18,32 @@ DIRDEPS+= \
|
||||
usr.bin/clang/lldb
|
||||
.endif
|
||||
|
||||
.if ${MK_CLANG_EXTRAS} == "yes"
|
||||
DIRDEPS+= \
|
||||
usr.bin/clang/bugpoint \
|
||||
usr.bin/clang/llc \
|
||||
usr.bin/clang/lli \
|
||||
usr.bin/clang/llvm-ar \
|
||||
usr.bin/clang/llvm-as \
|
||||
usr.bin/clang/llvm-bcanalyzer \
|
||||
usr.bin/clang/llvm-cov \
|
||||
usr.bin/clang/llvm-cxxdump \
|
||||
usr.bin/clang/llvm-diff \
|
||||
usr.bin/clang/llvm-dis \
|
||||
usr.bin/clang/llvm-dwarfdump \
|
||||
usr.bin/clang/llvm-extract \
|
||||
usr.bin/clang/llvm-link \
|
||||
usr.bin/clang/llvm-lto \
|
||||
usr.bin/clang/llvm-mc \
|
||||
usr.bin/clang/llvm-nm \
|
||||
usr.bin/clang/llvm-objdump \
|
||||
usr.bin/clang/llvm-pdbdump \
|
||||
usr.bin/clang/llvm-profdata \
|
||||
usr.bin/clang/llvm-rtdyld \
|
||||
usr.bin/clang/llvm-symbolizer \
|
||||
usr.bin/clang/macho-dump \
|
||||
usr.bin/clang/opt \
|
||||
|
||||
.endif
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
47
usr.bin/clang/bugpoint/Makefile.depend
Normal file
47
usr.bin/clang/bugpoint/Makefile.depend
Normal file
@ -0,0 +1,47 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmasmparser \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmbitwriter \
|
||||
lib/clang/libllvmcodegen \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvminstrumentation \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmipo \
|
||||
lib/clang/libllvmirreader \
|
||||
lib/clang/libllvmlinker \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmobjcarcopts \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtarget \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmvectorize \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
usr.bin/clang/tblgen.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
bugpoint.o: Intrinsics.inc.h
|
||||
bugpoint.po: Intrinsics.inc.h
|
||||
.endif
|
85
usr.bin/clang/llc/Makefile.depend
Normal file
85
usr.bin/clang/llc/Makefile.depend
Normal file
@ -0,0 +1,85 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmaarch64asmparser \
|
||||
lib/clang/libllvmaarch64codegen \
|
||||
lib/clang/libllvmaarch64desc \
|
||||
lib/clang/libllvmaarch64disassembler \
|
||||
lib/clang/libllvmaarch64info \
|
||||
lib/clang/libllvmaarch64instprinter \
|
||||
lib/clang/libllvmaarch64utils \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmarmasmparser \
|
||||
lib/clang/libllvmarmcodegen \
|
||||
lib/clang/libllvmarmdesc \
|
||||
lib/clang/libllvmarmdisassembler \
|
||||
lib/clang/libllvmarminfo \
|
||||
lib/clang/libllvmarminstprinter \
|
||||
lib/clang/libllvmasmparser \
|
||||
lib/clang/libllvmasmprinter \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcodegen \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvminstrumentation \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmirreader \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcdisassembler \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmmipsasmparser \
|
||||
lib/clang/libllvmmipscodegen \
|
||||
lib/clang/libllvmmipsdesc \
|
||||
lib/clang/libllvmmipsdisassembler \
|
||||
lib/clang/libllvmmipsinfo \
|
||||
lib/clang/libllvmmipsinstprinter \
|
||||
lib/clang/libllvmmirparser \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmpowerpcasmparser \
|
||||
lib/clang/libllvmpowerpccodegen \
|
||||
lib/clang/libllvmpowerpcdesc \
|
||||
lib/clang/libllvmpowerpcdisassembler \
|
||||
lib/clang/libllvmpowerpcinfo \
|
||||
lib/clang/libllvmpowerpcinstprinter \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmselectiondag \
|
||||
lib/clang/libllvmsparcasmparser \
|
||||
lib/clang/libllvmsparccodegen \
|
||||
lib/clang/libllvmsparcdesc \
|
||||
lib/clang/libllvmsparcdisassembler \
|
||||
lib/clang/libllvmsparcinfo \
|
||||
lib/clang/libllvmsparcinstprinter \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtarget \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmx86asmparser \
|
||||
lib/clang/libllvmx86codegen \
|
||||
lib/clang/libllvmx86desc \
|
||||
lib/clang/libllvmx86disassembler \
|
||||
lib/clang/libllvmx86info \
|
||||
lib/clang/libllvmx86instprinter \
|
||||
lib/clang/libllvmx86utils \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
usr.bin/clang/tblgen.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
llc.o: Intrinsics.inc.h
|
||||
llc.po: Intrinsics.inc.h
|
||||
.endif
|
55
usr.bin/clang/lli/Makefile.depend
Normal file
55
usr.bin/clang/lli/Makefile.depend
Normal file
@ -0,0 +1,55 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmasmparser \
|
||||
lib/clang/libllvmasmprinter \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcodegen \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmexecutionengine \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvminstrumentation \
|
||||
lib/clang/libllvminterpreter \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmirreader \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcdisassembler \
|
||||
lib/clang/libllvmmcjit \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmorcjit \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmruntimedyld \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmselectiondag \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtarget \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmx86asmparser \
|
||||
lib/clang/libllvmx86codegen \
|
||||
lib/clang/libllvmx86desc \
|
||||
lib/clang/libllvmx86disassembler \
|
||||
lib/clang/libllvmx86info \
|
||||
lib/clang/libllvmx86instprinter \
|
||||
lib/clang/libllvmx86utils \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
15
usr.bin/clang/llvm-ar/Makefile.depend
Normal file
15
usr.bin/clang/llvm-ar/Makefile.depend
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libc++ \
|
||||
lib/msun \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
26
usr.bin/clang/llvm-as/Makefile.depend
Normal file
26
usr.bin/clang/llvm-as/Makefile.depend
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmasmparser \
|
||||
lib/clang/libllvmbitwriter \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
25
usr.bin/clang/llvm-bcanalyzer/Makefile.depend
Normal file
25
usr.bin/clang/llvm-bcanalyzer/Makefile.depend
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
29
usr.bin/clang/llvm-cov/Makefile.depend
Normal file
29
usr.bin/clang/llvm-cov/Makefile.depend
Normal file
@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
79
usr.bin/clang/llvm-cxxdump/Makefile.depend
Normal file
79
usr.bin/clang/llvm-cxxdump/Makefile.depend
Normal file
@ -0,0 +1,79 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmaarch64asmparser \
|
||||
lib/clang/libllvmaarch64codegen \
|
||||
lib/clang/libllvmaarch64desc \
|
||||
lib/clang/libllvmaarch64disassembler \
|
||||
lib/clang/libllvmaarch64info \
|
||||
lib/clang/libllvmaarch64instprinter \
|
||||
lib/clang/libllvmaarch64utils \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmarmasmparser \
|
||||
lib/clang/libllvmarmcodegen \
|
||||
lib/clang/libllvmarmdesc \
|
||||
lib/clang/libllvmarmdisassembler \
|
||||
lib/clang/libllvmarminfo \
|
||||
lib/clang/libllvmarminstprinter \
|
||||
lib/clang/libllvmasmprinter \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcodegen \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvminstrumentation \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcdisassembler \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmmipsasmparser \
|
||||
lib/clang/libllvmmipscodegen \
|
||||
lib/clang/libllvmmipsdesc \
|
||||
lib/clang/libllvmmipsdisassembler \
|
||||
lib/clang/libllvmmipsinfo \
|
||||
lib/clang/libllvmmipsinstprinter \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmpowerpcasmparser \
|
||||
lib/clang/libllvmpowerpccodegen \
|
||||
lib/clang/libllvmpowerpcdesc \
|
||||
lib/clang/libllvmpowerpcdisassembler \
|
||||
lib/clang/libllvmpowerpcinfo \
|
||||
lib/clang/libllvmpowerpcinstprinter \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmselectiondag \
|
||||
lib/clang/libllvmsparcasmparser \
|
||||
lib/clang/libllvmsparccodegen \
|
||||
lib/clang/libllvmsparcdesc \
|
||||
lib/clang/libllvmsparcdisassembler \
|
||||
lib/clang/libllvmsparcinfo \
|
||||
lib/clang/libllvmsparcinstprinter \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtarget \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmx86asmparser \
|
||||
lib/clang/libllvmx86codegen \
|
||||
lib/clang/libllvmx86desc \
|
||||
lib/clang/libllvmx86disassembler \
|
||||
lib/clang/libllvmx86info \
|
||||
lib/clang/libllvmx86instprinter \
|
||||
lib/clang/libllvmx86utils \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
27
usr.bin/clang/llvm-diff/Makefile.depend
Normal file
27
usr.bin/clang/llvm-diff/Makefile.depend
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmasmparser \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmirreader \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
29
usr.bin/clang/llvm-dis/Makefile.depend
Normal file
29
usr.bin/clang/llvm-dis/Makefile.depend
Normal file
@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
usr.bin/clang/tblgen.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
llvm-dis.o: Intrinsics.inc.h
|
||||
llvm-dis.po: Intrinsics.inc.h
|
||||
.endif
|
30
usr.bin/clang/llvm-dwarfdump/Makefile.depend
Normal file
30
usr.bin/clang/llvm-dwarfdump/Makefile.depend
Normal file
@ -0,0 +1,30 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmdebuginfodwarf \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
39
usr.bin/clang/llvm-extract/Makefile.depend
Normal file
39
usr.bin/clang/llvm-extract/Makefile.depend
Normal file
@ -0,0 +1,39 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmasmparser \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmbitwriter \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmipo \
|
||||
lib/clang/libllvmirreader \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmvectorize \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
32
usr.bin/clang/llvm-link/Makefile.depend
Normal file
32
usr.bin/clang/llvm-link/Makefile.depend
Normal file
@ -0,0 +1,32 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmasmparser \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmbitwriter \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmirreader \
|
||||
lib/clang/libllvmlinker \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
88
usr.bin/clang/llvm-lto/Makefile.depend
Normal file
88
usr.bin/clang/llvm-lto/Makefile.depend
Normal file
@ -0,0 +1,88 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmaarch64asmparser \
|
||||
lib/clang/libllvmaarch64codegen \
|
||||
lib/clang/libllvmaarch64desc \
|
||||
lib/clang/libllvmaarch64disassembler \
|
||||
lib/clang/libllvmaarch64info \
|
||||
lib/clang/libllvmaarch64instprinter \
|
||||
lib/clang/libllvmaarch64utils \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmarmasmparser \
|
||||
lib/clang/libllvmarmcodegen \
|
||||
lib/clang/libllvmarmdesc \
|
||||
lib/clang/libllvmarmdisassembler \
|
||||
lib/clang/libllvmarminfo \
|
||||
lib/clang/libllvmarminstprinter \
|
||||
lib/clang/libllvmasmprinter \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmbitwriter \
|
||||
lib/clang/libllvmcodegen \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvminstrumentation \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmipo \
|
||||
lib/clang/libllvmlinker \
|
||||
lib/clang/libllvmlto \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcdisassembler \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmmipsasmparser \
|
||||
lib/clang/libllvmmipscodegen \
|
||||
lib/clang/libllvmmipsdesc \
|
||||
lib/clang/libllvmmipsdisassembler \
|
||||
lib/clang/libllvmmipsinfo \
|
||||
lib/clang/libllvmmipsinstprinter \
|
||||
lib/clang/libllvmobjcarcopts \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmpowerpcasmparser \
|
||||
lib/clang/libllvmpowerpccodegen \
|
||||
lib/clang/libllvmpowerpcdesc \
|
||||
lib/clang/libllvmpowerpcdisassembler \
|
||||
lib/clang/libllvmpowerpcinfo \
|
||||
lib/clang/libllvmpowerpcinstprinter \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmselectiondag \
|
||||
lib/clang/libllvmsparcasmparser \
|
||||
lib/clang/libllvmsparccodegen \
|
||||
lib/clang/libllvmsparcdesc \
|
||||
lib/clang/libllvmsparcdisassembler \
|
||||
lib/clang/libllvmsparcinfo \
|
||||
lib/clang/libllvmsparcinstprinter \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtarget \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmvectorize \
|
||||
lib/clang/libllvmx86asmparser \
|
||||
lib/clang/libllvmx86codegen \
|
||||
lib/clang/libllvmx86desc \
|
||||
lib/clang/libllvmx86disassembler \
|
||||
lib/clang/libllvmx86info \
|
||||
lib/clang/libllvmx86instprinter \
|
||||
lib/clang/libllvmx86utils \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
usr.bin/clang/tblgen.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
llvm-lto.o: Intrinsics.inc.h
|
||||
llvm-lto.po: Intrinsics.inc.h
|
||||
.endif
|
79
usr.bin/clang/llvm-mc/Makefile.depend
Normal file
79
usr.bin/clang/llvm-mc/Makefile.depend
Normal file
@ -0,0 +1,79 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmaarch64asmparser \
|
||||
lib/clang/libllvmaarch64codegen \
|
||||
lib/clang/libllvmaarch64desc \
|
||||
lib/clang/libllvmaarch64disassembler \
|
||||
lib/clang/libllvmaarch64info \
|
||||
lib/clang/libllvmaarch64instprinter \
|
||||
lib/clang/libllvmaarch64utils \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmarmasmparser \
|
||||
lib/clang/libllvmarmcodegen \
|
||||
lib/clang/libllvmarmdesc \
|
||||
lib/clang/libllvmarmdisassembler \
|
||||
lib/clang/libllvmarminfo \
|
||||
lib/clang/libllvmarminstprinter \
|
||||
lib/clang/libllvmasmprinter \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcodegen \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvminstrumentation \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcdisassembler \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmmipsasmparser \
|
||||
lib/clang/libllvmmipscodegen \
|
||||
lib/clang/libllvmmipsdesc \
|
||||
lib/clang/libllvmmipsdisassembler \
|
||||
lib/clang/libllvmmipsinfo \
|
||||
lib/clang/libllvmmipsinstprinter \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmpowerpcasmparser \
|
||||
lib/clang/libllvmpowerpccodegen \
|
||||
lib/clang/libllvmpowerpcdesc \
|
||||
lib/clang/libllvmpowerpcdisassembler \
|
||||
lib/clang/libllvmpowerpcinfo \
|
||||
lib/clang/libllvmpowerpcinstprinter \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmselectiondag \
|
||||
lib/clang/libllvmsparcasmparser \
|
||||
lib/clang/libllvmsparccodegen \
|
||||
lib/clang/libllvmsparcdesc \
|
||||
lib/clang/libllvmsparcdisassembler \
|
||||
lib/clang/libllvmsparcinfo \
|
||||
lib/clang/libllvmsparcinstprinter \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtarget \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmx86asmparser \
|
||||
lib/clang/libllvmx86codegen \
|
||||
lib/clang/libllvmx86desc \
|
||||
lib/clang/libllvmx86disassembler \
|
||||
lib/clang/libllvmx86info \
|
||||
lib/clang/libllvmx86instprinter \
|
||||
lib/clang/libllvmx86utils \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
79
usr.bin/clang/llvm-nm/Makefile.depend
Normal file
79
usr.bin/clang/llvm-nm/Makefile.depend
Normal file
@ -0,0 +1,79 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmaarch64asmparser \
|
||||
lib/clang/libllvmaarch64codegen \
|
||||
lib/clang/libllvmaarch64desc \
|
||||
lib/clang/libllvmaarch64disassembler \
|
||||
lib/clang/libllvmaarch64info \
|
||||
lib/clang/libllvmaarch64instprinter \
|
||||
lib/clang/libllvmaarch64utils \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmarmasmparser \
|
||||
lib/clang/libllvmarmcodegen \
|
||||
lib/clang/libllvmarmdesc \
|
||||
lib/clang/libllvmarmdisassembler \
|
||||
lib/clang/libllvmarminfo \
|
||||
lib/clang/libllvmarminstprinter \
|
||||
lib/clang/libllvmasmprinter \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcodegen \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvminstrumentation \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcdisassembler \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmmipsasmparser \
|
||||
lib/clang/libllvmmipscodegen \
|
||||
lib/clang/libllvmmipsdesc \
|
||||
lib/clang/libllvmmipsdisassembler \
|
||||
lib/clang/libllvmmipsinfo \
|
||||
lib/clang/libllvmmipsinstprinter \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmpowerpcasmparser \
|
||||
lib/clang/libllvmpowerpccodegen \
|
||||
lib/clang/libllvmpowerpcdesc \
|
||||
lib/clang/libllvmpowerpcdisassembler \
|
||||
lib/clang/libllvmpowerpcinfo \
|
||||
lib/clang/libllvmpowerpcinstprinter \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmselectiondag \
|
||||
lib/clang/libllvmsparcasmparser \
|
||||
lib/clang/libllvmsparccodegen \
|
||||
lib/clang/libllvmsparcdesc \
|
||||
lib/clang/libllvmsparcdisassembler \
|
||||
lib/clang/libllvmsparcinfo \
|
||||
lib/clang/libllvmsparcinstprinter \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtarget \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmx86asmparser \
|
||||
lib/clang/libllvmx86codegen \
|
||||
lib/clang/libllvmx86desc \
|
||||
lib/clang/libllvmx86disassembler \
|
||||
lib/clang/libllvmx86info \
|
||||
lib/clang/libllvmx86instprinter \
|
||||
lib/clang/libllvmx86utils \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
80
usr.bin/clang/llvm-objdump/Makefile.depend
Normal file
80
usr.bin/clang/llvm-objdump/Makefile.depend
Normal file
@ -0,0 +1,80 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmaarch64asmparser \
|
||||
lib/clang/libllvmaarch64codegen \
|
||||
lib/clang/libllvmaarch64desc \
|
||||
lib/clang/libllvmaarch64disassembler \
|
||||
lib/clang/libllvmaarch64info \
|
||||
lib/clang/libllvmaarch64instprinter \
|
||||
lib/clang/libllvmaarch64utils \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmarmasmparser \
|
||||
lib/clang/libllvmarmcodegen \
|
||||
lib/clang/libllvmarmdesc \
|
||||
lib/clang/libllvmarmdisassembler \
|
||||
lib/clang/libllvmarminfo \
|
||||
lib/clang/libllvmarminstprinter \
|
||||
lib/clang/libllvmasmprinter \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcodegen \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmdebuginfodwarf \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvminstrumentation \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcdisassembler \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmmipsasmparser \
|
||||
lib/clang/libllvmmipscodegen \
|
||||
lib/clang/libllvmmipsdesc \
|
||||
lib/clang/libllvmmipsdisassembler \
|
||||
lib/clang/libllvmmipsinfo \
|
||||
lib/clang/libllvmmipsinstprinter \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmpowerpcasmparser \
|
||||
lib/clang/libllvmpowerpccodegen \
|
||||
lib/clang/libllvmpowerpcdesc \
|
||||
lib/clang/libllvmpowerpcdisassembler \
|
||||
lib/clang/libllvmpowerpcinfo \
|
||||
lib/clang/libllvmpowerpcinstprinter \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmselectiondag \
|
||||
lib/clang/libllvmsparcasmparser \
|
||||
lib/clang/libllvmsparccodegen \
|
||||
lib/clang/libllvmsparcdesc \
|
||||
lib/clang/libllvmsparcdisassembler \
|
||||
lib/clang/libllvmsparcinfo \
|
||||
lib/clang/libllvmsparcinstprinter \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtarget \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmx86asmparser \
|
||||
lib/clang/libllvmx86codegen \
|
||||
lib/clang/libllvmx86desc \
|
||||
lib/clang/libllvmx86disassembler \
|
||||
lib/clang/libllvmx86info \
|
||||
lib/clang/libllvmx86instprinter \
|
||||
lib/clang/libllvmx86utils \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
30
usr.bin/clang/llvm-pdbdump/Makefile.depend
Normal file
30
usr.bin/clang/llvm-pdbdump/Makefile.depend
Normal file
@ -0,0 +1,30 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmdebuginfopdb \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
29
usr.bin/clang/llvm-profdata/Makefile.depend
Normal file
29
usr.bin/clang/llvm-profdata/Makefile.depend
Normal file
@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
83
usr.bin/clang/llvm-rtdyld/Makefile.depend
Normal file
83
usr.bin/clang/llvm-rtdyld/Makefile.depend
Normal file
@ -0,0 +1,83 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmaarch64asmparser \
|
||||
lib/clang/libllvmaarch64codegen \
|
||||
lib/clang/libllvmaarch64desc \
|
||||
lib/clang/libllvmaarch64disassembler \
|
||||
lib/clang/libllvmaarch64info \
|
||||
lib/clang/libllvmaarch64instprinter \
|
||||
lib/clang/libllvmaarch64utils \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmarmasmparser \
|
||||
lib/clang/libllvmarmcodegen \
|
||||
lib/clang/libllvmarmdesc \
|
||||
lib/clang/libllvmarmdisassembler \
|
||||
lib/clang/libllvmarminfo \
|
||||
lib/clang/libllvmarminstprinter \
|
||||
lib/clang/libllvmasmprinter \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcodegen \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmdebuginfodwarf \
|
||||
lib/clang/libllvmexecutionengine \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvminstrumentation \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcdisassembler \
|
||||
lib/clang/libllvmmcjit \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmmipsasmparser \
|
||||
lib/clang/libllvmmipscodegen \
|
||||
lib/clang/libllvmmipsdesc \
|
||||
lib/clang/libllvmmipsdisassembler \
|
||||
lib/clang/libllvmmipsinfo \
|
||||
lib/clang/libllvmmipsinstprinter \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmpowerpcasmparser \
|
||||
lib/clang/libllvmpowerpccodegen \
|
||||
lib/clang/libllvmpowerpcdesc \
|
||||
lib/clang/libllvmpowerpcdisassembler \
|
||||
lib/clang/libllvmpowerpcinfo \
|
||||
lib/clang/libllvmpowerpcinstprinter \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmruntimedyld \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmselectiondag \
|
||||
lib/clang/libllvmsparcasmparser \
|
||||
lib/clang/libllvmsparccodegen \
|
||||
lib/clang/libllvmsparcdesc \
|
||||
lib/clang/libllvmsparcdisassembler \
|
||||
lib/clang/libllvmsparcinfo \
|
||||
lib/clang/libllvmsparcinstprinter \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtarget \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmx86asmparser \
|
||||
lib/clang/libllvmx86codegen \
|
||||
lib/clang/libllvmx86desc \
|
||||
lib/clang/libllvmx86disassembler \
|
||||
lib/clang/libllvmx86info \
|
||||
lib/clang/libllvmx86instprinter \
|
||||
lib/clang/libllvmx86utils \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
31
usr.bin/clang/llvm-symbolizer/Makefile.depend
Normal file
31
usr.bin/clang/llvm-symbolizer/Makefile.depend
Normal file
@ -0,0 +1,31 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmdebuginfodwarf \
|
||||
lib/clang/libllvmdebuginfopdb \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
28
usr.bin/clang/macho-dump/Makefile.depend
Normal file
28
usr.bin/clang/macho-dump/Makefile.depend
Normal file
@ -0,0 +1,28 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
95
usr.bin/clang/opt/Makefile.depend
Normal file
95
usr.bin/clang/opt/Makefile.depend
Normal file
@ -0,0 +1,95 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvmaarch64asmparser \
|
||||
lib/clang/libllvmaarch64codegen \
|
||||
lib/clang/libllvmaarch64desc \
|
||||
lib/clang/libllvmaarch64disassembler \
|
||||
lib/clang/libllvmaarch64info \
|
||||
lib/clang/libllvmaarch64instprinter \
|
||||
lib/clang/libllvmaarch64utils \
|
||||
lib/clang/libllvmanalysis \
|
||||
lib/clang/libllvmarmasmparser \
|
||||
lib/clang/libllvmarmcodegen \
|
||||
lib/clang/libllvmarmdesc \
|
||||
lib/clang/libllvmarmdisassembler \
|
||||
lib/clang/libllvmarminfo \
|
||||
lib/clang/libllvmarminstprinter \
|
||||
lib/clang/libllvmasmparser \
|
||||
lib/clang/libllvmasmprinter \
|
||||
lib/clang/libllvmbitreader \
|
||||
lib/clang/libllvmbitwriter \
|
||||
lib/clang/libllvmcodegen \
|
||||
lib/clang/libllvmcore \
|
||||
lib/clang/libllvminstcombine \
|
||||
lib/clang/libllvminstrumentation \
|
||||
lib/clang/libllvmipa \
|
||||
lib/clang/libllvmipo \
|
||||
lib/clang/libllvmirreader \
|
||||
lib/clang/libllvmmc \
|
||||
lib/clang/libllvmmcdisassembler \
|
||||
lib/clang/libllvmmcparser \
|
||||
lib/clang/libllvmmipsasmparser \
|
||||
lib/clang/libllvmmipscodegen \
|
||||
lib/clang/libllvmmipsdesc \
|
||||
lib/clang/libllvmmipsdisassembler \
|
||||
lib/clang/libllvmmipsinfo \
|
||||
lib/clang/libllvmmipsinstprinter \
|
||||
lib/clang/libllvmobjcarcopts \
|
||||
lib/clang/libllvmobject \
|
||||
lib/clang/libllvmpasses \
|
||||
lib/clang/libllvmpowerpcasmparser \
|
||||
lib/clang/libllvmpowerpccodegen \
|
||||
lib/clang/libllvmpowerpcdesc \
|
||||
lib/clang/libllvmpowerpcdisassembler \
|
||||
lib/clang/libllvmpowerpcinfo \
|
||||
lib/clang/libllvmpowerpcinstprinter \
|
||||
lib/clang/libllvmprofiledata \
|
||||
lib/clang/libllvmscalaropts \
|
||||
lib/clang/libllvmselectiondag \
|
||||
lib/clang/libllvmsparcasmparser \
|
||||
lib/clang/libllvmsparccodegen \
|
||||
lib/clang/libllvmsparcdesc \
|
||||
lib/clang/libllvmsparcdisassembler \
|
||||
lib/clang/libllvmsparcinfo \
|
||||
lib/clang/libllvmsparcinstprinter \
|
||||
lib/clang/libllvmsupport \
|
||||
lib/clang/libllvmtarget \
|
||||
lib/clang/libllvmtransformutils \
|
||||
lib/clang/libllvmvectorize \
|
||||
lib/clang/libllvmx86asmparser \
|
||||
lib/clang/libllvmx86codegen \
|
||||
lib/clang/libllvmx86desc \
|
||||
lib/clang/libllvmx86disassembler \
|
||||
lib/clang/libllvmx86info \
|
||||
lib/clang/libllvmx86instprinter \
|
||||
lib/clang/libllvmx86utils \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
usr.bin/clang/tblgen.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
AnalysisWrappers.o: Intrinsics.inc.h
|
||||
AnalysisWrappers.po: Intrinsics.inc.h
|
||||
PassPrinters.o: Intrinsics.inc.h
|
||||
PassPrinters.po: Intrinsics.inc.h
|
||||
PrintSCC.o: Intrinsics.inc.h
|
||||
PrintSCC.po: Intrinsics.inc.h
|
||||
opt.o: Intrinsics.inc.h
|
||||
opt.po: Intrinsics.inc.h
|
||||
.endif
|
Loading…
Reference in New Issue
Block a user