2007-06-06 09:42:06 +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
|
|
|
#
|
2007-06-06 09:42:06 +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.
|
|
|
|
BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \
|
2008-09-23 10:54:41 +02:00
|
|
|
MipsGenRegisterInfo.inc MipsGenInstrNames.inc \
|
|
|
|
MipsGenInstrInfo.inc MipsGenAsmWriter.inc \
|
|
|
|
MipsGenDAGISel.inc MipsGenCallingConv.inc \
|
|
|
|
MipsGenSubtarget.inc
|
2007-06-06 09:42:06 +02:00
|
|
|
|
2009-07-15 08:35:19 +02:00
|
|
|
DIRS = AsmPrinter TargetInfo
|
2009-04-03 12:41:41 +02:00
|
|
|
|
2007-06-06 09:42:06 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|