2010-02-23 19:15:24 +00:00
|
|
|
##===- lib/Target/MBlaze/Makefile --------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../..
|
|
|
|
LIBRARYNAME = LLVMMBlazeCodeGen
|
|
|
|
TARGET = MBlaze
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
2011-06-28 20:07:07 +00:00
|
|
|
BUILT_SOURCES = MBlazeGenRegisterInfo.inc MBlazeGenInstrInfo.inc \
|
|
|
|
MBlazeGenAsmWriter.inc \
|
2011-06-24 01:44:41 +00:00
|
|
|
MBlazeGenDAGISel.inc MBlazeGenAsmMatcher.inc \
|
|
|
|
MBlazeGenCodeEmitter.inc MBlazeGenCallingConv.inc \
|
2011-07-01 22:36:09 +00:00
|
|
|
MBlazeGenSubtargetInfo.inc MBlazeGenIntrinsics.inc \
|
2011-06-24 01:44:41 +00:00
|
|
|
MBlazeGenEDInfo.inc
|
2010-02-23 19:15:24 +00:00
|
|
|
|
2011-07-14 20:59:42 +00:00
|
|
|
DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
|
2010-02-23 19:15:24 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|