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
|
2004-12-16 17:26:44 +00:00
|
|
|
TARGET = PowerPC PPC32 PPC64
|
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 \
|
2004-08-17 05:11:54 +00:00
|
|
|
PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc PPC32GenInstrInfo.inc \
|
|
|
|
PPC64GenRegisterInfo.h.inc PPC64GenRegisterInfo.inc PPC64GenInstrInfo.inc
|
2004-06-21 16:55:25 +00:00
|
|
|
|
2004-10-22 21:02:08 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|