xref: /netbsd-src/external/apache2/llvm/lib/libLLVMAsmPrinter/Makefile (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1*53d1339bSjoerg#	$NetBSD: Makefile,v 1.2 2021/05/30 01:56:50 joerg Exp $
276c7fc5fSjoerg
376c7fc5fSjoergLIB=	LLVMAsmPrinter
476c7fc5fSjoerg
576c7fc5fSjoerg.include <bsd.init.mk>
676c7fc5fSjoerg
776c7fc5fSjoerg.PATH: ${LLVM_SRCDIR}/lib/CodeGen/AsmPrinter
876c7fc5fSjoerg
976c7fc5fSjoergSRCS+=	AccelTable.cpp \
1076c7fc5fSjoerg	AddressPool.cpp \
11*53d1339bSjoerg	AIXException.cpp \
1276c7fc5fSjoerg	ARMException.cpp \
1376c7fc5fSjoerg	AsmPrinter.cpp \
1476c7fc5fSjoerg	AsmPrinterDwarf.cpp \
1576c7fc5fSjoerg	AsmPrinterInlineAsm.cpp \
1676c7fc5fSjoerg	CodeViewDebug.cpp \
1776c7fc5fSjoerg	DbgEntityHistoryCalculator.cpp \
1876c7fc5fSjoerg	DebugHandlerBase.cpp \
1976c7fc5fSjoerg	DebugLocStream.cpp \
2076c7fc5fSjoerg	DIE.cpp \
2176c7fc5fSjoerg	DIEHash.cpp \
2276c7fc5fSjoerg	DwarfCFIException.cpp \
2376c7fc5fSjoerg	DwarfCompileUnit.cpp \
2476c7fc5fSjoerg	DwarfDebug.cpp \
2576c7fc5fSjoerg	DwarfExpression.cpp \
2676c7fc5fSjoerg	DwarfFile.cpp \
2776c7fc5fSjoerg	DwarfStringPool.cpp \
2876c7fc5fSjoerg	DwarfUnit.cpp \
2976c7fc5fSjoerg	EHStreamer.cpp \
3076c7fc5fSjoerg	ErlangGCPrinter.cpp \
3176c7fc5fSjoerg	OcamlGCPrinter.cpp \
32*53d1339bSjoerg	PseudoProbePrinter.cpp \
3376c7fc5fSjoerg	WasmException.cpp \
3476c7fc5fSjoerg	WinCFGuard.cpp \
3576c7fc5fSjoerg	WinException.cpp
3676c7fc5fSjoerg
3776c7fc5fSjoerg.if defined(HOSTLIB)
3876c7fc5fSjoerg.include <bsd.hostlib.mk>
3976c7fc5fSjoerg.else
4076c7fc5fSjoerg.include <bsd.lib.mk>
4176c7fc5fSjoerg.endif
42