aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/liblldbPluginInstructionMIPS/Makefile
blob: 5fdbcd1530294399d6bb5df58c257963503dee2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.include <bsd.own.mk>

LIB=	lldbPluginInstructionMIPS

SRCDIR=	tools/lldb/source/Plugins/Instruction/MIPS
SRCS=	EmulateInstructionMIPS.cpp

TGHDRS=	DiagnosticCommonKinds \
	DeclNodes \
	StmtNodes \
	CommentCommandList

.include "../lldb.lib.mk"