Home | History | Annotate | Line # | Download | only in libLLVMMipsMCTargetDesc
      1  1.1  joerg #	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:09 joerg Exp $
      2  1.1  joerg 
      3  1.1  joerg LIB=	LLVMMipsMCTargetDesc
      4  1.1  joerg 
      5  1.1  joerg .include <bsd.init.mk>
      6  1.1  joerg 
      7  1.1  joerg MIPS_OBJDIR!=	cd ${.CURDIR}/../libLLVMMipsCodeGen && ${PRINTOBJDIR}
      8  1.1  joerg CPPFLAGS+=	-I${MIPS_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/Mips
      9  1.1  joerg 
     10  1.1  joerg .PATH: ${LLVM_SRCDIR}/lib/Target/Mips/MCTargetDesc
     11  1.1  joerg 
     12  1.1  joerg SRCS+=	MipsABIFlagsSection.cpp \
     13  1.1  joerg 	MipsABIInfo.cpp \
     14  1.1  joerg 	MipsAsmBackend.cpp \
     15  1.1  joerg 	MipsELFObjectWriter.cpp \
     16  1.1  joerg 	MipsELFStreamer.cpp \
     17  1.1  joerg 	MipsInstPrinter.cpp \
     18  1.1  joerg 	MipsMCAsmInfo.cpp \
     19  1.1  joerg 	MipsMCCodeEmitter.cpp \
     20  1.1  joerg 	MipsMCExpr.cpp \
     21  1.1  joerg 	MipsMCTargetDesc.cpp \
     22  1.1  joerg 	MipsNaClELFStreamer.cpp \
     23  1.1  joerg 	MipsOptionRecord.cpp \
     24  1.1  joerg 	MipsTargetStreamer.cpp
     25  1.1  joerg 
     26  1.1  joerg .if defined(HOSTLIB)
     27  1.1  joerg .include <bsd.hostlib.mk>
     28  1.1  joerg .else
     29  1.1  joerg .include <bsd.lib.mk>
     30  1.1  joerg .endif
     31