2004-12-10 05:48:57 +01:00
|
|
|
##===- lib/Target/SparcV8/Makefile -------------------------*- Makefile -*-===##
|
2004-02-25 20:28:19 +01:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2004-12-10 05:48:57 +01:00
|
|
|
LEVEL = ../../..
|
2004-10-29 23:57:16 +02:00
|
|
|
LIBRARYNAME = LLVMSparcV8
|
2004-10-23 00:16:24 +02:00
|
|
|
TARGET = SparcV8
|
2004-02-28 20:43:40 +01:00
|
|
|
|
2004-02-25 20:28:19 +01:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2004-10-23 00:16:24 +02:00
|
|
|
BUILT_SOURCES = SparcV8GenRegisterInfo.h.inc SparcV8GenRegisterNames.inc \
|
|
|
|
SparcV8GenRegisterInfo.inc SparcV8GenInstrNames.inc \
|
|
|
|
SparcV8GenInstrInfo.inc SparcV8GenCodeEmitter.inc
|
2004-02-25 20:28:19 +01:00
|
|
|
|
2004-10-23 00:16:24 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|
2004-10-14 23:57:19 +02:00
|
|
|
|