blob: 0b6dd563f1a6cb859cd1a082ce3ce337bf43b516 [file] [log] [blame]
Akira Hatanakae2489122011-04-15 21:51:11 +00001##===- lib/Target/Mips/Makefile ----------------------------*- Makefile -*-===##
Misha Brukman5cbf2232009-01-09 16:44:42 +00002#
Bruno Cardoso Lopes35e43c42007-06-06 07:42:06 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukman5cbf2232009-01-09 16:44:42 +00007#
Akira Hatanakae2489122011-04-15 21:51:11 +00008##===----------------------------------------------------------------------===##
Chris Lattner7ba06612010-01-22 06:49:46 +00009
Bruno Cardoso Lopes35e43c42007-06-06 07:42:06 +000010LEVEL = ../../..
Anton Korobeynikov06d2d8b2009-04-03 10:41:41 +000011LIBRARYNAME = LLVMMipsCodeGen
Bruno Cardoso Lopes35e43c42007-06-06 07:42:06 +000012TARGET = Mips
13
14# Make sure that tblgen is run, first thing.
Evan Cheng1e210d02011-06-28 20:07:07 +000015BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \
16 MipsGenAsmWriter.inc \
Matthijs Kooijmanbdb215d2008-09-23 08:54:41 +000017 MipsGenDAGISel.inc MipsGenCallingConv.inc \
18 MipsGenSubtarget.inc
Bruno Cardoso Lopes35e43c42007-06-06 07:42:06 +000019
Chris Lattner66031ed2010-11-14 18:43:56 +000020DIRS = TargetInfo
Anton Korobeynikov06d2d8b2009-04-03 10:41:41 +000021
Bruno Cardoso Lopes35e43c42007-06-06 07:42:06 +000022include $(LEVEL)/Makefile.common
23