blob: 2ec959c14b6a0aa6cc822039b02a982c77862942 [file] [log] [blame]
Misha Brukmane05203f2004-06-21 16:55:25 +00001##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
2#
3# 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 Brukmane05203f2004-06-21 16:55:25 +00007#
8##===----------------------------------------------------------------------===##
9LEVEL = ../../..
Anton Korobeynikov28dc9d02008-08-17 13:54:28 +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