diff options
Diffstat (limited to 'lib/clang/liblldbPluginDisassemblerLLVM')
-rw-r--r-- | lib/clang/liblldbPluginDisassemblerLLVM/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginDisassemblerLLVM/Makefile b/lib/clang/liblldbPluginDisassemblerLLVM/Makefile new file mode 100644 index 0000000..0b00ac5 --- /dev/null +++ b/lib/clang/liblldbPluginDisassemblerLLVM/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginDisassemblerLLVM + +SRCDIR= tools/lldb/source/Plugins/Disassembler/llvm +SRCS= DisassemblerLLVMC.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" |