xref: /minix3/external/bsd/llvm/lib/libLLVMPowerPCAsmPrinter/Makefile (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1#	$NetBSD: Makefile,v 1.1 2011/07/04 22:37:59 joerg Exp $
2
3LIB=	LLVMPowerPCAsmPrinter
4NOGCCERROR=	yes
5
6.include <bsd.init.mk>
7
8PPC_OBJDIR!=	cd ${.CURDIR}/../libLLVMPowerPCCodeGen && ${PRINTOBJDIR}
9CPPFLAGS+=	-I${PPC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/PowerPC
10
11.PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/InstPrinter
12
13SRCS+=	PPCInstPrinter.cpp
14
15.if defined(HOSTLIB)
16.include <bsd.hostlib.mk>
17.else
18.include <bsd.lib.mk>
19.endif
20