xref: /NextBSD/lib/clang/liblldbPluginJITLoaderGDB/Makefile (revision 287e3b14e9552995def1802ec9c5034f4adf28ec)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5LIB=	lldbPluginJITLoaderGDB
6
7SRCDIR=	tools/lldb/source/Plugins/JITLoader/GDB
8SRCS=	JITLoaderGDB.cpp
9
10TGHDRS=	DiagnosticCommonKinds \
11	DeclNodes \
12	StmtNodes \
13	CommentCommandList
14
15.include "../lldb.lib.mk"
16