]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/liblldbPluginProcessFreeBSD/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / liblldbPluginProcessFreeBSD / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginProcessFreeBSD
6
7 # include_directories(.)
8 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD
9 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
10
11 SRCDIR= tools/lldb/source/Plugins/Process/FreeBSD
12 SRCS=   ProcessFreeBSD.cpp \
13         ProcessMonitor.cpp
14
15 TGHDRS= DiagnosticCommonKinds \
16         DeclNodes \
17         StmtNodes \
18         CommentCommandList
19
20 .include "../lldb.lib.mk"