Chris Lattner | 7c90f73 | 2006-02-05 05:50:24 +0000 | [diff] [blame] | 1 | ##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===## |
Brian Gaeke | e785e53 | 2004-02-25 19:28:19 +0000 | [diff] [blame] | 2 | # |
| 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 Gaeke | 5760054 | 2004-12-10 04:48:57 +0000 | [diff] [blame] | 9 | LEVEL = ../../.. |
Chris Lattner | 7c90f73 | 2006-02-05 05:50:24 +0000 | [diff] [blame] | 10 | LIBRARYNAME = LLVMSparc |
| 11 | TARGET = Sparc |
Reid Spencer | 3758552 | 2006-04-13 06:39:24 +0000 | [diff] [blame] | 12 | EXTRA_DIST = README.txt |
Chris Lattner | 83ba99a | 2004-02-28 19:43:40 +0000 | [diff] [blame] | 13 | |
Brian Gaeke | e785e53 | 2004-02-25 19:28:19 +0000 | [diff] [blame] | 14 | # Make sure that tblgen is run, first thing. |
Chris Lattner | 7c90f73 | 2006-02-05 05:50:24 +0000 | [diff] [blame] | 15 | BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \ |
| 16 | SparcGenRegisterInfo.inc SparcGenInstrNames.inc \ |
| 17 | SparcGenInstrInfo.inc SparcGenAsmWriter.inc \ |
| 18 | SparcGenDAGISel.inc SparcGenSubtarget.inc |
Brian Gaeke | e785e53 | 2004-02-25 19:28:19 +0000 | [diff] [blame] | 19 | |
Misha Brukman | 6b9ae58 | 2004-10-22 22:16:24 +0000 | [diff] [blame] | 20 | include $(LEVEL)/Makefile.common |
Brian Gaeke | e785e53 | 2004-02-25 19:28:19 +0000 | [diff] [blame] | 21 | |