blob: 2ed8d77b85b220fa683a0777c7de4cb8823724a8 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- lib/Target/Mips/Makefile ----------------------------*- Makefile -*-===##
Misha Brukmane025bcc2009-01-09 16:44:42 +00002#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattner80455b82007-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 Brukmane025bcc2009-01-09 16:44:42 +00007#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008##===----------------------------------------------------------------------===##
Chris Lattner5c804552010-01-22 06:49:46 +00009
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010LEVEL = ../../..
Anton Korobeynikovb71a3f52009-04-03 10:41:41 +000011LIBRARYNAME = LLVMMipsCodeGen
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012TARGET = Mips
13
14# Make sure that tblgen is run, first thing.
15BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \
Matthijs Kooijman6a22b492008-09-23 08:54:41 +000016 MipsGenRegisterInfo.inc MipsGenInstrNames.inc \
17 MipsGenInstrInfo.inc MipsGenAsmWriter.inc \
18 MipsGenDAGISel.inc MipsGenCallingConv.inc \
19 MipsGenSubtarget.inc
Dan Gohmanf17a25c2007-07-18 16:29:46 +000020
Daniel Dunbar0eb66992009-07-15 06:35:19 +000021DIRS = AsmPrinter TargetInfo
Anton Korobeynikovb71a3f52009-04-03 10:41:41 +000022
Dan Gohmanf17a25c2007-07-18 16:29:46 +000023include $(LEVEL)/Makefile.common
24