Home | History | Annotate | Line # | Download | only in libLLVMSparcMCTargetDesc
      1 #	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:12 joerg Exp $
      2 
      3 LIB=	LLVMSparcMCTargetDesc
      4 
      5 .include <bsd.init.mk>
      6 
      7 SPARC_OBJDIR!=	cd ${.CURDIR}/../libLLVMSparcCodeGen && ${PRINTOBJDIR}
      8 CPPFLAGS+=	-I${SPARC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/Sparc
      9 
     10 .PATH: ${LLVM_SRCDIR}/lib/Target/Sparc/MCTargetDesc
     11 
     12 SRCS+=	SparcAsmBackend.cpp \
     13 	SparcELFObjectWriter.cpp \
     14 	SparcInstPrinter.cpp \
     15 	SparcMCAsmInfo.cpp \
     16 	SparcMCCodeEmitter.cpp \
     17 	SparcMCExpr.cpp \
     18 	SparcMCTargetDesc.cpp \
     19 	SparcTargetStreamer.cpp
     20 
     21 .if defined(HOSTLIB)
     22 .include <bsd.hostlib.mk>
     23 .else
     24 .include <bsd.lib.mk>
     25 .endif
     26