Consolidate the definitions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-10-17 15:00:26 +00:00
parent 761920301d
commit 26dde42381

View File

@ -11,11 +11,10 @@ include $(top_srcdir)/Makefile_config
lib_LIBRARIES = libLLVMSparcV9LiveVar.a
MYSOURCES = \
libLLVMSparcV9LiveVar_a_SOURCES = \
BBLiveVar.cpp \
FunctionLiveVarInfo.cpp \
ValueSet.cpp
libLLVMSparcV9LiveVar_a_SOURCES = $(MYSOURCES)
PRELINK=libLLVMSparcV9LiveVar.a
PRELINK = $(lib_LIBRARIES)