From c33088f41ec25e1b89af1e1a3f51f7ce998ca2d5 Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Thu, 28 Jan 2016 22:05:24 +0000 Subject: Remove autoconf support from source directories. Differential revision: http://reviews.llvm.org/D16662 llvm-svn: 259098 --- lldb/source/Plugins/ObjectContainer/BSD-Archive/Makefile | 14 -------------- .../Plugins/ObjectContainer/Universal-Mach-O/Makefile | 14 -------------- 2 files changed, 28 deletions(-) delete mode 100644 lldb/source/Plugins/ObjectContainer/BSD-Archive/Makefile delete mode 100644 lldb/source/Plugins/ObjectContainer/Universal-Mach-O/Makefile (limited to 'lldb/source/Plugins/ObjectContainer') diff --git a/lldb/source/Plugins/ObjectContainer/BSD-Archive/Makefile b/lldb/source/Plugins/ObjectContainer/BSD-Archive/Makefile deleted file mode 100644 index 00c5911ea95..00000000000 --- a/lldb/source/Plugins/ObjectContainer/BSD-Archive/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ObjectContainer/BSD-Archive/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 := lldbPluginObjectContainerBSDArchive -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/Makefile b/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/Makefile deleted file mode 100644 index 957753527d2..00000000000 --- a/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ObjectContainer/Universal-Mach-O/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 := lldbPluginObjectContainerMachOArchive -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile -- cgit v1.2.3