# $NetBSD: Makefile,v 1.1 2018/07/17 18:55:27 joerg Exp $ LIB= LLVMDebugInfoPDBDIA .include .PATH: ${LLVM_SRCDIR}/lib/DebugInfo/PDB/DIA SRCS+= DIAEnumInjectedSources.cpp \ DIAEnumSectionContribs.cpp \ DIAEnumTables.cpp \ DIAInjectedSource.cpp \ DIASectionContrib.cpp \ DIATable.cpp .if defined(HOSTLIB) .include .else .include .endif