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