1 # $NetBSD: Makefile,v 1.13 2015/01/29 20:41:35 joerg Exp $
3 LIB
= LLVMMipsMCTargetDesc
7 MIPS_OBJDIR
!= cd
${.CURDIR
}/..
/libLLVMMipsCodeGen
&& ${PRINTOBJDIR}
8 CPPFLAGS
+= -I
${MIPS_OBJDIR} -I
${LLVM_SRCDIR}/lib
/Target
/Mips
10 .PATH
: ${LLVM_SRCDIR}/lib
/Target
/Mips
/MCTargetDesc
12 SRCS
+= MipsABIFlagsSection.
cpp \
15 MipsELFObjectWriter.
cpp \
18 MipsMCCodeEmitter.
cpp \
20 MipsMCTargetDesc.
cpp \
21 MipsNaClELFStreamer.
cpp \
22 MipsOptionRecord.
cpp \
23 MipsTargetStreamer.
cpp
26 .
include <bsd.hostlib.mk
>