Deleted Added
full compact
Makefile (283596) Makefile (283770)
1# $FreeBSD: projects/clang-trunk/lib/clang/libllvmdebuginfo/Makefile 280031 2015-03-15 13:31:13Z dim $
1# $FreeBSD: projects/clang-trunk/lib/clang/libllvmdebuginfodwarf/Makefile 283770 2015-05-30 15:39:49Z dim $
2
3.include <src.opts.mk>
4
2
3.include <src.opts.mk>
4
5LIB= llvmdebuginfo
5LIB= llvmdebuginfodwarf
6
6
7SRCDIR= lib/DebugInfo
8SRCS= DIContext.cpp \
9 DWARFAbbreviationDeclaration.cpp \
7SRCDIR= lib/DebugInfo/DWARF
8SRCS= DWARFAbbreviationDeclaration.cpp \
9 DWARFAcceleratorTable.cpp \
10 DWARFCompileUnit.cpp \
11 DWARFContext.cpp \
12 DWARFDebugAbbrev.cpp \
13 DWARFDebugArangeSet.cpp \
14 DWARFDebugAranges.cpp \
15 DWARFDebugFrame.cpp \
16 DWARFDebugInfoEntry.cpp \
17 DWARFDebugLine.cpp \
18 DWARFDebugLoc.cpp \
19 DWARFDebugRangeList.cpp \
20 DWARFFormValue.cpp \
21 DWARFTypeUnit.cpp \
10 DWARFCompileUnit.cpp \
11 DWARFContext.cpp \
12 DWARFDebugAbbrev.cpp \
13 DWARFDebugArangeSet.cpp \
14 DWARFDebugAranges.cpp \
15 DWARFDebugFrame.cpp \
16 DWARFDebugInfoEntry.cpp \
17 DWARFDebugLine.cpp \
18 DWARFDebugLoc.cpp \
19 DWARFDebugRangeList.cpp \
20 DWARFFormValue.cpp \
21 DWARFTypeUnit.cpp \
22 DWARFUnit.cpp
23
24.if ${MK_CLANG_EXTRAS} != "no"
25SRCS+= DWARFAcceleratorTable.cpp \
22 DWARFUnit.cpp \
26 SyntaxHighlighting.cpp
23 SyntaxHighlighting.cpp
27.endif
28
29.include "../clang.lib.mk"
24
25.include "../clang.lib.mk"