c49eb412027578a6a0da27f05f9ef9b439d7d645
[oota-llvm.git] / lib / Target / Sparc / Makefile
1 ##===- lib/Target/SparcV8/Makefile -------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 LIBRARYNAME = LLVMSparcV8
11 TARGET = SparcV8
12
13 # Make sure that tblgen is run, first thing.
14 BUILT_SOURCES = SparcV8GenRegisterInfo.h.inc SparcV8GenRegisterNames.inc \
15                 SparcV8GenRegisterInfo.inc SparcV8GenInstrNames.inc \
16                 SparcV8GenInstrInfo.inc SparcV8GenAsmWriter.inc
17
18 include $(LEVEL)/Makefile.common
19