blob: cd30011c2e6916bac81e1595a006c86bc290c43d [file] [log] [blame]
Misha Brukman5dfe3a92004-06-21 16:55:25 +00001##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
Misha Brukman5dfe3a92004-06-21 16:55:25 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-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 Brukman9b8f5422009-01-09 16:44:42 +00007#
Misha Brukman5dfe3a92004-06-21 16:55:25 +00008##===----------------------------------------------------------------------===##
Chris Lattnere73a31f2010-01-22 06:49:46 +00009
Misha Brukman5dfe3a92004-06-21 16:55:25 +000010LEVEL = ../../..
Anton Korobeynikov676fa7d2008-08-17 13:54:44 +000011LIBRARYNAME = LLVMPowerPCCodeGen
Chris Lattner4c7b43b2005-10-14 23:37:35 +000012TARGET = PPC
Chris Lattnere73a31f2010-01-22 06:49:46 +000013CXXFLAGS = -fno-rtti
Misha Brukman2f947862004-08-05 18:34:15 +000014
Misha Brukman5dfe3a92004-06-21 16:55:25 +000015# Make sure that tblgen is run, first thing.
Chris Lattner4c7b43b2005-10-14 23:37:35 +000016BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
17 PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
18 PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \
Chris Lattnerb9a7bea2007-03-06 00:59:59 +000019 PPCGenInstrInfo.inc PPCGenDAGISel.inc \
20 PPCGenSubtarget.inc PPCGenCallingConv.inc
Misha Brukman5dfe3a92004-06-21 16:55:25 +000021
Daniel Dunbarc984df82009-07-15 06:35:19 +000022DIRS = AsmPrinter TargetInfo
Anton Korobeynikov06be9972008-08-17 13:54:28 +000023
Reid Spencer8c2c3152004-10-22 21:02:08 +000024include $(LEVEL)/Makefile.common