2011-04-15 21:51:11 +00:00
|
|
|
##===- lib/Target/Mips/Makefile ----------------------------*- Makefile -*-===##
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2007-06-06 07:42:06 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:09:26 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2011-04-15 21:51:11 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
2010-01-22 06:49:46 +00:00
|
|
|
|
2007-06-06 07:42:06 +00:00
|
|
|
LEVEL = ../../..
|
2009-04-03 10:41:41 +00:00
|
|
|
LIBRARYNAME = LLVMMipsCodeGen
|
2007-06-06 07:42:06 +00:00
|
|
|
TARGET = Mips
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
2011-06-28 20:07:07 +00:00
|
|
|
BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \
|
2011-10-18 17:50:36 +00:00
|
|
|
MipsGenAsmWriter.inc MipsGenCodeEmitter.inc \
|
2008-09-23 08:54:41 +00:00
|
|
|
MipsGenDAGISel.inc MipsGenCallingConv.inc \
|
2011-11-11 22:58:42 +00:00
|
|
|
MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2011-07-14 20:59:42 +00:00
|
|
|
DIRS = InstPrinter TargetInfo MCTargetDesc
|
2009-04-03 10:41:41 +00:00
|
|
|
|
2007-06-06 07:42:06 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|