]> git.proxmox.com Git - rustc.git/blame - src/llvm/lib/Target/PowerPC/Makefile
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / lib / Target / PowerPC / Makefile
CommitLineData
223e47cc
LB
1##===- lib/Target/PowerPC/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 = LLVMPowerPCCodeGen
12TARGET = PPC
13
14# Make sure that tblgen is run, first thing.
1a4d82fc
JJ
15BUILT_SOURCES = PPCGenRegisterInfo.inc PPCGenAsmMatcher.inc \
16 PPCGenAsmWriter.inc \
223e47cc
LB
17 PPCGenInstrInfo.inc PPCGenDAGISel.inc \
18 PPCGenSubtargetInfo.inc PPCGenCallingConv.inc \
1a4d82fc
JJ
19 PPCGenMCCodeEmitter.inc PPCGenFastISel.inc \
20 PPCGenDisassemblerTables.inc
223e47cc 21
1a4d82fc 22DIRS = AsmParser Disassembler InstPrinter TargetInfo MCTargetDesc
223e47cc
LB
23
24include $(LEVEL)/Makefile.common