Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / libLLVMPowerPCTargetInfo / Makefile
blob1e4752f5aa11006daac9e218c8beba40a7324e94
1 # $NetBSD: Makefile,v 1.1 2011/07/04 22:37:59 joerg Exp $
3 LIB= LLVMPowerPCTargetInfo
5 .include <bsd.init.mk>
7 PPC_OBJDIR!= cd ${.CURDIR}/../libLLVMPowerPCCodeGen && ${PRINTOBJDIR}
8 CPPFLAGS+= -I${PPC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/PowerPC
10 .PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/TargetInfo
12 SRCS+= PowerPCTargetInfo.cpp
14 .if defined(HOSTLIB)
15 .include <bsd.hostlib.mk>
16 .else
17 .include <bsd.lib.mk>
18 .endif