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

.include <bsd.own.mk>

LIB=	lldbPluginUnwindAssemblyInstEmulation

SRCDIR=	tools/lldb/source/Plugins/UnwindAssembly/InstEmulation
SRCS=	UnwindAssemblyInstEmulation.cpp

TGHDRS=	DiagnosticCommonKinds \
	DeclNodes \
	StmtNodes \
	CommentCommandList

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