diff options
| author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-01-28 22:05:24 +0000 |
|---|---|---|
| committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-01-28 22:05:24 +0000 |
| commit | c33088f41ec25e1b89af1e1a3f51f7ce998ca2d5 (patch) | |
| tree | 26eb7b3d33aba375b8440f3792fcf037a9704863 /lldb/source/Plugins/DynamicLoader | |
| parent | 6f9d6b6ef84990dcd8ee8d085913477cf63747fa (diff) | |
| download | bcm5719-llvm-c33088f41ec25e1b89af1e1a3f51f7ce998ca2d5.tar.gz bcm5719-llvm-c33088f41ec25e1b89af1e1a3f51f7ce998ca2d5.zip | |
Remove autoconf support from source directories.
Differential revision: http://reviews.llvm.org/D16662
llvm-svn: 259098
Diffstat (limited to 'lldb/source/Plugins/DynamicLoader')
6 files changed, 0 insertions, 84 deletions
diff --git a/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/Makefile b/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/Makefile deleted file mode 100644 index d2342fd0677..00000000000 --- a/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Disassembler/llvm/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 := lldbPluginDynamicLoaderDarwinKernel -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/Makefile b/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/Makefile deleted file mode 100644 index 43334562ebb..00000000000 --- a/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/DynamicLoader/Hexagon-DYLD/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 := lldbPluginDynamicLoaderHexagon -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/Makefile b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/Makefile deleted file mode 100644 index ffac3b45717..00000000000 --- a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Disassembler/llvm/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 := lldbPluginDynamicLoaderMacOSXDYLD -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/Makefile b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/Makefile deleted file mode 100644 index 1c56366015d..00000000000 --- a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/DynamicLoader/POSIX-DYLD/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 := lldbPluginDynamicLoaderPosixDYLD -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/DynamicLoader/Static/Makefile b/lldb/source/Plugins/DynamicLoader/Static/Makefile deleted file mode 100644 index 63972dfc551..00000000000 --- a/lldb/source/Plugins/DynamicLoader/Static/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/DynamicLoader/Static/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 := lldbPluginDynamicLoaderStatic -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/DynamicLoader/Windows-DYLD/Makefile b/lldb/source/Plugins/DynamicLoader/Windows-DYLD/Makefile deleted file mode 100644 index bf62aee30b2..00000000000 --- a/lldb/source/Plugins/DynamicLoader/Windows-DYLD/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/DynamicLoader/Windows-DYLD/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 := lldbPluginDynamicLoaderWindowsDYLD -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile |

