blob: a460db3cfeda8b2703a32e470b74b11dc064ae63 [file] [log] [blame]
Scott Michel4996df52007-12-03 23:12:49 +00001##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
Misha Brukmane025bcc2009-01-09 16:44:42 +00002#
Scott Michel4996df52007-12-03 23:12:49 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattner80455b82007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
Scott Michel4996df52007-12-03 23:12:49 +00008##===----------------------------------------------------------------------===##
Chris Lattner80455b82007-12-29 20:09:26 +00009
Scott Michel4996df52007-12-03 23:12:49 +000010LEVEL = ../../..
pingbakddfd8692008-11-08 18:59:02 +000011LIBRARYNAME = LLVMCellSPUCodeGen
Scott Michel4996df52007-12-03 23:12:49 +000012TARGET = SPU
13
14BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
15 SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \
Scott Michel5a6f17b2008-01-30 02:55:46 +000016 SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \
Scott Michel4996df52007-12-03 23:12:49 +000017 SPUGenInstrInfo.inc SPUGenDAGISel.inc \
18 SPUGenSubtarget.inc SPUGenCallingConv.inc
19
pingbakddfd8692008-11-08 18:59:02 +000020DIRS = AsmPrinter
21
Scott Michel4996df52007-12-03 23:12:49 +000022include $(LEVEL)/Makefile.common