1 1.2 joerg # $NetBSD: Makefile,v 1.2 2021/05/30 01:56:51 joerg Exp $ 2 1.1 joerg 3 1.1 joerg LIB= LLVMDebugInfoDWARF 4 1.1 joerg 5 1.1 joerg .include <bsd.init.mk> 6 1.1 joerg 7 1.1 joerg .PATH: ${LLVM_SRCDIR}/lib/DebugInfo/DWARF 8 1.1 joerg 9 1.1 joerg SRCS+= DWARFAbbreviationDeclaration.cpp \ 10 1.1 joerg DWARFAcceleratorTable.cpp \ 11 1.1 joerg DWARFAddressRange.cpp \ 12 1.1 joerg DWARFCompileUnit.cpp \ 13 1.1 joerg DWARFContext.cpp \ 14 1.1 joerg DWARFDataExtractor.cpp \ 15 1.1 joerg DWARFDebugAbbrev.cpp \ 16 1.1 joerg DWARFDebugAddr.cpp \ 17 1.1 joerg DWARFDebugAranges.cpp \ 18 1.1 joerg DWARFDebugArangeSet.cpp \ 19 1.1 joerg DWARFDebugFrame.cpp \ 20 1.1 joerg DWARFDebugInfoEntry.cpp \ 21 1.1 joerg DWARFDebugLine.cpp \ 22 1.1 joerg DWARFDebugLoc.cpp \ 23 1.1 joerg DWARFDebugMacro.cpp \ 24 1.1 joerg DWARFDebugPubTable.cpp \ 25 1.1 joerg DWARFDebugRangeList.cpp \ 26 1.1 joerg DWARFDebugRnglists.cpp \ 27 1.1 joerg DWARFDie.cpp \ 28 1.1 joerg DWARFExpression.cpp \ 29 1.1 joerg DWARFFormValue.cpp \ 30 1.1 joerg DWARFGdbIndex.cpp \ 31 1.1 joerg DWARFListTable.cpp \ 32 1.2 joerg DWARFLocationExpression.cpp \ 33 1.1 joerg DWARFTypeUnit.cpp \ 34 1.1 joerg DWARFUnit.cpp \ 35 1.1 joerg DWARFUnitIndex.cpp \ 36 1.1 joerg DWARFVerifier.cpp 37 1.1 joerg 38 1.1 joerg .if defined(HOSTLIB) 39 1.1 joerg .include <bsd.hostlib.mk> 40 1.1 joerg .else 41 1.1 joerg .include <bsd.lib.mk> 42 1.1 joerg .endif 43