]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmdebuginfo/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libllvmdebuginfo / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmdebuginfo
6
7 SRCDIR= lib/DebugInfo
8 SRCS=   DIContext.cpp \
9         DWARFAbbreviationDeclaration.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         DWARFDebugRangeList.cpp \
19         DWARFFormValue.cpp
20
21 .include "../clang.lib.mk"