blob: cd30011c2e6916bac81e1595a006c86bc290c43d [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
Misha Brukmane025bcc2009-01-09 16:44:42 +00002#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattner80455b82007-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 Brukmane025bcc2009-01-09 16:44:42 +00007#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008##===----------------------------------------------------------------------===##
Chris Lattner5c804552010-01-22 06:49:46 +00009
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010LEVEL = ../../..
Anton Korobeynikovb262c3f2008-08-17 13:54:44 +000011LIBRARYNAME = LLVMPowerPCCodeGen
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012TARGET = PPC
Chris Lattner5c804552010-01-22 06:49:46 +000013CXXFLAGS = -fno-rtti
Dan Gohmanf17a25c2007-07-18 16:29:46 +000014
15# Make sure that tblgen is run, first thing.
16BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
17 PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
18 PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \
19 PPCGenInstrInfo.inc PPCGenDAGISel.inc \
20 PPCGenSubtarget.inc PPCGenCallingConv.inc
21
Daniel Dunbar0eb66992009-07-15 06:35:19 +000022DIRS = AsmPrinter TargetInfo
Anton Korobeynikov01c0e9f2008-08-17 13:54:28 +000023
Dan Gohmanf17a25c2007-07-18 16:29:46 +000024include $(LEVEL)/Makefile.common