]> git.proxmox.com Git - rustc.git/blame - src/llvm/lib/Target/AArch64/Makefile
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / lib / Target / AArch64 / Makefile
CommitLineData
970d7e83
LB
1##===- lib/Target/AArch64/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
10LEVEL = ../../..
11LIBRARYNAME = LLVMAArch64CodeGen
12TARGET = AArch64
13
14# Make sure that tblgen is run, first thing.
1a4d82fc
JJ
15BUILT_SOURCES = AArch64GenRegisterInfo.inc AArch64GenInstrInfo.inc \
16 AArch64GenAsmWriter.inc AArch64GenAsmWriter1.inc \
17 AArch64GenDAGISel.inc \
18 AArch64GenCallingConv.inc AArch64GenAsmMatcher.inc \
19 AArch64GenSubtargetInfo.inc AArch64GenMCCodeEmitter.inc \
20 AArch64GenFastISel.inc AArch64GenDisassemblerTables.inc \
21 AArch64GenMCPseudoLowering.inc
970d7e83 22
1a4d82fc 23DIRS = TargetInfo InstPrinter AsmParser Disassembler MCTargetDesc Utils
970d7e83
LB
24
25include $(LEVEL)/Makefile.common