blob: 3bc2a97ff630d47f51688c4a58803925b7bef083 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $OpenBSD: Makefile,v 1.5 2020/08/03 14:45:27 patrick Exp $
LIB= LLVMSparcCodeGen
NOPROFILE=
CPPFLAGS+= -I${.OBJDIR}/../include/llvm/Sparc \
-I${LLVM_SRCS}/lib/Target/Sparc
SRCS+= DelaySlotFiller.cpp \
LeonPasses.cpp \
SparcAsmPrinter.cpp \
SparcInstrInfo.cpp \
SparcISelDAGToDAG.cpp \
SparcISelLowering.cpp \
SparcFrameLowering.cpp \
SparcMachineFunctionInfo.cpp \
SparcRegisterInfo.cpp \
SparcSubtarget.cpp \
SparcTargetMachine.cpp \
SparcMCInstLower.cpp \
SparcTargetObjectFile.cpp
.PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/Sparc
|