]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/liblldbPluginProcessPOSIX/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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=   POSIXStopInfo.cpp \
14         POSIXThread.cpp \
15         ProcessMessage.cpp \
16         ProcessPOSIX.cpp \
17         ProcessPOSIXLog.cpp \
18         RegisterContextFreeBSD_x86_64.cpp \
19         RegisterContext_i386.cpp \
20         RegisterContextLinux_x86_64.cpp \
21         RegisterContext_x86_64.cpp
22
23 TGHDRS= DiagnosticCommonKinds \
24         DeclNodes \
25         StmtNodes \
26         CommentCommandList
27
28 .include "../lldb.lib.mk"