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 \
|
2011-07-02 06:36:09 +08:00
|
|
|
SparcGenAsmWriter.inc SparcGenDAGISel.inc \
|
|
|
|
SparcGenSubtargetInfo.inc SparcGenCallingConv.inc
|
2006-02-05 13:50:24 +08:00
|
|
|
|
2011-07-15 04:59:42 +08:00
|
|
|
DIRS = TargetInfo MCTargetDesc
|
2008-11-12 00:42:57 +08:00
|
|
|
|
2006-02-05 13:50:24 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|