]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbPluginProcessFreeBSD/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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"