[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/Makefile.am
Reid Spencer
reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004
Changes in directory llvm/lib/CodeGen/SelectionDAG:
Makefile.am updated: 1.1 -> 1.2
---
Log message:
Update to reflect changes in Makefile rules.
---
Diffs of the changes: (+5 -4)
Index: llvm/lib/CodeGen/SelectionDAG/Makefile.am
diff -u llvm/lib/CodeGen/SelectionDAG/Makefile.am:1.1 llvm/lib/CodeGen/SelectionDAG/Makefile.am:1.2
--- llvm/lib/CodeGen/SelectionDAG/Makefile.am:1.1 Sun Oct 10 15:42:50 2004
+++ llvm/lib/CodeGen/SelectionDAG/Makefile.am Wed Oct 13 06:46:51 2004
@@ -7,9 +7,10 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
-libexec_PROGRAMS = LLVMSelectionDAG.o
+lib_LIBRARIES = libLLVMSelectionDAG.a
-LLVMSelectionDAG_o_SOURCES = DAGBuilder.cpp SelectionDAG.cpp
-LIBS=
+libLLVMSelectionDAG_a_SOURCES = DAGBuilder.cpp SelectionDAG.cpp
+
+PRELINK=libLLVMSelectionDAG.a
More information about the llvm-commits
mailing list