2004-06-22 00:55:25 +08:00
|
|
|
##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../..
|
2004-10-28 07:18:45 +08:00
|
|
|
LIBRARYNAME = LLVMPowerPC
|
2004-12-17 01:26:44 +08:00
|
|
|
TARGET = PowerPC PPC32 PPC64
|
2004-08-06 02:34:15 +08:00
|
|
|
|
2004-06-22 00:55:25 +08:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2004-10-23 05:02:08 +08:00
|
|
|
BUILT_SOURCES = PowerPCGenInstrNames.inc PowerPCGenRegisterNames.inc \
|
|
|
|
PowerPCGenAsmWriter.inc PPC32GenCodeEmitter.inc \
|
2004-08-17 13:11:54 +08:00
|
|
|
PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc PPC32GenInstrInfo.inc \
|
|
|
|
PPC64GenRegisterInfo.h.inc PPC64GenRegisterInfo.inc PPC64GenInstrInfo.inc
|
2004-06-22 00:55:25 +08:00
|
|
|
|
2004-10-23 05:02:08 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|