b377ea8ffc
Sponsored by: DARPA, AFRL
21 lines
315 B
Makefile
21 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldb
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
|
|
|
|
SRCDIR= tools/lldb/source
|
|
SRCS= lldb.cpp \
|
|
lldb-log.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
Attrs \
|
|
DiagnosticCommonKinds \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
CommentCommandList
|
|
|
|
.include "../lldb.lib.mk"
|