blob: 8975398c035b0607294de3917412e6bcbc9fc3ce [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 Lattner47f9dd12004-12-16 17:26:44 +000011TARGET = PowerPC PPC32 PPC64
Misha Brukman2f947862004-08-05 18:34:15 +000012
Misha Brukman5dfe3a92004-06-21 16:55:25 +000013# Make sure that tblgen is run, first thing.
Reid Spencer8c2c3152004-10-22 21:02:08 +000014BUILT_SOURCES = PowerPCGenInstrNames.inc PowerPCGenRegisterNames.inc \
15 PowerPCGenAsmWriter.inc PPC32GenCodeEmitter.inc \
Misha Brukman9e368432004-08-17 05:11:54 +000016 PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc PPC32GenInstrInfo.inc \
17 PPC64GenRegisterInfo.h.inc PPC64GenRegisterInfo.inc PPC64GenInstrInfo.inc
Misha Brukman5dfe3a92004-06-21 16:55:25 +000018
Reid Spencer8c2c3152004-10-22 21:02:08 +000019include $(LEVEL)/Makefile.common