]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbPluginProcessElfCore/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / liblldbPluginProcessElfCore / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginProcessElfCore
6
7 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
8 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Utility
9
10 SRCDIR= tools/lldb/source/Plugins/Process/elf-core
11 SRCS=   ProcessElfCore.cpp \
12         ThreadElfCore.cpp \
13         RegisterContextCoreLinux_x86_64.cpp \
14         RegisterContextCoreFreeBSD_x86_64.cpp
15
16 TGHDRS= DiagnosticCommonKinds \
17         DeclNodes \
18         StmtNodes \
19         CommentCommandList
20
21 .include "../lldb.lib.mk"