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 | |
| 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')
72 files changed, 0 insertions, 1108 deletions
diff --git a/lldb/source/Plugins/ABI/MacOSX-arm/Makefile b/lldb/source/Plugins/ABI/MacOSX-arm/Makefile deleted file mode 100644 index 18073266d34..00000000000 --- a/lldb/source/Plugins/ABI/MacOSX-arm/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/MacOSX-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 := lldbPluginABIMacOSX_arm -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/MacOSX-arm64/Makefile b/lldb/source/Plugins/ABI/MacOSX-arm64/Makefile deleted file mode 100644 index 7fc6909e43c..00000000000 --- a/lldb/source/Plugins/ABI/MacOSX-arm64/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/MacOSX-arm64/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 := lldbPluginABIMacOSX_arm64 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/MacOSX-i386/Makefile b/lldb/source/Plugins/ABI/MacOSX-i386/Makefile deleted file mode 100644 index d9bc7392256..00000000000 --- a/lldb/source/Plugins/ABI/MacOSX-i386/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/MacOSX-i386/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 := lldbPluginABIMacOSX_i386 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/SysV-arm/Makefile b/lldb/source/Plugins/ABI/SysV-arm/Makefile deleted file mode 100644 index a1d95dc1732..00000000000 --- a/lldb/source/Plugins/ABI/SysV-arm/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/SysV-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 := lldbPluginABISysV_arm -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/SysV-arm64/Makefile b/lldb/source/Plugins/ABI/SysV-arm64/Makefile deleted file mode 100644 index a72ecd83404..00000000000 --- a/lldb/source/Plugins/ABI/SysV-arm64/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/SysV-arm64/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 := lldbPluginABISysV_arm64 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/SysV-hexagon/Makefile b/lldb/source/Plugins/ABI/SysV-hexagon/Makefile deleted file mode 100644 index 23733c7e551..00000000000 --- a/lldb/source/Plugins/ABI/SysV-hexagon/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/SysV-hexagon/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 := lldbPluginABISysV_hexagon -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/SysV-i386/Makefile b/lldb/source/Plugins/ABI/SysV-i386/Makefile deleted file mode 100644 index 0ac3cbee2d5..00000000000 --- a/lldb/source/Plugins/ABI/SysV-i386/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/SysV-i386/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 := lldbPluginABISysV_i386 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/SysV-mips/Makefile b/lldb/source/Plugins/ABI/SysV-mips/Makefile deleted file mode 100644 index c6113062843..00000000000 --- a/lldb/source/Plugins/ABI/SysV-mips/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/SysV-mips/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 := lldbPluginABISysV_mips -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/SysV-mips64/Makefile b/lldb/source/Plugins/ABI/SysV-mips64/Makefile deleted file mode 100644 index b7e6dc615cb..00000000000 --- a/lldb/source/Plugins/ABI/SysV-mips64/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/SysV-mips64/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 := lldbPluginABISysV_mips64 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/SysV-ppc/Makefile b/lldb/source/Plugins/ABI/SysV-ppc/Makefile deleted file mode 100644 index 7a6d38d6833..00000000000 --- a/lldb/source/Plugins/ABI/SysV-ppc/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/SysV-hexagon/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 := lldbPluginABISysV_ppc -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/SysV-ppc64/Makefile b/lldb/source/Plugins/ABI/SysV-ppc64/Makefile deleted file mode 100644 index 43fc41d4271..00000000000 --- a/lldb/source/Plugins/ABI/SysV-ppc64/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/SysV-hexagon/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 := lldbPluginABISysV_ppc64 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ABI/SysV-x86_64/Makefile b/lldb/source/Plugins/ABI/SysV-x86_64/Makefile deleted file mode 100644 index 32990a64f95..00000000000 --- a/lldb/source/Plugins/ABI/SysV-x86_64/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/SysV-x86_64/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 := lldbPluginABISysV_x86_64 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Disassembler/llvm/Makefile b/lldb/source/Plugins/Disassembler/llvm/Makefile deleted file mode 100644 index a1309cdd081..00000000000 --- a/lldb/source/Plugins/Disassembler/llvm/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 := lldbPluginDisassemblerLLVM -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile 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 diff --git a/lldb/source/Plugins/ExpressionParser/Clang/Makefile b/lldb/source/Plugins/ExpressionParser/Clang/Makefile deleted file mode 100644 index eb592daabb4..00000000000 --- a/lldb/source/Plugins/ExpressionParser/Clang/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ExpressionParser/Clang ---------------*- 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 := lldbPluginExpressionParserClang -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ExpressionParser/Go/Makefile b/lldb/source/Plugins/ExpressionParser/Go/Makefile deleted file mode 100644 index c5bd7fb2857..00000000000 --- a/lldb/source/Plugins/ExpressionParser/Go/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ExpressionParser/Clang ---------------*- 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 := lldbPluginExpressionParserGo -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Instruction/ARM/Makefile b/lldb/source/Plugins/Instruction/ARM/Makefile deleted file mode 100644 index 31a233b0b37..00000000000 --- a/lldb/source/Plugins/Instruction/ARM/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- 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 := lldbPluginInstructionARM -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Instruction/ARM64/Makefile b/lldb/source/Plugins/Instruction/ARM64/Makefile deleted file mode 100644 index 8f60ce6dcd4..00000000000 --- a/lldb/source/Plugins/Instruction/ARM64/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- 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 := lldbPluginInstructionARM64 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Instruction/MIPS/Makefile b/lldb/source/Plugins/Instruction/MIPS/Makefile deleted file mode 100644 index e9cef4ba0cf..00000000000 --- a/lldb/source/Plugins/Instruction/MIPS/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Instruction/MIPS/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 := lldbPluginInstructionMIPS -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Instruction/MIPS64/Makefile b/lldb/source/Plugins/Instruction/MIPS64/Makefile deleted file mode 100644 index 7e5b339a359..00000000000 --- a/lldb/source/Plugins/Instruction/MIPS64/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Instruction/MIPS64/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 := lldbPluginInstructionMIPS64 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/Makefile b/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/Makefile deleted file mode 100644 index 030aec17b02..00000000000 --- a/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/InstrumentationRuntime/AddressSanitizer 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 := lldbPluginInstrumentationRuntimeAddressSanitizer -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/JITLoader/GDB/Makefile b/lldb/source/Plugins/JITLoader/GDB/Makefile deleted file mode 100644 index cd5404ffca1..00000000000 --- a/lldb/source/Plugins/JITLoader/GDB/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/JITLoader/GDB/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 := lldbPluginJITLoaderGDB -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Language/CPlusPlus/Makefile b/lldb/source/Plugins/Language/CPlusPlus/Makefile deleted file mode 100644 index 2cb0dcf638b..00000000000 --- a/lldb/source/Plugins/Language/CPlusPlus/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Language/CPlusPlus -------------------*- 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 := lldbPluginCPlusPlusLanguage -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Language/Go/Makefile b/lldb/source/Plugins/Language/Go/Makefile deleted file mode 100644 index 3ea09f6c538..00000000000 --- a/lldb/source/Plugins/Language/Go/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Language/Go -------------------*- 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 := lldbPluginGoLanguage -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Language/ObjC/Makefile b/lldb/source/Plugins/Language/ObjC/Makefile deleted file mode 100644 index 58c9e58f2bc..00000000000 --- a/lldb/source/Plugins/Language/ObjC/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Language/ObjC ------------------------*- 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 := lldbPluginObjCLanguage -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Language/ObjCPlusPlus/Makefile b/lldb/source/Plugins/Language/ObjCPlusPlus/Makefile deleted file mode 100644 index 74e1a14bcf4..00000000000 --- a/lldb/source/Plugins/Language/ObjCPlusPlus/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Language/ObjCPlusPlus ----------------*- 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 := lldbPluginObjCPlusPlusLanguage -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile b/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile deleted file mode 100644 index ac87437f9d2..00000000000 --- a/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/LangRuntime/C++/ItaniumABI/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 := lldbPluginCXXItaniumABI -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/LanguageRuntime/Go/Makefile b/lldb/source/Plugins/LanguageRuntime/Go/Makefile deleted file mode 100644 index 1c8114e421c..00000000000 --- a/lldb/source/Plugins/LanguageRuntime/Go/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- Source/Plugins/LangRuntime/Go/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 := lldbPluginLanguageRuntimeGo -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Makefile b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Makefile deleted file mode 100644 index 485fe75b3f8..00000000000 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/LangRuntime/ObjC/AppleRT/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 := lldbPluginAppleObjCRuntime -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/Makefile b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/Makefile deleted file mode 100644 index eeb50ae3fca..00000000000 --- a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- Source/Plugins/LangRuntime/RenderScript/RenderScriptRuntime/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 := lldbPluginRenderScriptRuntime -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Makefile b/lldb/source/Plugins/Makefile deleted file mode 100644 index 931f459a26b..00000000000 --- a/lldb/source/Plugins/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -##===- source/Plugins/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 := ../.. - -include $(LLDB_LEVEL)/../../Makefile.config - - -PARALLEL_DIRS := ABI/MacOSX-arm ABI/MacOSX-arm64 ABI/MacOSX-i386 ABI/SysV-i386 ABI/SysV-x86_64 \ - ABI/SysV-arm ABI/SysV-arm64 ABI/SysV-hexagon ABI/SysV-ppc ABI/SysV-ppc64 \ - ABI/SysV-mips ABI/SysV-mips64 Disassembler/llvm \ - ObjectContainer/BSD-Archive ObjectFile/ELF ObjectFile/PECOFF \ - ObjectContainer/Universal-Mach-O ObjectFile/Mach-O \ - ObjectFile/JIT SymbolFile/DWARF SymbolFile/Symtab Process/Utility \ - DynamicLoader/Static Platform Process/elf-core Process/gdb-remote \ - Instruction/ARM Instruction/ARM64 Instruction/MIPS Instruction/MIPS64 \ - UnwindAssembly/InstEmulation UnwindAssembly/x86 \ - LanguageRuntime/CPlusPlus/ItaniumABI \ - LanguageRuntime/ObjC/AppleObjCRuntime \ - LanguageRuntime/Go/ \ - LanguageRuntime/RenderScript/RenderScriptRuntime \ - Language/CPlusPlus \ - Language/Go \ - Language/ObjC \ - Language/ObjCPlusPlus \ - DynamicLoader/POSIX-DYLD \ - DynamicLoader/Hexagon-DYLD \ - DynamicLoader/MacOSX-DYLD \ - DynamicLoader/Windows-DYLD \ - JITLoader/GDB \ - ExpressionParser/Clang \ - ExpressionParser/Go \ - OperatingSystem/Go \ - OperatingSystem/Python \ - SystemRuntime/MacOSX \ - SymbolVendor/ELF \ - MemoryHistory/asan \ - InstrumentationRuntime/AddressSanitizer \ - ScriptInterpreter/Python ScriptInterpreter/None - -ifeq ($(HOST_OS),Darwin) -PARALLEL_DIRS += Process/MacOSX-Kernel -PARALLEL_DIRS += DynamicLoader/Darwin-Kernel -PARALLEL_DIRS += SymbolVendor/MacOSX -#PARALLEL_DIRS += Process/MacOSX-User -PARALLEL_DIRS += Process/mach-core -endif - -ifeq ($(HOST_OS),Linux) -PARALLEL_DIRS += Process/Linux Process/POSIX -endif - -ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD)) -PARALLEL_DIRS += Process/FreeBSD Process/POSIX -endif - -ifeq ($(HOST_OS),NetBSD) -PARALLEL_DIRS += Process/POSIX -endif - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/MemoryHistory/asan/Makefile b/lldb/source/Plugins/MemoryHistory/asan/Makefile deleted file mode 100644 index 86de6aba363..00000000000 --- a/lldb/source/Plugins/MemoryHistory/asan/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/MemoryHistory/asan/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 := lldbPluginMemoryHistoryASan -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile 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 diff --git a/lldb/source/Plugins/ObjectFile/ELF/Makefile b/lldb/source/Plugins/ObjectFile/ELF/Makefile deleted file mode 100644 index 470660bb786..00000000000 --- a/lldb/source/Plugins/ObjectFile/ELF/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ObjectFile/ELF/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 := lldbPluginObjectFileELF -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ObjectFile/JIT/Makefile b/lldb/source/Plugins/ObjectFile/JIT/Makefile deleted file mode 100644 index 2af3521777a..00000000000 --- a/lldb/source/Plugins/ObjectFile/JIT/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ObjectFile/JIT/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 := lldbPluginObjectFileJIT -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ObjectFile/Mach-O/Makefile b/lldb/source/Plugins/ObjectFile/Mach-O/Makefile deleted file mode 100644 index 2fab0238e41..00000000000 --- a/lldb/source/Plugins/ObjectFile/Mach-O/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ObjectFile/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 := lldbPluginObjectFileMachO -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/Makefile b/lldb/source/Plugins/ObjectFile/PECOFF/Makefile deleted file mode 100644 index 1b5abc461e8..00000000000 --- a/lldb/source/Plugins/ObjectFile/PECOFF/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- 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 diff --git a/lldb/source/Plugins/OperatingSystem/Go/Makefile b/lldb/source/Plugins/OperatingSystem/Go/Makefile deleted file mode 100644 index 7d06d483d3a..00000000000 --- a/lldb/source/Plugins/OperatingSystem/Go/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##==- source/Plugins/OperatingSystem/Go/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 := lldbPluginOSGo -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/OperatingSystem/Python/Makefile b/lldb/source/Plugins/OperatingSystem/Python/Makefile deleted file mode 100644 index 67cd0acd703..00000000000 --- a/lldb/source/Plugins/OperatingSystem/Python/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##==- source/Plugins/OperatingSystem/Python/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 := lldbPluginOSPython -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Platform/Android/Makefile b/lldb/source/Plugins/Platform/Android/Makefile deleted file mode 100644 index aa186f924e6..00000000000 --- a/lldb/source/Plugins/Platform/Android/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Platform/Android/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 := lldbPluginPlatformAndroid -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Platform/FreeBSD/Makefile b/lldb/source/Plugins/Platform/FreeBSD/Makefile deleted file mode 100644 index e5c25d8504d..00000000000 --- a/lldb/source/Plugins/Platform/FreeBSD/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Platform/FreeBSD/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 := lldbPluginPlatformFreeBSD -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Platform/Kalimba/Makefile b/lldb/source/Plugins/Platform/Kalimba/Makefile deleted file mode 100644 index c22b7d21c13..00000000000 --- a/lldb/source/Plugins/Platform/Kalimba/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Platform/Kalimba/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 := lldbPluginPlatformKalimba -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Platform/Linux/Makefile b/lldb/source/Plugins/Platform/Linux/Makefile deleted file mode 100644 index 2877fddf0bc..00000000000 --- a/lldb/source/Plugins/Platform/Linux/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Platform/Linux/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 := lldbPluginPlatformLinux -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Platform/MacOSX/Makefile b/lldb/source/Plugins/Platform/MacOSX/Makefile deleted file mode 100644 index 3e61dc982bd..00000000000 --- a/lldb/source/Plugins/Platform/MacOSX/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- source/Plugins/Platform/MacOSX/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 := lldbPluginPlatformMacOSX -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile - diff --git a/lldb/source/Plugins/Platform/Makefile b/lldb/source/Plugins/Platform/Makefile deleted file mode 100644 index 572b0864407..00000000000 --- a/lldb/source/Plugins/Platform/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -##===- source/Plugins/Platform/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 := ../../.. - -include $(LLDB_LEVEL)/../../Makefile.config - -PARALLEL_DIRS := gdb-server MacOSX Linux FreeBSD NetBSD POSIX Windows Kalimba Android - -# ifeq ($(HOST_OS),Darwin) -# DIRS += MacOSX -# endif -# -# ifeq ($(HOST_OS),Linux) -# DIRS += Linux -# endif -# -# ifeq ($(HOST_OS),FreeBSD) -# DIRS += FreeBSD -# endif -# -# ifeq ($(HOST_OS),GNU/kFreeBSD) -# DIRS += FreeBSD -# endif -# -# ifeq ($(HOST_OS),NetBSD) -# DIRS += NetBSD -# endif - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Platform/NetBSD/Makefile b/lldb/source/Plugins/Platform/NetBSD/Makefile deleted file mode 100644 index 2c480bdbe8d..00000000000 --- a/lldb/source/Plugins/Platform/NetBSD/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Platform/NetBSD/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 := lldbPluginPlatformNetBSD -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Platform/POSIX/Makefile b/lldb/source/Plugins/Platform/POSIX/Makefile deleted file mode 100644 index eca927720ba..00000000000 --- a/lldb/source/Plugins/Platform/POSIX/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Platform/POSIX/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 := lldbPluginPlatformPOSIX -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Platform/Windows/Makefile b/lldb/source/Plugins/Platform/Windows/Makefile deleted file mode 100644 index b78cd7bfd08..00000000000 --- a/lldb/source/Plugins/Platform/Windows/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Platform/Windows/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 := lldbPluginPlatformWindows -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Platform/gdb-server/Makefile b/lldb/source/Plugins/Platform/gdb-server/Makefile deleted file mode 100644 index c56613b2a65..00000000000 --- a/lldb/source/Plugins/Platform/gdb-server/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Platform/gdb-server/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 := lldbPluginPlatformGDB -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Process/FreeBSD/Makefile b/lldb/source/Plugins/Process/FreeBSD/Makefile deleted file mode 100644 index 7f546540e55..00000000000 --- a/lldb/source/Plugins/Process/FreeBSD/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -##===- source/Plugins/Process/FreeBSD/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 := lldbPluginProcessFreeBSD -BUILD_ARCHIVE = 1 - -# Extend the include path so we may locate UnwindLLDB.h -CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Utility - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Process/Linux/Makefile b/lldb/source/Plugins/Process/Linux/Makefile deleted file mode 100644 index 239e94d608e..00000000000 --- a/lldb/source/Plugins/Process/Linux/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -##===- source/Plugins/Process/Linux/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 := lldbPluginProcessLinux -BUILD_ARCHIVE = 1 - -# Extend the include path so we may locate UnwindLLDB.h -CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Utility - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/Makefile b/lldb/source/Plugins/Process/MacOSX-Kernel/Makefile deleted file mode 100644 index e42f390ffe0..00000000000 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Process/MacOSX-Darwin/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 := lldbPluginProcessDarwin -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Process/POSIX/Makefile b/lldb/source/Plugins/Process/POSIX/Makefile deleted file mode 100644 index e8ac3a8ae0e..00000000000 --- a/lldb/source/Plugins/Process/POSIX/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -##===- source/Plugins/Process/POSIX/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 := lldbPluginProcessPOSIX -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/../../Makefile.config - -# Extend the include path so we may locate UnwindLLDB.h -CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Utility - -ifeq ($(HOST_OS),Linux) -CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/Linux - -# Disable warning for now as offsetof is used with an index into a structure member array -# in defining register info tables. -CPP.Flags += -Wno-extended-offsetof -endif - -ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD)) -# Extend the include path so we may locate ProcessMonitor -CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/FreeBSD -endif - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Process/Utility/Makefile b/lldb/source/Plugins/Process/Utility/Makefile deleted file mode 100644 index eb0caf3f92f..00000000000 --- a/lldb/source/Plugins/Process/Utility/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Utility/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 := lldbPluginProcessUtility -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Process/elf-core/Makefile b/lldb/source/Plugins/Process/elf-core/Makefile deleted file mode 100644 index 8c5b3b800f5..00000000000 --- a/lldb/source/Plugins/Process/elf-core/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Process/elf-core/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 := lldbPluginProcessElfCore -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Process/gdb-remote/Makefile b/lldb/source/Plugins/Process/gdb-remote/Makefile deleted file mode 100644 index 8a9b6107787..00000000000 --- a/lldb/source/Plugins/Process/gdb-remote/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Process/gdb-remote/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 := lldbPluginProcessGDBRemote -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/Process/mach-core/Makefile b/lldb/source/Plugins/Process/mach-core/Makefile deleted file mode 100644 index 6db84987226..00000000000 --- a/lldb/source/Plugins/Process/mach-core/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/Process/mach-core/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 := lldbPluginProcessMachCore -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ScriptInterpreter/None/Makefile b/lldb/source/Plugins/ScriptInterpreter/None/Makefile deleted file mode 100644 index 1e252319852..00000000000 --- a/lldb/source/Plugins/ScriptInterpreter/None/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ScriptInterpreter/None/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 := lldbPluginScriptInterpreterNone -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/Makefile b/lldb/source/Plugins/ScriptInterpreter/Python/Makefile deleted file mode 100644 index cf605014d45..00000000000 --- a/lldb/source/Plugins/ScriptInterpreter/Python/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ScriptInterpreter/Python/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 := lldbPluginScriptInterpreterPython -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/SymbolFile/DWARF/Makefile b/lldb/source/Plugins/SymbolFile/DWARF/Makefile deleted file mode 100644 index 509065650ab..00000000000 --- a/lldb/source/Plugins/SymbolFile/DWARF/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/SymbolFile/DWARF/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 := lldbPluginSymbolFileDWARF -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/SymbolFile/Symtab/Makefile b/lldb/source/Plugins/SymbolFile/Symtab/Makefile deleted file mode 100644 index 2c3dbb6d86a..00000000000 --- a/lldb/source/Plugins/SymbolFile/Symtab/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/SymbolFile/Symtab/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 := lldbPluginSymbolFileSymtab -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/SymbolVendor/ELF/Makefile b/lldb/source/Plugins/SymbolVendor/ELF/Makefile deleted file mode 100644 index 47c24a2bda3..00000000000 --- a/lldb/source/Plugins/SymbolVendor/ELF/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/SymbolVendor/ELF/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 := lldbPluginSymbolVendorELF -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/SymbolVendor/MacOSX/Makefile b/lldb/source/Plugins/SymbolVendor/MacOSX/Makefile deleted file mode 100644 index 9f71ad669aa..00000000000 --- a/lldb/source/Plugins/SymbolVendor/MacOSX/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/SymbolVendor/MacOSX/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 := lldbPluginSymbolVendorMacOSX -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/Makefile b/lldb/source/Plugins/SystemRuntime/MacOSX/Makefile deleted file mode 100644 index eebfb52073d..00000000000 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/SystemRuntime/MacOSX ----*- 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 := lldbPluginSystemRuntimeMacOSX -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/UnwindAssembly/InstEmulation/Makefile b/lldb/source/Plugins/UnwindAssembly/InstEmulation/Makefile deleted file mode 100644 index e006235864f..00000000000 --- a/lldb/source/Plugins/UnwindAssembly/InstEmulation/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##==- source/Plugins/UnwindAssembly/InstEmulation/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 := lldbPluginUnwindAssemblyInstEmulation -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile diff --git a/lldb/source/Plugins/UnwindAssembly/x86/Makefile b/lldb/source/Plugins/UnwindAssembly/x86/Makefile deleted file mode 100644 index 24419c044f0..00000000000 --- a/lldb/source/Plugins/UnwindAssembly/x86/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##==-- source/Plugins/UnwindAssembly/x86/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 := lldbPluginUnwindAssemblyX86 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile |

