Update comments.
[llvm/msp430.git] / lib / Target / CellSPU / Makefile
bloba460db3cfeda8b2703a32e470b74b11dc064ae63
1 ##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../../..
11 LIBRARYNAME = LLVMCellSPUCodeGen
12 TARGET = SPU
14 BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
15 SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \
16 SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \
17 SPUGenInstrInfo.inc SPUGenDAGISel.inc \
18 SPUGenSubtarget.inc SPUGenCallingConv.inc
20 DIRS = AsmPrinter
22 include $(LEVEL)/Makefile.common