blob: b78e32aad059549f7a55cf272e7062938ca8bd1a [file] [log] [blame]
Misha Brukman31b5edd2004-09-22 21:29:12 +00001##===- lib/Target/Sparc/V8/Makefile ------------------------*- Makefile -*-===##
Brian Gaekee785e532004-02-25 19:28:19 +00002#
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##===----------------------------------------------------------------------===##
Misha Brukman2ec09e72004-09-22 20:08:52 +00009LEVEL = ../../../..
Brian Gaekee785e532004-02-25 19:28:19 +000010LIBRARYNAME = sparcv8
Misha Brukman6b9ae582004-10-22 22:16:24 +000011TARGET = SparcV8
Chris Lattner83ba99a2004-02-28 19:43:40 +000012
Brian Gaekee785e532004-02-25 19:28:19 +000013# Make sure that tblgen is run, first thing.
Misha Brukman6b9ae582004-10-22 22:16:24 +000014BUILT_SOURCES = SparcV8GenRegisterInfo.h.inc SparcV8GenRegisterNames.inc \
15 SparcV8GenRegisterInfo.inc SparcV8GenInstrNames.inc \
16 SparcV8GenInstrInfo.inc SparcV8GenCodeEmitter.inc
Brian Gaekee785e532004-02-25 19:28:19 +000017
Misha Brukman6b9ae582004-10-22 22:16:24 +000018include $(LEVEL)/Makefile.common
Brian Gaekee785e532004-02-25 19:28:19 +000019