Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | ##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===## |
Misha Brukman | e025bcc | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 2 | # |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 80455b8 | 2007-12-29 20:09:26 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
Misha Brukman | e025bcc | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 7 | # |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 8 | ##===----------------------------------------------------------------------===## |
Chris Lattner | 5c80455 | 2010-01-22 06:49:46 +0000 | [diff] [blame] | 9 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 10 | LEVEL = ../../.. |
Anton Korobeynikov | b0959d5 | 2008-11-11 16:42:57 +0000 | [diff] [blame] | 11 | LIBRARYNAME = LLVMSparcCodeGen |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 12 | TARGET = Sparc |
| 13 | |
| 14 | # Make sure that tblgen is run, first thing. |
| 15 | BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \ |
| 16 | SparcGenRegisterInfo.inc SparcGenInstrNames.inc \ |
| 17 | SparcGenInstrInfo.inc SparcGenAsmWriter.inc \ |
Chris Lattner | c9d7b7d | 2008-03-17 05:41:48 +0000 | [diff] [blame] | 18 | SparcGenDAGISel.inc SparcGenSubtarget.inc SparcGenCallingConv.inc |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 19 | |
Daniel Dunbar | 0eb6699 | 2009-07-15 06:35:19 +0000 | [diff] [blame] | 20 | DIRS = AsmPrinter TargetInfo |
Anton Korobeynikov | b0959d5 | 2008-11-11 16:42:57 +0000 | [diff] [blame] | 21 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 22 | include $(LEVEL)/Makefile.common |
| 23 | |