]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/liblldb/Makefile
Update build for LLDB snapshot at upstream rev 216948
[FreeBSD/FreeBSD.git] / lib / clang / liblldb / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldb
6
7 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
8
9 SRCDIR= tools/lldb/source
10 SRCS=   lldb.cpp \
11         lldb-log.cpp
12
13 TGHDRS= AttrList \
14         Attrs \
15         DiagnosticCommonKinds \
16         DeclNodes \
17         StmtNodes \
18         CommentCommandList
19
20 .include "../lldb.lib.mk"