2006-02-05 13:50:24 +08:00
|
|
|
##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2006-02-05 13:50:24 +08:00
|
|
|
# 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.
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2006-02-05 13:50:24 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
2010-01-22 14:49:46 +08:00
|
|
|
|
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.
|
2011-06-29 04:07:07 +08:00
|
|
|
BUILT_SOURCES = SparcGenRegisterInfo.inc SparcGenInstrInfo.inc \
|
2014-01-04 19:30:13 +08:00
|
|
|
SparcGenAsmWriter.inc SparcGenAsmMatcher.inc \
|
2014-01-06 16:08:58 +08:00
|
|
|
SparcGenDAGISel.inc SparcGenDisassemblerTables.inc \
|
2013-09-22 17:54:42 +08:00
|
|
|
SparcGenSubtargetInfo.inc SparcGenCallingConv.inc \
|
2014-09-03 06:28:02 +08:00
|
|
|
SparcGenMCCodeEmitter.inc
|
2006-02-05 13:50:24 +08:00
|
|
|
|
2014-01-06 16:08:58 +08:00
|
|
|
DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
|
2008-11-12 00:42:57 +08:00
|
|
|
|
2006-02-05 13:50:24 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|