2003-10-20 22:26:57 +00:00
|
|
|
##===- lib/CodeGen/InstrSched/Makefile ---------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2001-08-28 23:17:22 +00:00
|
|
|
|
2004-10-08 18:10:01 +00:00
|
|
|
LEVEL = ../../../..
|
2001-08-28 23:17:22 +00:00
|
|
|
DIRS =
|
2004-10-08 18:10:01 +00:00
|
|
|
LIBRARYNAME = sparcv9sched
|
2001-08-28 23:17:22 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|