aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/liblldbPluginJITLoaderGDB
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-11-26 17:40:03 +0000
committerEd Maste <emaste@FreeBSD.org>2014-11-26 17:40:03 +0000
commit1a559761c7f982c45791bd7bc113624fbc02de01 (patch)
tree12d2ab3aead81ebf6746ef98c5b76f878f845fb8 /lib/clang/liblldbPluginJITLoaderGDB
parent2691e63cfa3ece90482a581e6b57b05549fb30b3 (diff)
Notes
Diffstat (limited to 'lib/clang/liblldbPluginJITLoaderGDB')
-rw-r--r--lib/clang/liblldbPluginJITLoaderGDB/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginJITLoaderGDB/Makefile b/lib/clang/liblldbPluginJITLoaderGDB/Makefile
new file mode 100644
index 0000000000000..80e84dfbb270f
--- /dev/null
+++ b/lib/clang/liblldbPluginJITLoaderGDB/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= lldbPluginJITLoaderGDB
+
+SRCDIR= tools/lldb/source/Plugins/JITLoader/GDB
+SRCS= JITLoaderGDB.cpp
+
+TGHDRS= DiagnosticCommonKinds \
+ DeclNodes \
+ StmtNodes \
+ CommentCommandList
+
+.include "../lldb.lib.mk"