]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmdebuginfo/Makefile
MFC r246259:
[FreeBSD/stable/9.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         DWARFDebugInfoEntry.cpp \
16         DWARFDebugLine.cpp \
17         DWARFDebugRangeList.cpp \
18         DWARFFormValue.cpp
19
20 .include "../clang.lib.mk"