2004-10-11 07:34:36 +08:00
|
|
|
##===- lib/Target/SparcV9/ModuloScheduling/Makefile --------*- Makefile -*-===##
|
2003-10-21 06:26:57 +08:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-03-28 01:57:44 +08:00
|
|
|
|
2004-10-11 07:34:36 +08:00
|
|
|
LEVEL = ../../../..
|
2003-03-28 01:57:44 +08:00
|
|
|
DIRS =
|
2004-10-28 07:18:45 +08:00
|
|
|
LIBRARYNAME = LLVMSparcV9ModuloSched
|
2003-03-28 01:57:44 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|