1# $OpenBSD: Makefile,v 1.4 2020/08/03 14:45:27 patrick Exp $ 2 3LIB= LLVMPowerPCDesc 4NOPROFILE= 5 6CPPFLAGS+= -I${.OBJDIR}/../include/llvm/PowerPC \ 7 -I${LLVM_SRCS}/lib/Target/PowerPC 8 9SRCS+= PPCAsmBackend.cpp \ 10 PPCInstPrinter.cpp \ 11 PPCMCTargetDesc.cpp \ 12 PPCMCAsmInfo.cpp \ 13 PPCMCCodeEmitter.cpp \ 14 PPCMCExpr.cpp \ 15 PPCPredicates.cpp \ 16 PPCMachObjectWriter.cpp \ 17 PPCELFObjectWriter.cpp \ 18 PPCXCOFFObjectWriter.cpp 19 20.PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/PowerPC/MCTargetDesc 21