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