# $OpenBSD: Makefile,v 1.9 2023/11/11 18:35:36 robert Exp $ LIB= LLVMDebugInfoDWARF NOPROFILE= CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/DebugInfo/DWARF \ -I${LLVM_SRCS}/include/llvm/DebugInfo SRCS+= DWARFAbbreviationDeclaration.cpp \ DWARFAddressRange.cpp \ DWARFAcceleratorTable.cpp \ DWARFCompileUnit.cpp \ DWARFContext.cpp \ DWARFDataExtractor.cpp \ DWARFDebugAbbrev.cpp \ DWARFDebugAddr.cpp \ DWARFDebugArangeSet.cpp \ DWARFDebugAranges.cpp \ DWARFDebugFrame.cpp \ DWARFTypePrinter.cpp \ DWARFDebugInfoEntry.cpp \ DWARFDebugLine.cpp \ DWARFDebugLoc.cpp \ DWARFDebugMacro.cpp \ DWARFDebugPubTable.cpp \ DWARFDebugRangeList.cpp \ DWARFDebugRnglists.cpp \ DWARFDie.cpp \ DWARFExpression.cpp \ DWARFFormValue.cpp \ DWARFGdbIndex.cpp \ DWARFListTable.cpp \ DWARFLocationExpression.cpp \ DWARFTypeUnit.cpp \ DWARFUnitIndex.cpp \ DWARFUnit.cpp \ DWARFVerifier.cpp .PATH: ${.CURDIR}/../../../llvm/llvm/lib/DebugInfo/DWARF