ARM64: initial backend import
[oota-llvm.git] / lib / Target / ARM64 / Makefile
1 ##===- lib/Target/ARM64/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
10 LEVEL = ../../..
11 LIBRARYNAME = LLVMARM64CodeGen
12 TARGET = ARM64
13
14 # Make sure that tblgen is run, first thing.
15 BUILT_SOURCES = ARM64GenRegisterInfo.inc ARM64GenInstrInfo.inc \
16                 ARM64GenAsmWriter.inc ARM64GenAsmWriter1.inc \
17                 ARM64GenDAGISel.inc \
18                 ARM64GenCallingConv.inc ARM64GenAsmMatcher.inc \
19                 ARM64GenSubtargetInfo.inc ARM64GenMCCodeEmitter.inc \
20                 ARM64GenFastISel.inc ARM64GenDisassemblerTables.inc \
21                 ARM64GenMCPseudoLowering.inc
22
23 DIRS = TargetInfo InstPrinter AsmParser Disassembler MCTargetDesc
24
25 include $(LEVEL)/Makefile.common