1# $NetBSD: Makefile,v 1.13 2015/01/29 20:41:35 joerg Exp $ 2 3LIB= LLVMAsmPrinter 4 5.include <bsd.init.mk> 6 7.PATH: ${LLVM_SRCDIR}/lib/CodeGen/AsmPrinter 8 9SRCS+= ARMException.cpp \ 10 AddressPool.cpp \ 11 AsmPrinter.cpp \ 12 AsmPrinterDwarf.cpp \ 13 AsmPrinterInlineAsm.cpp \ 14 DIE.cpp \ 15 DIEHash.cpp \ 16 DbgValueHistoryCalculator.cpp \ 17 DwarfAccelTable.cpp \ 18 DwarfCFIException.cpp \ 19 DwarfCompileUnit.cpp \ 20 DwarfDebug.cpp \ 21 DwarfExpression.cpp \ 22 DwarfFile.cpp \ 23 DwarfStringPool.cpp \ 24 DwarfUnit.cpp \ 25 EHStreamer.cpp \ 26 ErlangGCPrinter.cpp \ 27 OcamlGCPrinter.cpp \ 28 Win64Exception.cpp \ 29 WinCodeViewLineTables.cpp 30 31.if defined(HOSTLIB) 32.include <bsd.hostlib.mk> 33.else 34.include <bsd.lib.mk> 35.endif 36