mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
19 lines
294 B
Makefile
19 lines
294 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= DiagnosticCommonKinds \
|
||
|
|
DeclNodes \
|
||
|
|
StmtNodes \
|
||
|
|
CommentCommandList
|
||
|
|
|
||
|
|
.include "../lldb.lib.mk"
|