mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
36 lines
688 B
Makefile
36 lines
688 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/01/29 20:41:35 joerg Exp $
|
|
|
|
LIB= LLVMAsmPrinter
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLVM_SRCDIR}/lib/CodeGen/AsmPrinter
|
|
|
|
SRCS+= ARMException.cpp \
|
|
AddressPool.cpp \
|
|
AsmPrinter.cpp \
|
|
AsmPrinterDwarf.cpp \
|
|
AsmPrinterInlineAsm.cpp \
|
|
DIE.cpp \
|
|
DIEHash.cpp \
|
|
DbgValueHistoryCalculator.cpp \
|
|
DwarfAccelTable.cpp \
|
|
DwarfCFIException.cpp \
|
|
DwarfCompileUnit.cpp \
|
|
DwarfDebug.cpp \
|
|
DwarfExpression.cpp \
|
|
DwarfFile.cpp \
|
|
DwarfStringPool.cpp \
|
|
DwarfUnit.cpp \
|
|
EHStreamer.cpp \
|
|
ErlangGCPrinter.cpp \
|
|
OcamlGCPrinter.cpp \
|
|
Win64Exception.cpp \
|
|
WinCodeViewLineTables.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|