Misha Brukman | 31b5edd | 2004-09-22 21:29:12 +0000 | [diff] [blame] | 1 | ##===- lib/Target/Sparc/V8/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 | ##===----------------------------------------------------------------------===## |
Misha Brukman | 2ec09e7 | 2004-09-22 20:08:52 +0000 | [diff] [blame] | 9 | LEVEL = ../../../.. |
Brian Gaeke | e785e53 | 2004-02-25 19:28:19 +0000 | [diff] [blame] | 10 | LIBRARYNAME = sparcv8 |
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 | |