2011-06-01 18:13:41 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2011/06/01 14:13:42 joerg Exp $
|
2011-02-06 04:13:42 +03:00
|
|
|
|
|
|
|
LIB= LLVMAsmPrinter
|
|
|
|
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
|
|
|
|
.PATH: ${LLVM_SRCDIR}/lib/CodeGen/AsmPrinter
|
|
|
|
|
2011-03-19 02:32:01 +03:00
|
|
|
SRCS+= ARMException.cpp \
|
|
|
|
AsmPrinter.cpp \
|
2011-02-06 04:13:42 +03:00
|
|
|
AsmPrinterDwarf.cpp \
|
|
|
|
AsmPrinterInlineAsm.cpp \
|
|
|
|
DIE.cpp \
|
|
|
|
DwarfCFIException.cpp \
|
2011-05-12 18:56:22 +04:00
|
|
|
DwarfCompileUnit.cpp \
|
2011-02-06 04:13:42 +03:00
|
|
|
DwarfDebug.cpp \
|
|
|
|
DwarfException.cpp \
|
2011-06-01 18:13:41 +04:00
|
|
|
OcamlGCPrinter.cpp \
|
|
|
|
Win64Exception.cpp
|
2011-02-06 04:13:42 +03:00
|
|
|
|
|
|
|
.if defined(HOSTLIB)
|
|
|
|
.include <bsd.hostlib.mk>
|
|
|
|
.else
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.endif
|