]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvmdebuginfo/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"