1 # $NetBSD: Makefile,v 1.1 2021/05/30 01:56:51 joerg Exp $ 2 3 LIB= LLVMDWARFLinker 4 5 .include <bsd.init.mk> 6 7 .PATH: ${LLVM_SRCDIR}/lib/DWARFLinker 8 9 SRCS+= DWARFLinker.cpp \ 10 DWARFLinkerCompileUnit.cpp \ 11 DWARFLinkerDeclContext.cpp \ 12 DWARFStreamer.cpp 13 14 .if defined(HOSTLIB) 15 .include <bsd.hostlib.mk> 16 .else 17 .include <bsd.lib.mk> 18 .endif 19