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

.include <bsd.own.mk>

LIB=	lldbPluginInstructionARM

SRCDIR=	tools/lldb/source/Plugins/Instruction/ARM
SRCS=	EmulateInstructionARM.cpp \
	EmulationStateARM.cpp

TGHDRS=	DiagnosticCommonKinds \
	DeclNodes \
	StmtNodes \
	CommentCommandList

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