]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / liblldbPluginObjectContainerBSDArchive / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginObjectContainerBSDArchive
6
7 SRCDIR= tools/lldb/source/Plugins/ObjectContainer/BSD-Archive
8 SRCS=   ObjectContainerBSDArchive.cpp
9
10 TGHDRS= DiagnosticCommonKinds \
11         DeclNodes \
12         StmtNodes \
13         CommentCommandList
14
15 .include "../lldb.lib.mk"