[Lldb-commits] [lldb] r141707 - /lldb/trunk/source/Plugins/ObjectFile/PECOFF/Makefile

Greg Clayton gclayton at apple.com
Tue Oct 11 13:23:29 PDT 2011


Author: gclayton
Date: Tue Oct 11 15:23:29 2011
New Revision: 141707

URL: http://llvm.org/viewvc/llvm-project?rev=141707&view=rev
Log:
Added a missing file from a previous checkin.


Added:
    lldb/trunk/source/Plugins/ObjectFile/PECOFF/Makefile

Added: lldb/trunk/source/Plugins/ObjectFile/PECOFF/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ObjectFile/PECOFF/Makefile?rev=141707&view=auto
==============================================================================
--- lldb/trunk/source/Plugins/ObjectFile/PECOFF/Makefile (added)
+++ lldb/trunk/source/Plugins/ObjectFile/PECOFF/Makefile Tue Oct 11 15:23:29 2011
@@ -0,0 +1,14 @@
+##===- source/Plugins/ObjectFile/PECOFF/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 := lldbPluginObjectFilePECOFF
+BUILD_ARCHIVE = 1
+
+include $(LLDB_LEVEL)/Makefile





More information about the lldb-commits mailing list