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

.include <bsd.own.mk>

LIB=	lldbPluginObjectFileELF

SRCDIR=	tools/lldb/source/Plugins/ObjectFile/ELF
SRCS=	ELFHeader.cpp \
	ObjectFileELF.cpp

TGHDRS=	DiagnosticCommonKinds \
	DeclNodes \
	StmtNodes \
	CommentCommandList

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