2006-02-05 13:50:24 +08:00
|
|
|
##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:09:26 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2006-02-05 13:50:24 +08:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../..
|
2008-11-12 00:42:57 +08:00
|
|
|
LIBRARYNAME = LLVMSparcCodeGen
|
2006-02-05 13:50:24 +08:00
|
|
|
TARGET = Sparc
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
|
|
|
BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \
|
|
|
|
SparcGenRegisterInfo.inc SparcGenInstrNames.inc \
|
|
|
|
SparcGenInstrInfo.inc SparcGenAsmWriter.inc \
|
2008-03-17 13:41:48 +08:00
|
|
|
SparcGenDAGISel.inc SparcGenSubtarget.inc SparcGenCallingConv.inc
|
2006-02-05 13:50:24 +08:00
|
|
|
|
2008-11-12 00:42:57 +08:00
|
|
|
DIRS = AsmPrinter
|
|
|
|
|
2006-02-05 13:50:24 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|