minix/external/bsd/llvm/lib/libLLVMPowerPCMCTargetDesc/Makefile

26 lines
568 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2013/09/02 14:34:56 joerg Exp $
LIB= LLVMPowerPCMCTargetDesc
.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/MCTargetDesc
SRCS+= PPCAsmBackend.cpp \
PPCMCAsmInfo.cpp \
PPCELFObjectWriter.cpp \
PPCMCCodeEmitter.cpp \
PPCMCExpr.cpp \
PPCMCTargetDesc.cpp \
PPCMachObjectWriter.cpp \
PPCPredicates.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif