Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC...
[oota-llvm.git] / lib / Target / MBlaze / Makefile
1 ##===- lib/Target/MBlaze/Makefile --------------------------*- Makefile -*-===##
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 LIBRARYNAME = LLVMMBlazeCodeGen
11 TARGET = MBlaze
12
13 # Make sure that tblgen is run, first thing.
14 BUILT_SOURCES = MBlazeGenRegisterInfo.inc MBlazeGenInstrInfo.inc \
15                 MBlazeGenAsmWriter.inc \
16                 MBlazeGenDAGISel.inc MBlazeGenAsmMatcher.inc \
17                 MBlazeGenCodeEmitter.inc MBlazeGenCallingConv.inc \
18                 MBlazeGenSubtargetInfo.inc MBlazeGenIntrinsics.inc \
19                 MBlazeGenEDInfo.inc
20
21 DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
22
23 include $(LEVEL)/Makefile.common
24