blob: 6cf3fa32d210bbf79e988d0c65b6b6eb4a804e43 [file] [log] [blame]
Misha Brukman5dfe3a92004-06-21 16:55:25 +00001##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
2#
3# 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 Brukman5dfe3a92004-06-21 16:55:25 +00007#
8##===----------------------------------------------------------------------===##
9LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000010LIBRARYNAME = LLVMPowerPC
Chris Lattner4c7b43b2005-10-14 23:37:35 +000011TARGET = PPC
Misha Brukman2f947862004-08-05 18:34:15 +000012
Misha Brukman5dfe3a92004-06-21 16:55:25 +000013# Make sure that tblgen is run, first thing.
Chris Lattner4c7b43b2005-10-14 23:37:35 +000014BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
15 PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
16 PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \
Chris Lattnerb9a7bea2007-03-06 00:59:59 +000017 PPCGenInstrInfo.inc PPCGenDAGISel.inc \
18 PPCGenSubtarget.inc PPCGenCallingConv.inc
Misha Brukman5dfe3a92004-06-21 16:55:25 +000019
Reid Spencer8c2c3152004-10-22 21:02:08 +000020include $(LEVEL)/Makefile.common