2004-12-10 04:48:57 +00:00
|
|
|
##===- lib/Target/SparcV8/Makefile -------------------------*- Makefile -*-===##
|
2004-02-25 19:28:19 +00: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 04:48:57 +00:00
|
|
|
LEVEL = ../../..
|
2004-10-29 21:57:16 +00:00
|
|
|
LIBRARYNAME = LLVMSparcV8
|
2004-10-22 22:16:24 +00:00
|
|
|
TARGET = SparcV8
|
2004-02-28 19:43:40 +00:00
|
|
|
|
2004-02-25 19:28:19 +00:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2004-10-22 22:16:24 +00:00
|
|
|
BUILT_SOURCES = SparcV8GenRegisterInfo.h.inc SparcV8GenRegisterNames.inc \
|
|
|
|
SparcV8GenRegisterInfo.inc SparcV8GenInstrNames.inc \
|
2005-12-17 07:47:01 +00:00
|
|
|
SparcV8GenInstrInfo.inc SparcV8GenAsmWriter.inc \
|
|
|
|
SparcV8GenDAGISel.inc
|
2004-02-25 19:28:19 +00:00
|
|
|
|
2004-10-22 22:16:24 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
2004-10-14 21:57:19 +00:00
|
|
|
|