blob: 5199b67f3a5ab048df41de7600f3b7670b1639f9 [file] [log] [blame]
Brian Gaeke57600542004-12-10 04:48:57 +00001##===- lib/Target/SparcV8/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##===----------------------------------------------------------------------===##
Brian Gaeke57600542004-12-10 04:48:57 +00009LEVEL = ../../..
Brian Gaekeb982c422004-10-29 21:57:16 +000010LIBRARYNAME = LLVMSparcV8
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