2004-12-10 12:48:57 +08:00
|
|
|
##===- lib/Target/SparcV8/Makefile -------------------------*- Makefile -*-===##
|
2004-02-26 03:28:19 +08: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 12:48:57 +08:00
|
|
|
LEVEL = ../../..
|
2004-10-30 05:57:16 +08:00
|
|
|
LIBRARYNAME = LLVMSparcV8
|
2004-10-23 06:16:24 +08:00
|
|
|
TARGET = SparcV8
|
2004-02-29 03:43:40 +08:00
|
|
|
|
2004-02-26 03:28:19 +08:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2004-10-23 06:16:24 +08:00
|
|
|
BUILT_SOURCES = SparcV8GenRegisterInfo.h.inc SparcV8GenRegisterNames.inc \
|
|
|
|
SparcV8GenRegisterInfo.inc SparcV8GenInstrNames.inc \
|
|
|
|
SparcV8GenInstrInfo.inc SparcV8GenCodeEmitter.inc
|
2004-02-26 03:28:19 +08:00
|
|
|
|
2004-10-23 06:16:24 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
2004-10-15 05:57:19 +08:00
|
|
|
|