Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | ##===- lib/Target/Mips/Makefile ----------------------------*- Makefile -*-===## |
Misha Brukman | e025bcc | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 2 | # |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 80455b8 | 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 | e025bcc | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 7 | # |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 8 | ##===----------------------------------------------------------------------===## |
Chris Lattner | 5c80455 | 2010-01-22 06:49:46 +0000 | [diff] [blame] | 9 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 10 | LEVEL = ../../.. |
Anton Korobeynikov | b71a3f5 | 2009-04-03 10:41:41 +0000 | [diff] [blame] | 11 | LIBRARYNAME = LLVMMipsCodeGen |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 12 | TARGET = Mips |
| 13 | |
| 14 | # Make sure that tblgen is run, first thing. |
| 15 | BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \ |
Matthijs Kooijman | 6a22b49 | 2008-09-23 08:54:41 +0000 | [diff] [blame] | 16 | MipsGenRegisterInfo.inc MipsGenInstrNames.inc \ |
| 17 | MipsGenInstrInfo.inc MipsGenAsmWriter.inc \ |
| 18 | MipsGenDAGISel.inc MipsGenCallingConv.inc \ |
| 19 | MipsGenSubtarget.inc |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 20 | |
Daniel Dunbar | 0eb6699 | 2009-07-15 06:35:19 +0000 | [diff] [blame] | 21 | DIRS = AsmPrinter TargetInfo |
Anton Korobeynikov | b71a3f5 | 2009-04-03 10:41:41 +0000 | [diff] [blame] | 22 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 23 | include $(LEVEL)/Makefile.common |
| 24 | |