]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/liblldbPluginProcessFreeBSD/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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=   FreeBSDThread.cpp \
13         ProcessFreeBSD.cpp \
14         ProcessMonitor.cpp
15
16 TGHDRS= DiagnosticCommonKinds \
17         DeclNodes \
18         StmtNodes \
19         CommentCommandList
20
21 .include "../lldb.lib.mk"