Brian Gaeke | 5760054 | 2004-12-10 04:48:57 +0000 | [diff] [blame^] | 1 | ##===- lib/Target/SparcV8/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 = ../../.. |
Brian Gaeke | b982c42 | 2004-10-29 21:57:16 +0000 | [diff] [blame] | 10 | LIBRARYNAME = LLVMSparcV8 |
Misha Brukman | 6b9ae58 | 2004-10-22 22:16:24 +0000 | [diff] [blame] | 11 | TARGET = SparcV8 |
Chris Lattner | 83ba99a | 2004-02-28 19:43:40 +0000 | [diff] [blame] | 12 | |
Brian Gaeke | e785e53 | 2004-02-25 19:28:19 +0000 | [diff] [blame] | 13 | # Make sure that tblgen is run, first thing. |
Misha Brukman | 6b9ae58 | 2004-10-22 22:16:24 +0000 | [diff] [blame] | 14 | BUILT_SOURCES = SparcV8GenRegisterInfo.h.inc SparcV8GenRegisterNames.inc \ |
| 15 | SparcV8GenRegisterInfo.inc SparcV8GenInstrNames.inc \ |
| 16 | SparcV8GenInstrInfo.inc SparcV8GenCodeEmitter.inc |
Brian Gaeke | e785e53 | 2004-02-25 19:28:19 +0000 | [diff] [blame] | 17 | |
Misha Brukman | 6b9ae58 | 2004-10-22 22:16:24 +0000 | [diff] [blame] | 18 | include $(LEVEL)/Makefile.common |
Brian Gaeke | e785e53 | 2004-02-25 19:28:19 +0000 | [diff] [blame] | 19 | |