]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/liblldbPluginObjectFileELF/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / liblldbPluginObjectFileELF / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginObjectFileELF
6
7 SRCDIR= tools/lldb/source/Plugins/ObjectFile/ELF
8 SRCS=   ELFHeader.cpp \
9         ObjectFileELF.cpp
10
11 TGHDRS= DiagnosticCommonKinds \
12         DeclNodes \
13         StmtNodes \
14         CommentCommandList
15
16 .include "../lldb.lib.mk"