2007-06-06 15:42:06 +08:00
|
|
|
##===- lib/Target/Mips/Makefile ----------------------------*- Makefile -*-===##
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2007-06-06 15:42:06 +08:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:09:26 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2007-06-06 15:42:06 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../..
|
2009-04-03 18:41:41 +08:00
|
|
|
LIBRARYNAME = LLVMMipsCodeGen
|
2007-06-06 15:42:06 +08:00
|
|
|
TARGET = Mips
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
|
|
|
BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \
|
2008-09-23 16:54:41 +08:00
|
|
|
MipsGenRegisterInfo.inc MipsGenInstrNames.inc \
|
|
|
|
MipsGenInstrInfo.inc MipsGenAsmWriter.inc \
|
|
|
|
MipsGenDAGISel.inc MipsGenCallingConv.inc \
|
|
|
|
MipsGenSubtarget.inc
|
2007-06-06 15:42:06 +08:00
|
|
|
|
2009-07-15 14:35:19 +08:00
|
|
|
DIRS = AsmPrinter TargetInfo
|
2009-04-03 18:41:41 +08:00
|
|
|
|
2007-06-06 15:42:06 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|