diff options
author | sjg <sjg@FreeBSD.org> | 2015-06-16 23:37:19 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2015-06-16 23:37:19 +0000 |
commit | 852129abd1561cfbd701d705c9406511ba2c3f4a (patch) | |
tree | 318fed4de52518bb311030340cb10ce5902a672b /lib/clang/liblldbPluginDisassemblerLLVM | |
parent | 85bb937a38a65bc8219ea57cd52dd071a2b9fca5 (diff) | |
download | FreeBSD-src-852129abd1561cfbd701d705c9406511ba2c3f4a.zip FreeBSD-src-852129abd1561cfbd701d705c9406511ba2c3f4a.tar.gz |
new depends
Diffstat (limited to 'lib/clang/liblldbPluginDisassemblerLLVM')
-rw-r--r-- | lib/clang/liblldbPluginDisassemblerLLVM/Makefile.depend | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginDisassemblerLLVM/Makefile.depend b/lib/clang/liblldbPluginDisassemblerLLVM/Makefile.depend new file mode 100644 index 0000000..7e043ab --- /dev/null +++ b/lib/clang/liblldbPluginDisassemblerLLVM/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +DisassemblerLLVMC.o: CommentCommandList.inc.h +DisassemblerLLVMC.o: DeclNodes.inc.h +DisassemblerLLVMC.o: DiagnosticCommonKinds.inc.h +DisassemblerLLVMC.o: StmtNodes.inc.h +DisassemblerLLVMC.po: CommentCommandList.inc.h +DisassemblerLLVMC.po: DeclNodes.inc.h +DisassemblerLLVMC.po: DiagnosticCommonKinds.inc.h +DisassemblerLLVMC.po: StmtNodes.inc.h +.endif |