blob: e4078487e167b58927bcb89ebfbdcb49366eeb2f [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
Misha Brukmane025bcc2009-01-09 16:44:42 +00002#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattner80455b82007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukmane025bcc2009-01-09 16:44:42 +00007#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008##===----------------------------------------------------------------------===##
Chris Lattner5c804552010-01-22 06:49:46 +00009
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010LEVEL = ../../..
Anton Korobeynikovb0959d52008-11-11 16:42:57 +000011LIBRARYNAME = LLVMSparcCodeGen
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012TARGET = Sparc
13
14# Make sure that tblgen is run, first thing.
15BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \
16 SparcGenRegisterInfo.inc SparcGenInstrNames.inc \
17 SparcGenInstrInfo.inc SparcGenAsmWriter.inc \
Chris Lattnerc9d7b7d2008-03-17 05:41:48 +000018 SparcGenDAGISel.inc SparcGenSubtarget.inc SparcGenCallingConv.inc
Dan Gohmanf17a25c2007-07-18 16:29:46 +000019
Daniel Dunbar0eb66992009-07-15 06:35:19 +000020DIRS = AsmPrinter TargetInfo
Anton Korobeynikovb0959d52008-11-11 16:42:57 +000021
Dan Gohmanf17a25c2007-07-18 16:29:46 +000022include $(LEVEL)/Makefile.common
23