[llvm-commits] CVS: llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am

Reid Spencer reid at x10sys.com
Sun Oct 17 08:01:49 PDT 2004



Changes in directory llvm/lib/Target/SparcV9/ModuloScheduling:

Makefile.am updated: 1.1 -> 1.2
---
Log message:

Make the library name SparcV9 specific

---
Diffs of the changes:  (+4 -4)

Index: llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am
diff -u llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am:1.1 llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am:1.2
--- llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am:1.1	Sun Oct 10 15:42:38 2004
+++ llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am	Sun Oct 17 10:01:12 2004
@@ -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)






More information about the llvm-commits mailing list