summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python/Makefile
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-08-23 21:17:11 +0000
committerGreg Clayton <gclayton@apple.com>2012-08-23 21:17:11 +0000
commitb3e776008bff022410508f762d0a376f8708849d (patch)
treea62d99e89dc5bdcbea22f1d7091e800e0dd973db /lldb/source/Plugins/OperatingSystem/Python/Makefile
parent845db1087c8190eb958091cd106bee03a126fc57 (diff)
downloadbcm5719-llvm-b3e776008bff022410508f762d0a376f8708849d.tar.gz
bcm5719-llvm-b3e776008bff022410508f762d0a376f8708849d.zip
Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory.
llvm-svn: 162472
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/Makefile')
-rw-r--r--lldb/source/Plugins/OperatingSystem/Python/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Python/Makefile b/lldb/source/Plugins/OperatingSystem/Python/Makefile
new file mode 100644
index 00000000000..ec23c27d2c2
--- /dev/null
+++ b/lldb/source/Plugins/OperatingSystem/Python/Makefile
@@ -0,0 +1,14 @@
+##==- source/Plugins/OperatingSystem/Darwin-Kernel/Makefile -*- Makefile -*-==##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LLDB_LEVEL := ../../../..
+LIBRARYNAME := lldbPluginOperatingSystemPython
+BUILD_ARCHIVE = 1
+
+include $(LLDB_LEVEL)/Makefile
OpenPOWER on IntegriCloud