Files
netbsd/external/bsd/llvm/lib/libLLVMDebugInfo/Makefile
2013-04-06 16:48:33 +02:00

26 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/09/23 17:22:23 joerg Exp $
LIB= LLVMDebugInfo
.include <bsd.init.mk>
.PATH: ${LLVM_SRCDIR}/lib/DebugInfo
SRCS+= DIContext.cpp \
DWARFAbbreviationDeclaration.cpp \
DWARFCompileUnit.cpp \
DWARFContext.cpp \
DWARFDebugAbbrev.cpp \
DWARFDebugArangeSet.cpp \
DWARFDebugAranges.cpp \
DWARFDebugInfoEntry.cpp \
DWARFDebugLine.cpp \
DWARFDebugRangeList.cpp \
DWARFFormValue.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif