mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
33ba317cf6
llvm-svn: 121355
26 lines
924 B
Makefile
26 lines
924 B
Makefile
##===- 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 \
|
|
MBlazeGenDAGISel.inc MBlazeGenAsmMatcher.inc \
|
|
MBlazeGenCodeEmitter.inc MBlazeGenCallingConv.inc \
|
|
MBlazeGenSubtarget.inc MBlazeGenIntrinsics.inc \
|
|
MBlazeGenEDInfo.inc
|
|
|
|
DIRS = InstPrinter AsmParser Disassembler TargetInfo
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|