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