2013-09-20 01:52:02 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
LIB= lldb
|
|
|
|
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
|
|
|
|
|
|
|
|
SRCDIR= tools/lldb/source
|
2015-07-04 01:02:43 +00:00
|
|
|
SRCS= lldb.cpp
|
|
|
|
|
2013-09-20 01:52:02 +00:00
|
|
|
|
2014-11-26 17:40:03 +00:00
|
|
|
TGHDRS= AttrList \
|
|
|
|
Attrs \
|
|
|
|
DiagnosticCommonKinds \
|
2013-09-20 01:52:02 +00:00
|
|
|
DeclNodes \
|
|
|
|
StmtNodes \
|
|
|
|
CommentCommandList
|
|
|
|
|
|
|
|
.include "../lldb.lib.mk"
|