]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/liblldbPluginObjectFileJIT/Makefile
Merge OpenSSL 1.0.1p.
[FreeBSD/FreeBSD.git] / lib / clang / liblldbPluginObjectFileJIT / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginObjectFileJIT
6
7 SRCDIR= tools/lldb/source/Plugins/ObjectFile/JIT
8 SRCS=   ObjectFileJIT.cpp
9
10 TGHDRS= AttrList \
11         Attrs \
12         DiagnosticCommonKinds \
13         DeclNodes \
14         StmtNodes \
15         CommentCommandList
16
17 .include "../lldb.lib.mk"