]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/liblldbPluginMemoryHistoryASan/Makefile
Merge OpenBSM 1.2 alpha 4.
[FreeBSD/FreeBSD.git] / lib / clang / liblldbPluginMemoryHistoryASan / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginMemoryHistoryASan
6
7 SRCDIR= tools/lldb/source/Plugins/MemoryHistory/asan
8 SRCS=   MemoryHistoryASan.cpp
9
10 TGHDRS= DiagnosticCommonKinds \
11         DeclNodes \
12         StmtNodes \
13         CommentCommandList
14
15 .include "../lldb.lib.mk"