Makefile revision b982c42e65afa44b8a88d9ad3d7321bc129823cc
1##===- lib/Target/Sparc/V8/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##===----------------------------------------------------------------------===##
9LEVEL = ../../../..
10LIBRARYNAME = LLVMSparcV8
11TARGET = SparcV8
12
13# Make sure that tblgen is run, first thing.
14BUILT_SOURCES = SparcV8GenRegisterInfo.h.inc SparcV8GenRegisterNames.inc \
15                SparcV8GenRegisterInfo.inc SparcV8GenInstrNames.inc \
16                SparcV8GenInstrInfo.inc SparcV8GenCodeEmitter.inc
17
18include $(LEVEL)/Makefile.common
19
20