1# $OpenBSD: Makefile,v 1.9 2023/11/11 18:35:36 robert Exp $ 2 3LIB= LLVMDebugInfoDWARF 4NOPROFILE= 5 6CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/DebugInfo/DWARF \ 7 -I${LLVM_SRCS}/include/llvm/DebugInfo 8 9SRCS+= DWARFAbbreviationDeclaration.cpp \ 10 DWARFAddressRange.cpp \ 11 DWARFAcceleratorTable.cpp \ 12 DWARFCompileUnit.cpp \ 13 DWARFContext.cpp \ 14 DWARFDataExtractor.cpp \ 15 DWARFDebugAbbrev.cpp \ 16 DWARFDebugAddr.cpp \ 17 DWARFDebugArangeSet.cpp \ 18 DWARFDebugAranges.cpp \ 19 DWARFDebugFrame.cpp \ 20 DWARFTypePrinter.cpp \ 21 DWARFDebugInfoEntry.cpp \ 22 DWARFDebugLine.cpp \ 23 DWARFDebugLoc.cpp \ 24 DWARFDebugMacro.cpp \ 25 DWARFDebugPubTable.cpp \ 26 DWARFDebugRangeList.cpp \ 27 DWARFDebugRnglists.cpp \ 28 DWARFDie.cpp \ 29 DWARFExpression.cpp \ 30 DWARFFormValue.cpp \ 31 DWARFGdbIndex.cpp \ 32 DWARFListTable.cpp \ 33 DWARFLocationExpression.cpp \ 34 DWARFTypeUnit.cpp \ 35 DWARFUnitIndex.cpp \ 36 DWARFUnit.cpp \ 37 DWARFVerifier.cpp 38 39.PATH: ${.CURDIR}/../../../llvm/llvm/lib/DebugInfo/DWARF 40