]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libllvmdebuginfo/Makefile
Update base system libexpat to 2.1.0.
[FreeBSD/FreeBSD.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"