blob: b6f6aaf0fcb064b6b0b8d99c92156d7063bfcb30 [file] [log] [blame]
Chris Lattner7c90f732006-02-05 05:50:24 +00001##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
Brian Gaekee785e532004-02-25 19:28:19 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Brian Gaeke57600542004-12-10 04:48:57 +00009LEVEL = ../../..
Chris Lattner7c90f732006-02-05 05:50:24 +000010LIBRARYNAME = LLVMSparc
11TARGET = Sparc
Reid Spencer37585522006-04-13 06:39:24 +000012EXTRA_DIST = README.txt
Chris Lattner83ba99a2004-02-28 19:43:40 +000013
Brian Gaekee785e532004-02-25 19:28:19 +000014# Make sure that tblgen is run, first thing.
Chris Lattner7c90f732006-02-05 05:50:24 +000015BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \
16 SparcGenRegisterInfo.inc SparcGenInstrNames.inc \
17 SparcGenInstrInfo.inc SparcGenAsmWriter.inc \
18 SparcGenDAGISel.inc SparcGenSubtarget.inc
Brian Gaekee785e532004-02-25 19:28:19 +000019
Misha Brukman6b9ae582004-10-22 22:16:24 +000020include $(LEVEL)/Makefile.common
Brian Gaekee785e532004-02-25 19:28:19 +000021