Bruno Cardoso Lopes | 35e43c4 | 2007-06-06 07:42:06 +0000 | [diff] [blame] | 1 | ##===- lib/Target/Mips/Makefile ----------------------------*- Makefile -*-===## |
Misha Brukman | 5cbf223 | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 2 | # |
Bruno Cardoso Lopes | 35e43c4 | 2007-06-06 07:42:06 +0000 | [diff] [blame] | 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | a087a8d | 2007-12-29 20:09:26 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
Misha Brukman | 5cbf223 | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 7 | # |
Bruno Cardoso Lopes | 35e43c4 | 2007-06-06 07:42:06 +0000 | [diff] [blame] | 8 | ##===----------------------------------------------------------------------===## |
Chris Lattner | 7ba0661 | 2010-01-22 06:49:46 +0000 | [diff] [blame^] | 9 | |
Bruno Cardoso Lopes | 35e43c4 | 2007-06-06 07:42:06 +0000 | [diff] [blame] | 10 | LEVEL = ../../.. |
Anton Korobeynikov | 06d2d8b | 2009-04-03 10:41:41 +0000 | [diff] [blame] | 11 | LIBRARYNAME = LLVMMipsCodeGen |
Bruno Cardoso Lopes | 35e43c4 | 2007-06-06 07:42:06 +0000 | [diff] [blame] | 12 | TARGET = Mips |
Chris Lattner | 7ba0661 | 2010-01-22 06:49:46 +0000 | [diff] [blame^] | 13 | CXXFLAGS = -fno-rtti |
Bruno Cardoso Lopes | 35e43c4 | 2007-06-06 07:42:06 +0000 | [diff] [blame] | 14 | |
| 15 | # Make sure that tblgen is run, first thing. |
| 16 | BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \ |
Matthijs Kooijman | bdb215d | 2008-09-23 08:54:41 +0000 | [diff] [blame] | 17 | MipsGenRegisterInfo.inc MipsGenInstrNames.inc \ |
| 18 | MipsGenInstrInfo.inc MipsGenAsmWriter.inc \ |
| 19 | MipsGenDAGISel.inc MipsGenCallingConv.inc \ |
| 20 | MipsGenSubtarget.inc |
Bruno Cardoso Lopes | 35e43c4 | 2007-06-06 07:42:06 +0000 | [diff] [blame] | 21 | |
Daniel Dunbar | 56e2947 | 2009-07-15 06:35:19 +0000 | [diff] [blame] | 22 | DIRS = AsmPrinter TargetInfo |
Anton Korobeynikov | 06d2d8b | 2009-04-03 10:41:41 +0000 | [diff] [blame] | 23 | |
Bruno Cardoso Lopes | 35e43c4 | 2007-06-06 07:42:06 +0000 | [diff] [blame] | 24 | include $(LEVEL)/Makefile.common |
| 25 | |