blob: b20465099c6acfb2dc0afa9c30c006c498597ed6 [file] [log] [blame]
Scott Michel01f4fc12007-12-03 23:12:49 +00001##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
2#
3# 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 = ../../..
11LIBRARYNAME = LLVMCellSPU
12TARGET = SPU
13
14BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
15 SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \
16 SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \
17 SPUGenInstrInfo.inc SPUGenDAGISel.inc \
18 SPUGenSubtarget.inc SPUGenCallingConv.inc
19
20include $(LEVEL)/Makefile.common