blob: b27c42011c97387a7db37e806244f427344c1cfb [file] [log] [blame]
#===-- lib/Target/SparcV9/RegAlloc/Makefile.am -------------*- Makefile -*--===#
#
# The LLVM Compiler Infrastructure
#
# This file was developed by Reid Spencer and is distributed under the
# University of Illinois Open Source License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
include $(top_srcdir)/Makefile_config
lib_LIBRARIES = libLLVMSparcV9RegAlloc.a
MYSOURCES = \
IGNode.cpp \
InterferenceGraph.cpp \
LiveRangeInfo.cpp \
PhyRegAlloc.cpp \
RegClass.cpp
libLLVMSparcV9RegAlloc_a_SOURCES = $(MYSOURCES)
PRELINK=libLLVMSparcV9RegAlloc.a