[Lldb-commits] [lldb] r129120 - /lldb/trunk/source/Plugins/Instruction/ARM/Makefile
Stephen Wilson
wilsons at start.ca
Thu Apr 7 19:11:29 PDT 2011
Author: wilsons
Date: Thu Apr 7 21:11:29 2011
New Revision: 129120
URL: http://llvm.org/viewvc/llvm-project?rev=129120&view=rev
Log:
Add the ARM instruction emulation makefile.
I forgot to 'svn add' this file in r129119.
Added:
lldb/trunk/source/Plugins/Instruction/ARM/Makefile
Added: lldb/trunk/source/Plugins/Instruction/ARM/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/ARM/Makefile?rev=129120&view=auto
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/ARM/Makefile (added)
+++ lldb/trunk/source/Plugins/Instruction/ARM/Makefile Thu Apr 7 21:11:29 2011
@@ -0,0 +1,14 @@
+##===- source/Plugins/Instruction/ARM/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 := lldbPluginEmulateInstructionARM
+BUILD_ARCHIVE = 1
+
+include $(LLDB_LEVEL)/Makefile
More information about the lldb-commits
mailing list