1# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:05 joerg Exp $ 2 3LIB= LLVMAsmPrinter 4 5.include <bsd.init.mk> 6 7.PATH: ${LLVM_SRCDIR}/lib/CodeGen/AsmPrinter 8 9SRCS+= AccelTable.cpp \ 10 AddressPool.cpp \ 11 ARMException.cpp \ 12 AsmPrinter.cpp \ 13 AsmPrinterDwarf.cpp \ 14 AsmPrinterInlineAsm.cpp \ 15 CodeViewDebug.cpp \ 16 DbgEntityHistoryCalculator.cpp \ 17 DebugHandlerBase.cpp \ 18 DebugLocStream.cpp \ 19 DIE.cpp \ 20 DIEHash.cpp \ 21 DwarfCFIException.cpp \ 22 DwarfCompileUnit.cpp \ 23 DwarfDebug.cpp \ 24 DwarfExpression.cpp \ 25 DwarfFile.cpp \ 26 DwarfStringPool.cpp \ 27 DwarfUnit.cpp \ 28 EHStreamer.cpp \ 29 ErlangGCPrinter.cpp \ 30 OcamlGCPrinter.cpp \ 31 WasmException.cpp \ 32 WinCFGuard.cpp \ 33 WinException.cpp 34 35.if defined(HOSTLIB) 36.include <bsd.hostlib.mk> 37.else 38.include <bsd.lib.mk> 39.endif 40