Changeset View
Changeset View
Standalone View
Standalone View
lldb/trunk/source/Plugins/Makefile
Show All 12 Lines | |||||
PARALLEL_DIRS := ABI/MacOSX-arm ABI/MacOSX-arm64 ABI/MacOSX-i386 ABI/SysV-i386 ABI/SysV-x86_64 \ | 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-arm ABI/SysV-arm64 ABI/SysV-hexagon ABI/SysV-ppc ABI/SysV-ppc64 \ | ||||
ABI/SysV-mips ABI/SysV-mips64 Disassembler/llvm \ | ABI/SysV-mips ABI/SysV-mips64 Disassembler/llvm \ | ||||
ObjectContainer/BSD-Archive ObjectFile/ELF ObjectFile/PECOFF \ | ObjectContainer/BSD-Archive ObjectFile/ELF ObjectFile/PECOFF \ | ||||
ObjectContainer/Universal-Mach-O ObjectFile/Mach-O \ | ObjectContainer/Universal-Mach-O ObjectFile/Mach-O \ | ||||
ObjectFile/JIT SymbolFile/DWARF SymbolFile/Symtab Process/Utility \ | ObjectFile/JIT SymbolFile/DWARF SymbolFile/Symtab Process/Utility \ | ||||
DynamicLoader/Static Platform Process/gdb-remote \ | DynamicLoader/Static Platform Process/elf-core Process/gdb-remote \ | ||||
Instruction/ARM Instruction/ARM64 Instruction/MIPS Instruction/MIPS64 \ | Instruction/ARM Instruction/ARM64 Instruction/MIPS Instruction/MIPS64 \ | ||||
UnwindAssembly/InstEmulation UnwindAssembly/x86 \ | UnwindAssembly/InstEmulation UnwindAssembly/x86 \ | ||||
LanguageRuntime/CPlusPlus/ItaniumABI \ | LanguageRuntime/CPlusPlus/ItaniumABI \ | ||||
LanguageRuntime/ObjC/AppleObjCRuntime \ | LanguageRuntime/ObjC/AppleObjCRuntime \ | ||||
LanguageRuntime/RenderScript/RenderScriptRuntime \ | LanguageRuntime/RenderScript/RenderScriptRuntime \ | ||||
Language/CPlusPlus \ | Language/CPlusPlus \ | ||||
Language/ObjC \ | Language/ObjC \ | ||||
Language/ObjCPlusPlus \ | Language/ObjCPlusPlus \ | ||||
Show All 10 Lines | PARALLEL_DIRS := ABI/MacOSX-arm ABI/MacOSX-arm64 ABI/MacOSX-i386 ABI/SysV-i386 ABI/SysV-x86_64 \ | ||||
ScriptInterpreter/Python ScriptInterpreter/None | ScriptInterpreter/Python ScriptInterpreter/None | ||||
ifeq ($(HOST_OS),Darwin) | ifeq ($(HOST_OS),Darwin) | ||||
PARALLEL_DIRS += Process/MacOSX-Kernel | PARALLEL_DIRS += Process/MacOSX-Kernel | ||||
PARALLEL_DIRS += DynamicLoader/Darwin-Kernel | PARALLEL_DIRS += DynamicLoader/Darwin-Kernel | ||||
PARALLEL_DIRS += SymbolVendor/MacOSX | PARALLEL_DIRS += SymbolVendor/MacOSX | ||||
#PARALLEL_DIRS += Process/MacOSX-User | #PARALLEL_DIRS += Process/MacOSX-User | ||||
PARALLEL_DIRS += Process/mach-core | PARALLEL_DIRS += Process/mach-core | ||||
PARALLEL_DIRS += Process/elf-core | |||||
PARALLEL_DIRS += JITLoader/GDB | PARALLEL_DIRS += JITLoader/GDB | ||||
endif | endif | ||||
ifeq ($(HOST_OS),Linux) | ifeq ($(HOST_OS),Linux) | ||||
PARALLEL_DIRS += Process/Linux Process/POSIX | PARALLEL_DIRS += Process/Linux Process/POSIX | ||||
PARALLEL_DIRS += Process/elf-core | |||||
PARALLEL_DIRS += JITLoader/GDB | PARALLEL_DIRS += JITLoader/GDB | ||||
endif | endif | ||||
ifeq ($(HOST_OS),MingW) | ifeq ($(HOST_OS),MingW) | ||||
PARALLEL_DIRS += Process/elf-core | |||||
PARALLEL_DIRS += JITLoader/GDB | PARALLEL_DIRS += JITLoader/GDB | ||||
endif | endif | ||||
ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD)) | ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD)) | ||||
PARALLEL_DIRS += Process/FreeBSD Process/POSIX | PARALLEL_DIRS += Process/FreeBSD Process/POSIX | ||||
PARALLEL_DIRS += Process/elf-core | |||||
PARALLEL_DIRS += JITLoader/GDB | PARALLEL_DIRS += JITLoader/GDB | ||||
endif | endif | ||||
include $(LLDB_LEVEL)/Makefile | include $(LLDB_LEVEL)/Makefile |