zpu: managed to compile program that writes constant to global variable
[llvm/zpu.git] / lib / Target / MBlaze / Makefile
blob0150604084b809e9ac4a08a9881a3bcff142df22
1 ##===- lib/Target/MBlaze/Makefile --------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 LIBRARYNAME = LLVMMBlazeCodeGen
11 TARGET = MBlaze
13 # Make sure that tblgen is run, first thing.
14 BUILT_SOURCES = MBlazeGenRegisterInfo.h.inc MBlazeGenRegisterNames.inc \
15 MBlazeGenRegisterInfo.inc MBlazeGenInstrNames.inc \
16 MBlazeGenInstrInfo.inc MBlazeGenAsmWriter.inc \
17 MBlazeGenDAGISel.inc MBlazeGenAsmMatcher.inc \
18 MBlazeGenCodeEmitter.inc MBlazeGenCallingConv.inc \
19 MBlazeGenSubtarget.inc MBlazeGenIntrinsics.inc \
20 MBlazeGenEDInfo.inc
22 DIRS = InstPrinter AsmParser Disassembler TargetInfo
24 include $(LEVEL)/Makefile.common