]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / liblldbPluginUnwindAssemblyInstEmulation / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginUnwindAssemblyInstEmulation
6
7 SRCDIR= tools/lldb/source/Plugins/UnwindAssembly/InstEmulation
8 SRCS=   UnwindAssemblyInstEmulation.cpp
9
10 TGHDRS= DiagnosticCommonKinds \
11         DeclNodes \
12         StmtNodes \
13         CommentCommandList
14
15 .include "../lldb.lib.mk"