2006-02-05 05:50:24 +00:00
|
|
|
##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2004-02-25 19:28:19 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:09:26 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2004-02-25 19:28:19 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
2010-01-22 06:49:46 +00:00
|
|
|
|
2004-12-10 04:48:57 +00:00
|
|
|
LEVEL = ../../..
|
2008-11-11 16:42:57 +00:00
|
|
|
LIBRARYNAME = LLVMSparcCodeGen
|
2006-02-05 05:50:24 +00:00
|
|
|
TARGET = Sparc
|
2004-02-28 19:43:40 +00:00
|
|
|
|
2004-02-25 19:28:19 +00:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2011-06-28 20:07:07 +00:00
|
|
|
BUILT_SOURCES = SparcGenRegisterInfo.inc SparcGenInstrInfo.inc \
|
2014-01-04 11:30:13 +00:00
|
|
|
SparcGenAsmWriter.inc SparcGenAsmMatcher.inc \
|
2014-01-06 08:08:58 +00:00
|
|
|
SparcGenDAGISel.inc SparcGenDisassemblerTables.inc \
|
2013-09-22 09:54:42 +00:00
|
|
|
SparcGenSubtargetInfo.inc SparcGenCallingConv.inc \
|
2014-01-05 02:13:48 +00:00
|
|
|
SparcGenCodeEmitter.inc SparcGenMCCodeEmitter.inc
|
2004-02-25 19:28:19 +00:00
|
|
|
|
2014-01-06 08:08:58 +00:00
|
|
|
DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
|
2008-11-11 16:42:57 +00:00
|
|
|
|
2004-10-22 22:16:24 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
2004-10-14 21:57:19 +00:00
|
|
|
|