diff options
Diffstat (limited to 'lib/clang/libllvmmipscodegen/Makefile')
-rw-r--r-- | lib/clang/libllvmmipscodegen/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/clang/libllvmmipscodegen/Makefile b/lib/clang/libllvmmipscodegen/Makefile new file mode 100644 index 0000000..5fd50bd --- /dev/null +++ b/lib/clang/libllvmmipscodegen/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +LIB= llvmmipscodegen + +SRCDIR= lib/Target/Mips +SRCS= MipsDelaySlotFiller.cpp \ + MipsISelDAGToDAG.cpp \ + MipsISelLowering.cpp \ + MipsInstrInfo.cpp \ + MipsMCAsmInfo.cpp \ + MipsRegisterInfo.cpp \ + MipsSelectionDAGInfo.cpp \ + MipsSubtarget.cpp \ + MipsTargetMachine.cpp \ + MipsTargetObjectFile.cpp + +TGHDRS= Intrinsics \ + MipsGenCallingConv \ + MipsGenDAGISel \ + MipsGenInstrInfo \ + MipsGenInstrNames \ + MipsGenRegisterInfo \ + MipsGenRegisterInfo.h \ + MipsGenRegisterNames \ + MipsGenSubtarget + +.include "../clang.lib.mk" |