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-10-14 23:37:35 +00:00
|
|
|
TARGET = PPC
|
2004-08-05 18:34:15 +00:00
|
|
|
|
2004-06-21 16:55:25 +00:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2005-10-14 23:37:35 +00:00
|
|
|
BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
|
|
|
|
PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
|
|
|
|
PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \
|
2005-10-21 19:05:19 +00:00
|
|
|
PPCGenInstrInfo.inc PPCGenDAGISel.inc PPCGenSubtarget.inc
|
2004-06-21 16:55:25 +00:00
|
|
|
|
2004-10-22 21:02:08 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|