| Misha Brukman | c70014b | 2004-10-10 23:34:36 +0000 | [diff] [blame] | 1 | ##===- lib/Target/SparcV9/ModuloScheduling/Makefile --------*- Makefile -*-===## |
| John Criswell | 4436c49 | 2003-10-20 22:26:57 +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 | ##===----------------------------------------------------------------------===## |
| Guochun Shi | 45d8f32 | 2003-03-27 17:57:44 +0000 | [diff] [blame] | 9 | |
| Misha Brukman | c70014b | 2004-10-10 23:34:36 +0000 | [diff] [blame] | 10 | LEVEL = ../../../.. |
| Guochun Shi | 45d8f32 | 2003-03-27 17:57:44 +0000 | [diff] [blame] | 11 | DIRS = |
| Reid Spencer | 57cbe39 | 2004-10-27 23:18:45 +0000 | [diff] [blame] | 12 | LIBRARYNAME = LLVMSparcV9ModuloSched |
| Guochun Shi | 45d8f32 | 2003-03-27 17:57:44 +0000 | [diff] [blame] | 13 | |
| 14 | include $(LEVEL)/Makefile.common |