[Lldb-commits] [lldb] r143398 - /lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile

Daniel Dunbar daniel at zuster.org
Mon Oct 31 16:38:34 PDT 2011


Author: ddunbar
Date: Mon Oct 31 18:38:34 2011
New Revision: 143398

URL: http://llvm.org/viewvc/llvm-project?rev=143398&view=rev
Log:
build: Add the Darwin-Kernel Makefile.

Added:
    lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile

Added: lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile?rev=143398&view=auto
==============================================================================
--- lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile (added)
+++ lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile Mon Oct 31 18:38:34 2011
@@ -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 := lldbPluginOperatingSystemDarwinKernel
+BUILD_ARCHIVE = 1
+
+include $(LLDB_LEVEL)/Makefile





More information about the lldb-commits mailing list