blob: f06567bbaab886cd91845deb9095173b4cf9aafe [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 = ../../..
Chris Lattner017fdcb2004-07-15 02:33:38 +000010LIBRARYNAME = powerpc
Misha Brukman2f947862004-08-05 18:34:15 +000011TARGET = PowerPC
12
Reid Spencer8c2c3152004-10-22 21:02:08 +000013
Misha Brukman5dfe3a92004-06-21 16:55:25 +000014# Make sure that tblgen is run, first thing.
Reid Spencer8c2c3152004-10-22 21:02:08 +000015BUILT_SOURCES = PowerPCGenInstrNames.inc PowerPCGenRegisterNames.inc \
16 PowerPCGenAsmWriter.inc PPC32GenCodeEmitter.inc \
Misha Brukman9e368432004-08-17 05:11:54 +000017 PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc PPC32GenInstrInfo.inc \
18 PPC64GenRegisterInfo.h.inc PPC64GenRegisterInfo.inc PPC64GenInstrInfo.inc
Misha Brukman5dfe3a92004-06-21 16:55:25 +000019
Reid Spencer8c2c3152004-10-22 21:02:08 +000020include $(LEVEL)/Makefile.common