[llvm-commits] [llvm] r44558 - /llvm/trunk/lib/Target/CellSPU/Makefile

Scott Michel scottm at aero.org
Mon Dec 3 15:12:49 PST 2007


Author: pingbak
Date: Mon Dec  3 17:12:49 2007
New Revision: 44558

URL: http://llvm.org/viewvc/llvm-project?rev=44558&view=rev
Log:
Makefile fragment for CellSPU.

Added:
    llvm/trunk/lib/Target/CellSPU/Makefile

Added: llvm/trunk/lib/Target/CellSPU/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CellSPU/Makefile?rev=44558&view=auto

==============================================================================
--- llvm/trunk/lib/Target/CellSPU/Makefile (added)
+++ llvm/trunk/lib/Target/CellSPU/Makefile Mon Dec  3 17:12:49 2007
@@ -0,0 +1,20 @@
+##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by a team from the Computer Systems Research
+# Department at The Aerospace Corporation.
+#
+# See README.txt for details.
+##===----------------------------------------------------------------------===##
+LEVEL = ../../..
+LIBRARYNAME = LLVMCellSPU
+TARGET = SPU
+
+BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
+		SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \
+		SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc	\
+		SPUGenInstrInfo.inc SPUGenDAGISel.inc \
+		SPUGenSubtarget.inc SPUGenCallingConv.inc
+
+include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list