]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libllvmdebuginfo/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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         DWARFDebugLoc.cpp \
19         DWARFDebugRangeList.cpp \
20         DWARFFormValue.cpp \
21         DWARFTypeUnit.cpp \
22         DWARFUnit.cpp
23
24 .include "../clang.lib.mk"