2013-09-19 21:52:02 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
|
|
LIB= lldbPluginProcessElfCore
|
|
|
|
|
|
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
|
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Utility
|
|
|
|
|
|
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/Process/elf-core
|
|
|
|
|
SRCS= ProcessElfCore.cpp \
|
|
|
|
|
ThreadElfCore.cpp \
|
2013-11-12 12:25:33 -05:00
|
|
|
RegisterContextPOSIXCore_mips64.cpp \
|
|
|
|
|
RegisterContextPOSIXCore_x86_64.cpp
|
2013-09-19 21:52:02 -04:00
|
|
|
|
|
|
|
|
TGHDRS= DiagnosticCommonKinds \
|
|
|
|
|
DeclNodes \
|
|
|
|
|
StmtNodes \
|
|
|
|
|
CommentCommandList
|
|
|
|
|
|
|
|
|
|
.include "../lldb.lib.mk"
|