etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMAsmPrinter / Makefile
bloba819841644839ced3b15e0fe535e242b399a85c0
1 # $NetBSD: Makefile,v 1.13 2015/01/29 20:41:35 joerg Exp $
3 LIB= LLVMAsmPrinter
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/CodeGen/AsmPrinter
9 SRCS+= 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
31 .if defined(HOSTLIB)
32 .include <bsd.hostlib.mk>
33 .else
34 .include <bsd.lib.mk>
35 .endif