Update comments.
[llvm/msp430.git] / lib / Target / Sparc / Makefile
blobfdf6afaee0768e282962095ff947b93f1770d41e
1 ##===- lib/Target/Sparc/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 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 LIBRARYNAME = LLVMSparcCodeGen
11 TARGET = Sparc
13 # Make sure that tblgen is run, first thing.
14 BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \
15 SparcGenRegisterInfo.inc SparcGenInstrNames.inc \
16 SparcGenInstrInfo.inc SparcGenAsmWriter.inc \
17 SparcGenDAGISel.inc SparcGenSubtarget.inc SparcGenCallingConv.inc
19 DIRS = AsmPrinter
21 include $(LEVEL)/Makefile.common