Updated source file headers to llvm coding standard.
[oota-llvm.git] / lib / Target / CellSPU / Makefile
1 ##===- 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
6 # Department at The Aerospace Corporation and is distributed under the
7 # University of Illinois Open Source License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 LIBRARYNAME = LLVMCellSPU
11 TARGET = SPU
12
13 BUILT_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
19 include $(LEVEL)/Makefile.common