build: Fixup Darwin process plugin build for Makefiles.

llvm-svn: 143376
This commit is contained in:
Daniel Dunbar 2011-10-31 22:50:27 +00:00
parent 647bf23510
commit e6fb049d3d
3 changed files with 16 additions and 2 deletions

View File

@ -76,7 +76,7 @@ ifeq ($(HOST_OS),Darwin)
lldbPluginObjectFileMachO.a \
lldbPluginSymbolVendorMacOSX.a \
lldbPluginPlatformMacOSX.a \
lldbPluginProcessDarwin
lldbPluginProcessDarwin.a
endif
ifeq ($(HOST_OS),Linux)

View File

@ -21,7 +21,7 @@ DIRS := ABI/MacOSX-arm ABI/MacOSX-i386 ABI/SysV-x86_64 Disassembler/llvm \
LanguageRuntime/ObjC/AppleObjCRuntime
ifeq ($(HOST_OS),Darwin)
DIRS += Process/Darwin DynamicLoader/MacOSX-DYLD ObjectContainer/Universal-Mach-O \
DIRS += Process/MacOSX-Kernel DynamicLoader/MacOSX-DYLD ObjectContainer/Universal-Mach-O \
ObjectFile/Mach-O SymbolVendor/MacOSX
#DIRS += Process/MacOSX-User
endif

View File

@ -0,0 +1,14 @@
##===- 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