blob: 4e4d87439ab2ba5d19d7632463c0deb60d8e090e [file] [log] [blame]
Bruno Cardoso Lopes972f5892007-06-06 07:42:06 +00001##===- lib/Target/Mips/Makefile ----------------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
Bruno Cardoso Lopes972f5892007-06-06 07:42:06 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-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 Brukman9b8f5422009-01-09 16:44:42 +00007#
Bruno Cardoso Lopes972f5892007-06-06 07:42:06 +00008##===----------------------------------------------------------------------===##
Chris Lattnere73a31f2010-01-22 06:49:46 +00009
Bruno Cardoso Lopes972f5892007-06-06 07:42:06 +000010LEVEL = ../../..
Anton Korobeynikov6c5cfec2009-04-03 10:41:41 +000011LIBRARYNAME = LLVMMipsCodeGen
Bruno Cardoso Lopes972f5892007-06-06 07:42:06 +000012TARGET = Mips
Chris Lattnere73a31f2010-01-22 06:49:46 +000013CXXFLAGS = -fno-rtti
Bruno Cardoso Lopes972f5892007-06-06 07:42:06 +000014
15# Make sure that tblgen is run, first thing.
16BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \
Matthijs Kooijman1de42e82008-09-23 08:54:41 +000017 MipsGenRegisterInfo.inc MipsGenInstrNames.inc \
18 MipsGenInstrInfo.inc MipsGenAsmWriter.inc \
19 MipsGenDAGISel.inc MipsGenCallingConv.inc \
20 MipsGenSubtarget.inc
Bruno Cardoso Lopes972f5892007-06-06 07:42:06 +000021
Daniel Dunbarc984df82009-07-15 06:35:19 +000022DIRS = AsmPrinter TargetInfo
Anton Korobeynikov6c5cfec2009-04-03 10:41:41 +000023
Bruno Cardoso Lopes972f5892007-06-06 07:42:06 +000024include $(LEVEL)/Makefile.common
25