minix/external/bsd/llvm/lib/libLLVMPowerPCTargetInfo/Makefile

19 lines
410 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 2011/07/04 22:37:59 joerg Exp $
LIB= LLVMPowerPCTargetInfo
.include <bsd.init.mk>
PPC_OBJDIR!= cd ${.CURDIR}/../libLLVMPowerPCCodeGen && ${PRINTOBJDIR}
CPPFLAGS+= -I${PPC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/PowerPC
.PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/TargetInfo
SRCS+= PowerPCTargetInfo.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif