diff options
author | Keno Fischer <kfischer@college.harvard.edu> | 2015-07-14 20:25:19 +0000 |
---|---|---|
committer | Keno Fischer <kfischer@college.harvard.edu> | 2015-07-14 20:25:19 +0000 |
commit | 2069de9813809b6d1e9527495420e8220a3e824e (patch) | |
tree | 105c007d3a3b710b1e075f9bd05673703f83e80d /lldb/source/Host/freebsd | |
parent | 5be45129a435bd66e3a4789ef3ac6bd32dc70e0b (diff) | |
download | bcm5719-llvm-2069de9813809b6d1e9527495420e8220a3e824e.tar.gz bcm5719-llvm-2069de9813809b6d1e9527495420e8220a3e824e.zip |
[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
Diffstat (limited to 'lldb/source/Host/freebsd')
-rw-r--r-- | lldb/source/Host/freebsd/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lldb/source/Host/freebsd/Makefile b/lldb/source/Host/freebsd/Makefile deleted file mode 100644 index d4d848dc430..00000000000 --- a/lldb/source/Host/freebsd/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===- source/Host/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 := lldbHostFreeBSD -BUILD_ARCHIVE = 1 - -CPP.Flags += -I/usr/local/include - -include $(LLDB_LEVEL)/Makefile |