1894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
2894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman#
3894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman#                     The LLVM Compiler Infrastructure
4894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman#
5894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman# This file is distributed under the University of Illinois Open Source
6894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman# License. See LICENSE.TXT for details.
7894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman#
8894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman##===----------------------------------------------------------------------===##
9894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman
10894018228b0e0bdbd7aa7e8f47d4a9458789ca82John BaumanLEVEL = ../../..
11894018228b0e0bdbd7aa7e8f47d4a9458789ca82John BaumanLIBRARYNAME = LLVMPowerPCCodeGen
12894018228b0e0bdbd7aa7e8f47d4a9458789ca82John BaumanTARGET = PPC
13894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman
14894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman# Make sure that tblgen is run, first thing.
1519bac1e08be200c31efd26f0f5fd144c9b3eefd3John BaumanBUILT_SOURCES = PPCGenRegisterInfo.inc \
16894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman                PPCGenAsmWriter.inc  PPCGenCodeEmitter.inc \
17894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman                PPCGenInstrInfo.inc PPCGenDAGISel.inc \
1819bac1e08be200c31efd26f0f5fd144c9b3eefd3John Bauman                PPCGenSubtargetInfo.inc PPCGenCallingConv.inc \
1919bac1e08be200c31efd26f0f5fd144c9b3eefd3John Bauman                PPCGenMCCodeEmitter.inc
20894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman
2119bac1e08be200c31efd26f0f5fd144c9b3eefd3John BaumanDIRS = InstPrinter TargetInfo MCTargetDesc
22894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman
23894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Baumaninclude $(LEVEL)/Makefile.common
24