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