blob: a460db3cfeda8b2703a32e470b74b11dc064ae63 [file] [log] [blame]
Scott Michel01f4fc12007-12-03 23:12:49 +00001##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
Scott Michel01f4fc12007-12-03 23:12:49 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-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 Michel01f4fc12007-12-03 23:12:49 +00008##===----------------------------------------------------------------------===##
Chris Lattnerfc643c52007-12-29 20:09:26 +00009
Scott Michel01f4fc12007-12-03 23:12:49 +000010LEVEL = ../../..
Scott Michel73655bc2008-11-08 18:59:02 +000011LIBRARYNAME = LLVMCellSPUCodeGen
Scott Michel01f4fc12007-12-03 23:12:49 +000012TARGET = SPU
13
14BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
15 SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \
Scott Michel7f9ba9b2008-01-30 02:55:46 +000016 SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \
Scott Michel01f4fc12007-12-03 23:12:49 +000017 SPUGenInstrInfo.inc SPUGenDAGISel.inc \
18 SPUGenSubtarget.inc SPUGenCallingConv.inc
19
Scott Michel73655bc2008-11-08 18:59:02 +000020DIRS = AsmPrinter
21
Scott Michel01f4fc12007-12-03 23:12:49 +000022include $(LEVEL)/Makefile.common