Fixed some bugs.
[llvm/zpu.git] / lib / Target / ARM / Makefile
blob63596c30e8be2075c2b8b12672cf89396a02d611
1 ##===- lib/Target/ARM/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 ##===----------------------------------------------------------------------===##
10 LEVEL = ../../..
11 LIBRARYNAME = LLVMARMCodeGen
12 TARGET = ARM
14 # Make sure that tblgen is run, first thing.
15 BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \
16 ARMGenRegisterInfo.inc ARMGenInstrNames.inc \
17 ARMGenInstrInfo.inc ARMGenAsmWriter.inc ARMGenAsmMatcher.inc \
18 ARMGenDAGISel.inc ARMGenSubtarget.inc \
19 ARMGenCodeEmitter.inc ARMGenCallingConv.inc \
20 ARMGenDecoderTables.inc ARMGenEDInfo.inc \
21 ARMGenFastISel.inc
23 DIRS = InstPrinter AsmParser Disassembler TargetInfo
25 include $(LEVEL)/Makefile.common