Makefile fragment for CellSPU.

llvm-svn: 44558
This commit is contained in:
Scott Michel 2007-12-03 23:12:49 +00:00
parent 256e9abbb9
commit c7bd8d9cb0
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file was developed by a team from the Computer Systems Research
# Department at The Aerospace Corporation.
#
# See README.txt for details.
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMCellSPU
TARGET = SPU
BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \
SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \
SPUGenInstrInfo.inc SPUGenDAGISel.inc \
SPUGenSubtarget.inc SPUGenCallingConv.inc
include $(LEVEL)/Makefile.common