[Makefiles] Align library names with CMake build
authorKeno Fischer <kfischer@college.harvard.edu>
Tue, 14 Jul 2015 20:25:19 +0000 (20:25 +0000)
committerKeno Fischer <kfischer@college.harvard.edu>
Tue, 14 Jul 2015 20:25:19 +0000 (20:25 +0000)
commit2069de9813809b6d1e9527495420e8220a3e824e
tree105c007d3a3b710b1e075f9bd05673703f83e80d
parent5be45129a435bd66e3a4789ef3ac6bd32dc70e0b
[Makefiles] Align library names with CMake build

Summary: This aligns the library names used by the Makefile build to be the same as those create by the CMake build to make switching between the two easier. The only major difficulty was lldbHost which was one library in the CMake system and several in the Makefile system. Most of the other changes are trivial renames.

Reviewers: labath

Subscribers: emaste, tberghammer, lldb-commits

Differential Revision: http://reviews.llvm.org/D11154

llvm-svn: 242196
23 files changed:
lldb/lib/Makefile
lldb/source/Host/Makefile
lldb/source/Host/common/Makefile [deleted file]
lldb/source/Host/freebsd/Makefile [deleted file]
lldb/source/Host/linux/Makefile [deleted file]
lldb/source/Host/macosx/Makefile [deleted file]
lldb/source/Host/posix/Makefile [deleted file]
lldb/source/Host/windows/Makefile [deleted file]
lldb/source/Initialization/Makefile
lldb/source/Makefile
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/Makefile
lldb/source/Plugins/DynamicLoader/POSIX-DYLD/Makefile
lldb/source/Plugins/Instruction/ARM/Makefile
lldb/source/Plugins/Instruction/ARM64/Makefile
lldb/source/Plugins/Instruction/MIPS/Makefile
lldb/source/Plugins/Instruction/MIPS64/Makefile
lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Makefile
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/Makefile
lldb/source/Plugins/ObjectContainer/Universal-Mach-O/Makefile
lldb/source/Plugins/OperatingSystem/Python/Makefile
lldb/source/Plugins/Platform/gdb-server/Makefile
lldb/source/Plugins/UnwindAssembly/x86/Makefile