summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmdebuginfo/Makefile
blob: 3cee40e40104f91fb76a653ac9fb265dcf83f9fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $FreeBSD$

.include <src.opts.mk>

LIB=	llvmdebuginfo

SRCDIR=	lib/DebugInfo
SRCS=	DIContext.cpp \
	DWARFAbbreviationDeclaration.cpp \
	DWARFCompileUnit.cpp \
	DWARFContext.cpp \
	DWARFDebugAbbrev.cpp \
	DWARFDebugArangeSet.cpp \
	DWARFDebugAranges.cpp \
	DWARFDebugFrame.cpp \
	DWARFDebugInfoEntry.cpp \
	DWARFDebugLine.cpp \
	DWARFDebugLoc.cpp \
	DWARFDebugRangeList.cpp \
	DWARFFormValue.cpp \
	DWARFTypeUnit.cpp \
	DWARFUnit.cpp

.if ${MK_CLANG_EXTRAS} != "no"
SRCS+=	DWARFAcceleratorTable.cpp \
	SyntaxHighlighting.cpp
.endif

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud