1# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ 2 3LIB= LLVMAsmPrinter 4NOPIC= 5NOPROFILE= 6 7.include <bsd.own.mk> 8SRCS= AddressPool.cpp \ 9 ARMException.cpp \ 10 AsmPrinter.cpp \ 11 AsmPrinterDwarf.cpp \ 12 AsmPrinterInlineAsm.cpp \ 13 DbgValueHistoryCalculator.cpp \ 14 DebugLocStream.cpp \ 15 DIE.cpp \ 16 DIEHash.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 WinException.cpp \ 29 WinCodeViewLineTables.cpp 30 31.PATH: ${.CURDIR}/../../../llvm/lib/CodeGen/AsmPrinter 32 33depend: 34 # Nothing here so far ... 35 36install: 37 # Nothing here so far ... 38 39.include <bsd.lib.mk> 40