blob: c5b53a2ce61aa3d9955c12192a7bd9b52e1ef8bb [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
Reid Spencer37585522006-04-13 06:39:24 +000012EXTRA_DIST = README.txt README_ALTIVEC.txt
Misha Brukman2f947862004-08-05 18:34:15 +000013
Misha Brukman5dfe3a92004-06-21 16:55:25 +000014# Make sure that tblgen is run, first thing.
Chris Lattner4c7b43b2005-10-14 23:37:35 +000015BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
16 PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
17 PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \
Jim Laskeyf5fc2cb2005-10-21 19:05:19 +000018 PPCGenInstrInfo.inc PPCGenDAGISel.inc PPCGenSubtarget.inc
Misha Brukman5dfe3a92004-06-21 16:55:25 +000019
Reid Spencer8c2c3152004-10-22 21:02:08 +000020include $(LEVEL)/Makefile.common