1# $FreeBSD: releng/11.0/lib/clang/liblldbPluginObjectFileELF/Makefile 255722 2013-09-20 01:52:02Z emaste $
2
3.include <bsd.own.mk>
4
5LIB=	lldbPluginObjectFileELF
6
7SRCDIR=	tools/lldb/source/Plugins/ObjectFile/ELF
8SRCS=	ELFHeader.cpp \
9	ObjectFileELF.cpp
10
11TGHDRS=	DiagnosticCommonKinds \
12	DeclNodes \
13	StmtNodes \
14	CommentCommandList
15
16.include "../lldb.lib.mk"
17