xref: /NextBSD/lib/clang/liblldbPluginInstructionMIPS/Makefile (revision 84d351007654069f9643c8e4b4802a7f5f08ee42)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5LIB=	lldbPluginInstructionMIPS
6
7SRCDIR=	tools/lldb/source/Plugins/Instruction/MIPS
8SRCS=	EmulateInstructionMIPS.cpp
9
10TGHDRS=	DiagnosticCommonKinds \
11	DeclNodes \
12	StmtNodes \
13	CommentCommandList
14
15.include "../lldb.lib.mk"
16