blob: 48ab5f994704c94f9c41af510f0b363b28aae3c0 [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##===----------------------------------------------------------------------===##
9LEVEL = ../../..
Anton Korobeynikovb71a3f52009-04-03 10:41:41 +000010LIBRARYNAME = LLVMMipsCodeGen
Dan Gohmanf17a25c2007-07-18 16:29:46 +000011TARGET = Mips
12
13# Make sure that tblgen is run, first thing.
14BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \
Matthijs Kooijman6a22b492008-09-23 08:54:41 +000015 MipsGenRegisterInfo.inc MipsGenInstrNames.inc \
16 MipsGenInstrInfo.inc MipsGenAsmWriter.inc \
17 MipsGenDAGISel.inc MipsGenCallingConv.inc \
18 MipsGenSubtarget.inc
Dan Gohmanf17a25c2007-07-18 16:29:46 +000019
Anton Korobeynikovb71a3f52009-04-03 10:41:41 +000020DIRS = AsmPrinter
21
Dan Gohmanf17a25c2007-07-18 16:29:46 +000022include $(LEVEL)/Makefile.common
23