2003-10-20 22:26:57 +00:00
|
|
|
##===- lib/CodeGen/RegAlloc/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-09-15 00:31:44 +00:00
|
|
|
|
2004-10-08 18:11:14 +00:00
|
|
|
LEVEL = ../../../..
|
2001-09-15 00:31:44 +00:00
|
|
|
DIRS =
|
2004-10-27 23:18:45 +00:00
|
|
|
LIBRARYNAME = LLVMSparcV9RegAlloc
|
2002-09-14 23:05:33 +00:00
|
|
|
|
2001-09-15 00:31:44 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|