2003-10-21 00:26:57 +02: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 02:31:44 +02:00
|
|
|
|
2004-10-08 20:11:14 +02:00
|
|
|
LEVEL = ../../../..
|
2001-09-15 02:31:44 +02:00
|
|
|
DIRS =
|
2004-02-25 19:44:15 +01:00
|
|
|
LIBRARYNAME = sparcv9regalloc
|
2002-09-15 01:05:33 +02:00
|
|
|
BUILD_ARCHIVE = 1
|
|
|
|
|
2001-09-15 02:31:44 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|