b27c42011c97387a7db37e806244f427344c1cfb
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / Makefile.am
1 #===-- lib/Target/SparcV9/RegAlloc/Makefile.am -------------*- Makefile -*--===#
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by Reid Spencer and is distributed under the 
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 #===------------------------------------------------------------------------===#
9
10 include $(top_srcdir)/Makefile_config
11
12 lib_LIBRARIES = libLLVMSparcV9RegAlloc.a
13
14 MYSOURCES = \
15   IGNode.cpp \
16   InterferenceGraph.cpp \
17   LiveRangeInfo.cpp \
18   PhyRegAlloc.cpp \
19   RegClass.cpp
20
21 libLLVMSparcV9RegAlloc_a_SOURCES = $(MYSOURCES)
22
23 PRELINK=libLLVMSparcV9RegAlloc.a