aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-17 15:01:12 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-17 15:01:12 +0000
commitec660ae754de4fcfbaf78138a38bd82dce8a4f44 (patch)
tree22afa2ad35cb392999d9999755cf521fe2ca127b
parent26dde4238195bb8b2d659edc43c15b564fb6edf6 (diff)
downloadexternal_llvm-ec660ae754de4fcfbaf78138a38bd82dce8a4f44.zip
external_llvm-ec660ae754de4fcfbaf78138a38bd82dce8a4f44.tar.gz
external_llvm-ec660ae754de4fcfbaf78138a38bd82dce8a4f44.tar.bz2
Make the library name SparcV9 specific
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17089 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/ModuloScheduling/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/ModuloScheduling/Makefile.am b/lib/Target/SparcV9/ModuloScheduling/Makefile.am
index e1fd097..7ccf8b5 100644
--- a/lib/Target/SparcV9/ModuloScheduling/Makefile.am
+++ b/lib/Target/SparcV9/ModuloScheduling/Makefile.am
@@ -7,13 +7,13 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
-libexec_PROGRAMS = LLVMModuloScheduling.o
+lib_LIBRARIES = libLLVMSparcV9ModuloScheduling.a
-LLVMModuloScheduling_o_SOURCES = \
+libLLVMSparcV9ModuloScheduling_a_SOURCES = \
ModuloScheduling.cpp \
MSchedGraph.cpp \
MSSchedule.cpp
-LIBS=
+PRELINK = $(lib_LIBRARIES)