summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbUtility/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbUtility/Makefile')
-rw-r--r--lib/clang/liblldbUtility/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/clang/liblldbUtility/Makefile b/lib/clang/liblldbUtility/Makefile
new file mode 100644
index 0000000..9c944e4
--- /dev/null
+++ b/lib/clang/liblldbUtility/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= lldbUtility
+
+SRCDIR= tools/lldb/source/Utility
+SRCS= ARM_DWARF_Registers.cpp \
+ KQueue.cpp \
+ PseudoTerminal.cpp \
+ Range.cpp \
+ RefCounter.cpp \
+ SharingPtr.cpp \
+ StringExtractor.cpp \
+ StringExtractorGDBRemote.cpp \
+ TimeSpecTimeout.cpp
+
+.include "../lldb.lib.mk"
OpenPOWER on IntegriCloud