1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.13 2015/01/29 20:41:35 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= LLVMMipsMCTargetDesc 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel SambucMIPS_OBJDIR!= cd ${.CURDIR}/../libLLVMMipsCodeGen && ${PRINTOBJDIR} 8f4a2713aSLionel SambucCPPFLAGS+= -I${MIPS_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/Mips 9f4a2713aSLionel Sambuc 10f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/Target/Mips/MCTargetDesc 11f4a2713aSLionel Sambuc 12*0a6a1f1dSLionel SambucSRCS+= MipsABIFlagsSection.cpp \ 13*0a6a1f1dSLionel Sambuc MipsABIInfo.cpp \ 14*0a6a1f1dSLionel Sambuc MipsAsmBackend.cpp \ 15f4a2713aSLionel Sambuc MipsELFObjectWriter.cpp \ 16*0a6a1f1dSLionel Sambuc MipsELFStreamer.cpp \ 17f4a2713aSLionel Sambuc MipsMCAsmInfo.cpp \ 18f4a2713aSLionel Sambuc MipsMCCodeEmitter.cpp \ 19*0a6a1f1dSLionel Sambuc MipsMCExpr.cpp \ 20f4a2713aSLionel Sambuc MipsMCTargetDesc.cpp \ 21*0a6a1f1dSLionel Sambuc MipsNaClELFStreamer.cpp \ 22*0a6a1f1dSLionel Sambuc MipsOptionRecord.cpp \ 23f4a2713aSLionel Sambuc MipsTargetStreamer.cpp 24f4a2713aSLionel Sambuc 25f4a2713aSLionel Sambuc.if defined(HOSTLIB) 26f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 27f4a2713aSLionel Sambuc.else 28f4a2713aSLionel Sambuc.include <bsd.lib.mk> 29f4a2713aSLionel Sambuc.endif 30