blob: 7abb40c54affaa8b5d8ef7a8a68f1b9bd76c0b28 [file] [log] [blame]
Scott Michel01f4fc12007-12-03 23:12:49 +00001##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by a team from the Computer Systems Research
Scott Michel2466c372007-12-05 01:40:25 +00006# Department at The Aerospace Corporation and is distributed under the
7# University of Illinois Open Source License. See LICENSE.TXT for details.
Scott Michel01f4fc12007-12-03 23:12:49 +00008##===----------------------------------------------------------------------===##
9LEVEL = ../../..
10LIBRARYNAME = LLVMCellSPU
11TARGET = SPU
12
13BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
14 SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \
15 SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \
16 SPUGenInstrInfo.inc SPUGenDAGISel.inc \
17 SPUGenSubtarget.inc SPUGenCallingConv.inc
18
19include $(LEVEL)/Makefile.common