Get rid of the EdgeMapping map. Instead, just check for BasicBlock
[oota-llvm.git] / lib / Target / Mips / Makefile
index 6ebffc76e06968826cb5c0c59155c76d39a10ccc..2ed8d77b85b220fa683a0777c7de4cb8823724a8 100644 (file)
@@ -1,21 +1,24 @@
 ##===- lib/Target/Mips/Makefile ----------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Bruno Cardoso Lopes and is distributed under the 
-# University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
-LIBRARYNAME = LLVMMips
+LIBRARYNAME = LLVMMipsCodeGen
 TARGET = Mips
 
 # Make sure that tblgen is run, first thing.
 BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \
-                                                               MipsGenRegisterInfo.inc MipsGenInstrNames.inc \
-                                                               MipsGenInstrInfo.inc MipsGenAsmWriter.inc \
-                                                               MipsGenDAGISel.inc MipsGenCallingConv.inc \
-                                                               MipsGenSubtarget.inc
+                MipsGenRegisterInfo.inc MipsGenInstrNames.inc \
+                MipsGenInstrInfo.inc MipsGenAsmWriter.inc \
+                MipsGenDAGISel.inc MipsGenCallingConv.inc \
+                MipsGenSubtarget.inc
+
+DIRS = AsmPrinter TargetInfo
 
 include $(LEVEL)/Makefile.common