]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - lib/clang/libllvmdebuginfo/Makefile
Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.
[FreeBSD/releng/9.1.git] / lib / clang / libllvmdebuginfo / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmdebuginfo
4
5 SRCDIR= lib/DebugInfo
6 SRCS=   DIContext.cpp \
7         DWARFAbbreviationDeclaration.cpp \
8         DWARFCompileUnit.cpp \
9         DWARFContext.cpp \
10         DWARFDebugAbbrev.cpp \
11         DWARFDebugArangeSet.cpp \
12         DWARFDebugAranges.cpp \
13         DWARFDebugInfoEntry.cpp \
14         DWARFDebugLine.cpp \
15         DWARFFormValue.cpp
16
17 .include "../clang.lib.mk"