diff options
Diffstat (limited to 'lldb/source/Plugins/ObjectContainer')
| -rw-r--r-- | lldb/source/Plugins/ObjectContainer/BSD-Archive/Makefile | 14 | ||||
| -rw-r--r-- | lldb/source/Plugins/ObjectContainer/Universal-Mach-O/Makefile | 14 |
2 files changed, 0 insertions, 28 deletions
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 |

