1# $OpenBSD: Makefile,v 1.3 2019/03/05 09:44:41 jsg Exp $ 2 3LIB= LLVMPowerPCDesc 4NOPROFILE= 5 6CPPFLAGS+= -I${.OBJDIR}/../include/llvm/PowerPC \ 7 -I${LLVM_SRCS}/lib/Target/PowerPC 8 9SRCS+= PPCAsmBackend.cpp \ 10 PPCMCTargetDesc.cpp \ 11 PPCMCAsmInfo.cpp \ 12 PPCMCCodeEmitter.cpp \ 13 PPCMCExpr.cpp \ 14 PPCPredicates.cpp \ 15 PPCMachObjectWriter.cpp \ 16 PPCELFObjectWriter.cpp 17 18.PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/MCTargetDesc 19