Make the library name SparcV9 specific
authorReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 15:01:12 +0000 (15:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 15:01:12 +0000 (15:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17089 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/ModuloScheduling/Makefile.am

index e1fd097d381c533adf1974cd5a4228d41f629cbf..7ccf8b5c42ea1dfdd1a2a0c6e150e8b6df8b5fdb 100644 (file)
@@ -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)