summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbHostCommon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbHostCommon/Makefile')
-rw-r--r--lib/clang/liblldbHostCommon/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/clang/liblldbHostCommon/Makefile b/lib/clang/liblldbHostCommon/Makefile
new file mode 100644
index 0000000..e787cbc
--- /dev/null
+++ b/lib/clang/liblldbHostCommon/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= lldbHostCommon
+
+SRCDIR= tools/lldb/source/Host/common
+SRCS= Condition.cpp \
+ DynamicLibrary.cpp \
+ File.cpp \
+ FileSpec.cpp \
+ Host.cpp \
+ Mutex.cpp \
+ SocketAddress.cpp \
+ Symbols.cpp \
+ Terminal.cpp \
+ TimeValue.cpp
+
+TGHDRS= DiagnosticCommonKinds \
+ DeclNodes \
+ StmtNodes \
+ CommentCommandList
+
+.include "../lldb.lib.mk"
OpenPOWER on IntegriCloud