]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/liblldbPluginProcessPOSIX/Makefile
MFhead@r291879
[FreeBSD/FreeBSD.git] / lib / clang / liblldbPluginProcessPOSIX / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginProcessPOSIX
6
7 # include_directories(.)
8 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
9 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Utility
10 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD
11
12 SRCDIR= tools/lldb/source/Plugins/Process/POSIX
13 SRCS=   CrashReason.cpp \
14         ProcessMessage.cpp \
15         ProcessPOSIXLog.cpp
16
17 TGHDRS= AttrList \
18         Attrs \
19         DiagnosticCommonKinds \
20         DeclNodes \
21         StmtNodes \
22         CommentCommandList
23
24 .include "../lldb.lib.mk"