Scott Michel | 01f4fc1 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 1 | ##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===## |
Misha Brukman | 9b8f542 | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 2 | # |
Scott Michel | 01f4fc1 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | fc643c5 | 2007-12-29 20:09:26 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
| 7 | # |
Scott Michel | 01f4fc1 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 8 | ##===----------------------------------------------------------------------===## |
Chris Lattner | fc643c5 | 2007-12-29 20:09:26 +0000 | [diff] [blame] | 9 | |
Scott Michel | 01f4fc1 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 10 | LEVEL = ../../.. |
Scott Michel | 73655bc | 2008-11-08 18:59:02 +0000 | [diff] [blame] | 11 | LIBRARYNAME = LLVMCellSPUCodeGen |
Scott Michel | 01f4fc1 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 12 | TARGET = SPU |
| 13 | |
| 14 | BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \ |
| 15 | SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \ |
Scott Michel | 7f9ba9b | 2008-01-30 02:55:46 +0000 | [diff] [blame] | 16 | SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \ |
Scott Michel | 01f4fc1 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 17 | SPUGenInstrInfo.inc SPUGenDAGISel.inc \ |
| 18 | SPUGenSubtarget.inc SPUGenCallingConv.inc |
| 19 | |
Scott Michel | 73655bc | 2008-11-08 18:59:02 +0000 | [diff] [blame] | 20 | DIRS = AsmPrinter |
| 21 | |
Scott Michel | 01f4fc1 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 22 | include $(LEVEL)/Makefile.common |