2010-02-23 20:15:24 +01: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.
|
|
|
|
BUILT_SOURCES = MBlazeGenRegisterInfo.h.inc MBlazeGenRegisterNames.inc \
|
|
|
|
MBlazeGenRegisterInfo.inc MBlazeGenInstrNames.inc \
|
|
|
|
MBlazeGenInstrInfo.inc MBlazeGenAsmWriter.inc \
|
2010-10-21 21:48:38 +02:00
|
|
|
MBlazeGenDAGISel.inc MBlazeGenAsmMatcher.inc \
|
2010-10-21 05:57:26 +02:00
|
|
|
MBlazeGenCodeEmitter.inc MBlazeGenCallingConv.inc \
|
2010-10-27 02:23:01 +02:00
|
|
|
MBlazeGenSubtarget.inc MBlazeGenIntrinsics.inc \
|
|
|
|
MBlazeGenEDInfo.inc
|
2010-02-23 20:15:24 +01:00
|
|
|
|
2010-10-27 02:23:01 +02:00
|
|
|
DIRS = InstPrinter AsmParser Disassembler TargetInfo
|
2010-02-23 20:15:24 +01:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|