1# $OpenBSD: Makefile,v 1.8 2021/04/28 12:55:39 patrick 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 DWARFDebugInfoEntry.cpp \ 21 DWARFDebugLine.cpp \ 22 DWARFDebugLoc.cpp \ 23 DWARFDebugMacro.cpp \ 24 DWARFDebugPubTable.cpp \ 25 DWARFDebugRangeList.cpp \ 26 DWARFDebugRnglists.cpp \ 27 DWARFDie.cpp \ 28 DWARFExpression.cpp \ 29 DWARFFormValue.cpp \ 30 DWARFGdbIndex.cpp \ 31 DWARFListTable.cpp \ 32 DWARFLocationExpression.cpp \ 33 DWARFTypeUnit.cpp \ 34 DWARFUnitIndex.cpp \ 35 DWARFUnit.cpp \ 36 DWARFVerifier.cpp 37 38.PATH: ${.CURDIR}/../../../llvm/llvm/lib/DebugInfo/DWARF 39