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
|
2005-08-13 13:59:16 +08:00
|
|
|
TARGET = PowerPC PPC32
|
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 \
|
2005-09-03 09:15:41 +08:00
|
|
|
PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc \
|
|
|
|
PPC32GenInstrInfo.inc PPC32GenDAGISel.inc
|
2004-06-22 00:55:25 +08:00
|
|
|
|
2004-10-23 05:02:08 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|