From b45271f609e8549582d20aeb42901fd1bb0de186 Mon Sep 17 00:00:00 2001 From: rdivacky Date: Wed, 9 Jun 2010 19:32:20 +0000 Subject: Import the build makefiles for clang/LLVM. Approved by: ed (mentor) --- lib/clang/libllvmmipscodegen/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/clang/libllvmmipscodegen/Makefile (limited to 'lib/clang/libllvmmipscodegen') diff --git a/lib/clang/libllvmmipscodegen/Makefile b/lib/clang/libllvmmipscodegen/Makefile new file mode 100644 index 0000000..8d16aa9 --- /dev/null +++ b/lib/clang/libllvmmipscodegen/Makefile @@ -0,0 +1,15 @@ +# $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 MipsGenAsmWriter MipsGenCallingConv MipsGenDAGISel \ + MipsGenInstrInfo MipsGenInstrNames MipsGenRegisterInfo.h \ + MipsGenRegisterInfo MipsGenRegisterNames MipsGenSubtarget + +.include "../clang.lib.mk" -- cgit v1.1