2007-12-04 07:12:49 +08:00
|
|
|
##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2007-12-04 07:12:49 +08:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:09:26 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
2007-12-04 07:12:49 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
2007-12-30 04:09:26 +08:00
|
|
|
|
2007-12-04 07:12:49 +08:00
|
|
|
LEVEL = ../../..
|
2008-11-09 02:59:02 +08:00
|
|
|
LIBRARYNAME = LLVMCellSPUCodeGen
|
2007-12-04 07:12:49 +08:00
|
|
|
TARGET = SPU
|
2011-06-29 04:07:07 +08:00
|
|
|
BUILT_SOURCES = SPUGenInstrInfo.inc SPUGenRegisterInfo.inc \
|
2007-12-04 07:12:49 +08:00
|
|
|
SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \
|
2011-06-29 04:07:07 +08:00
|
|
|
SPUGenDAGISel.inc \
|
2011-07-02 06:36:09 +08:00
|
|
|
SPUGenSubtargetInfo.inc SPUGenCallingConv.inc
|
2007-12-04 07:12:49 +08:00
|
|
|
|
2011-07-15 04:59:42 +08:00
|
|
|
DIRS = TargetInfo MCTargetDesc
|
2008-11-09 02:59:02 +08:00
|
|
|
|
2007-12-04 07:12:49 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|