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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2004-01-09 06:17:12 +00:00
|
|
|
LEVEL = ../../../..
|
2001-09-15 00:31:44 +00:00
|
|
|
|
|
|
|
DIRS =
|
|
|
|
|
2004-02-25 18:44:15 +00:00
|
|
|
LIBRARYNAME = sparcv9regalloc
|
2001-09-15 00:31:44 +00:00
|
|
|
|
2002-09-14 23:05:33 +00:00
|
|
|
BUILD_ARCHIVE = 1
|
|
|
|
|
2001-09-15 00:31:44 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|