1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.1 2014/01/05 16:38:07 joerg Exp $ 2*0a6a1f1dSLionel Sambuc 3*0a6a1f1dSLionel SambucLIB= LLVMPowerPCDisassembler 4*0a6a1f1dSLionel Sambuc 5*0a6a1f1dSLionel Sambuc.include <bsd.init.mk> 6*0a6a1f1dSLionel Sambuc 7*0a6a1f1dSLionel SambucPPC_OBJDIR!= cd ${.CURDIR}/../libLLVMPowerPCCodeGen && ${PRINTOBJDIR} 8*0a6a1f1dSLionel SambucCPPFLAGS+= -I${PPC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/PowerPC 9*0a6a1f1dSLionel Sambuc 10*0a6a1f1dSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/Disassembler 11*0a6a1f1dSLionel Sambuc 12*0a6a1f1dSLionel SambucSRCS+= PPCDisassembler.cpp 13*0a6a1f1dSLionel Sambuc 14*0a6a1f1dSLionel Sambuc.if defined(HOSTLIB) 15*0a6a1f1dSLionel Sambuc.include <bsd.hostlib.mk> 16*0a6a1f1dSLionel Sambuc.else 17*0a6a1f1dSLionel Sambuc.include <bsd.lib.mk> 18*0a6a1f1dSLionel Sambuc.endif 19