Scott Michel | 4996df5 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 1 | ##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===## |
Misha Brukman | e025bcc | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 2 | # |
Scott Michel | 4996df5 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 80455b8 | 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 | 4996df5 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 8 | ##===----------------------------------------------------------------------===## |
Chris Lattner | 80455b8 | 2007-12-29 20:09:26 +0000 | [diff] [blame] | 9 | |
Scott Michel | 4996df5 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 10 | LEVEL = ../../.. |
pingbak | ddfd869 | 2008-11-08 18:59:02 +0000 | [diff] [blame] | 11 | LIBRARYNAME = LLVMCellSPUCodeGen |
Scott Michel | 4996df5 | 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 | 5a6f17b | 2008-01-30 02:55:46 +0000 | [diff] [blame] | 16 | SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \ |
Scott Michel | 4996df5 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 17 | SPUGenInstrInfo.inc SPUGenDAGISel.inc \ |
| 18 | SPUGenSubtarget.inc SPUGenCallingConv.inc |
| 19 | |
Daniel Dunbar | 0eb6699 | 2009-07-15 06:35:19 +0000 | [diff] [blame^] | 20 | DIRS = AsmPrinter TargetInfo |
pingbak | ddfd869 | 2008-11-08 18:59:02 +0000 | [diff] [blame] | 21 | |
Scott Michel | 4996df5 | 2007-12-03 23:12:49 +0000 | [diff] [blame] | 22 | include $(LEVEL)/Makefile.common |