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