blob: db688970e9e7169fc02b62ac92efde7789c743c2 [file] [log] [blame]
Misha Brukmane05203f2004-06-21 16:55:25 +00001##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
Misha Brukman5cbf2232009-01-09 16:44:42 +00002#
Misha Brukmane05203f2004-06-21 16:55:25 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukman5cbf2232009-01-09 16:44:42 +00007#
Misha Brukmane05203f2004-06-21 16:55:25 +00008##===----------------------------------------------------------------------===##
9LEVEL = ../../..
Anton Korobeynikov19fed1e2008-08-17 13:54:44 +000010LIBRARYNAME = LLVMPowerPCCodeGen
Chris Lattner0921e3b2005-10-14 23:37:35 +000011TARGET = PPC
Misha Brukman7d41ed52004-08-05 18:34:15 +000012
Misha Brukmane05203f2004-06-21 16:55:25 +000013# Make sure that tblgen is run, first thing.
Chris Lattner0921e3b2005-10-14 23:37:35 +000014BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
15 PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
16 PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \
Chris Lattner4f2e4e02007-03-06 00:59:59 +000017 PPCGenInstrInfo.inc PPCGenDAGISel.inc \
18 PPCGenSubtarget.inc PPCGenCallingConv.inc
Misha Brukmane05203f2004-06-21 16:55:25 +000019
Anton Korobeynikov28dc9d02008-08-17 13:54:28 +000020DIRS = AsmPrinter
21
Reid Spencer30d8bae2004-10-22 21:02:08 +000022include $(LEVEL)/Makefile.common