2004-06-21 16:55:25 +00: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-27 23:18:45 +00:00
|
|
|
LIBRARYNAME = LLVMPowerPC
|
2005-08-13 05:59:16 +00:00
|
|
|
TARGET = PowerPC PPC32
|
2004-08-05 18:34:15 +00:00
|
|
|
|
2004-06-21 16:55:25 +00:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2004-10-22 21:02:08 +00:00
|
|
|
BUILT_SOURCES = PowerPCGenInstrNames.inc PowerPCGenRegisterNames.inc \
|
|
|
|
PowerPCGenAsmWriter.inc PPC32GenCodeEmitter.inc \
|
2005-09-03 01:15:41 +00:00
|
|
|
PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc \
|
|
|
|
PPC32GenInstrInfo.inc PPC32GenDAGISel.inc
|
2004-06-21 16:55:25 +00:00
|
|
|
|
2004-10-22 21:02:08 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|