blob: 3c864eb4cd6e5a7a7888b3cc3d17645b51a00257 [file] [log] [blame]
Misha Brukman5dfe3a92004-06-21 16:55:25 +00001##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
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 \
17 PPCGenInstrInfo.inc PPCGenDAGISel.inc
Misha Brukman5dfe3a92004-06-21 16:55:25 +000018
Reid Spencer8c2c3152004-10-22 21:02:08 +000019include $(LEVEL)/Makefile.common