1# $NetBSD: Makefile,v 1.6 2015/01/29 20:41:35 joerg Exp $ 2 3LIB= LLVMDebugInfo 4 5.include <bsd.init.mk> 6 7.PATH: ${LLVM_SRCDIR}/lib/DebugInfo 8 9SRCS+= DIContext.cpp \ 10 DWARFAbbreviationDeclaration.cpp \ 11 DWARFAcceleratorTable.cpp \ 12 DWARFCompileUnit.cpp \ 13 DWARFContext.cpp \ 14 DWARFDebugAbbrev.cpp \ 15 DWARFDebugArangeSet.cpp \ 16 DWARFDebugAranges.cpp \ 17 DWARFDebugFrame.cpp \ 18 DWARFDebugInfoEntry.cpp \ 19 DWARFDebugLine.cpp \ 20 DWARFDebugLoc.cpp \ 21 DWARFDebugRangeList.cpp \ 22 DWARFFormValue.cpp \ 23 DWARFTypeUnit.cpp \ 24 DWARFUnit.cpp \ 25 SyntaxHighlighting.cpp 26 27.if defined(HOSTLIB) 28.include <bsd.hostlib.mk> 29.else 30.include <bsd.lib.mk> 31.endif 32