2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= llvmmipscodegen
|
|
|
|
|
|
|
|
SRCDIR= lib/Target/Mips
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= MipsDelaySlotFiller.cpp \
|
|
|
|
MipsISelDAGToDAG.cpp \
|
|
|
|
MipsISelLowering.cpp \
|
|
|
|
MipsInstrInfo.cpp \
|
|
|
|
MipsMCAsmInfo.cpp \
|
|
|
|
MipsRegisterInfo.cpp \
|
|
|
|
MipsSelectionDAGInfo.cpp \
|
|
|
|
MipsSubtarget.cpp \
|
|
|
|
MipsTargetMachine.cpp \
|
|
|
|
MipsTargetObjectFile.cpp
|
|
|
|
|
|
|
|
TGHDRS= Intrinsics \
|
|
|
|
MipsGenAsmWriter \
|
|
|
|
MipsGenCallingConv \
|
|
|
|
MipsGenDAGISel \
|
|
|
|
MipsGenInstrInfo \
|
|
|
|
MipsGenInstrNames \
|
|
|
|
MipsGenRegisterInfo.h \
|
|
|
|
MipsGenRegisterInfo \
|
|
|
|
MipsGenRegisterNames \
|
|
|
|
MipsGenSubtarget
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|