Home | History | Annotate | Line # | Download | only in libLLVMPowerPCTargetInfo
      1 #	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:11 joerg Exp $
      2 
      3 LIB=	LLVMPowerPCTargetInfo
      4 
      5 .include <bsd.init.mk>
      6 
      7 PPC_OBJDIR!=	cd ${.CURDIR}/../libLLVMPowerPCCodeGen && ${PRINTOBJDIR}
      8 CPPFLAGS+=	-I${PPC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/PowerPC
      9 
     10 .PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/TargetInfo
     11 
     12 SRCS+=	PowerPCTargetInfo.cpp
     13 
     14 .if defined(HOSTLIB)
     15 .include <bsd.hostlib.mk>
     16 .else
     17 .include <bsd.lib.mk>
     18 .endif
     19