blob: 5f52f33d03e4e06be9f1276f83b30745cdc1f8c2 (
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
|
# $FreeBSD$
.include <src.opts.mk>
LIB= llvmdebuginfodwarf
SRCDIR= lib/DebugInfo/DWARF
SRCS= DWARFAbbreviationDeclaration.cpp \
DWARFAcceleratorTable.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 \
SyntaxHighlighting.cpp
.include "../clang.lib.mk"
|