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

.include <bsd.own.mk>

LIB=	lldbPluginDisassemblerLLVM

SRCDIR=	tools/lldb/source/Plugins/Disassembler/llvm
SRCS=	DisassemblerLLVMC.cpp

TGHDRS=	DiagnosticCommonKinds \
	DeclNodes \
	StmtNodes \
	CommentCommandList

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