[llvm-commits] CVS: llvm/lib/VMCore/Makefile.am
Reid Spencer
reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004
Changes in directory llvm/lib/VMCore:
Makefile.am updated: 1.1 -> 1.2
---
Log message:
Update to reflect changes in Makefile rules.
---
Diffs of the changes: (+4 -4)
Index: llvm/lib/VMCore/Makefile.am
diff -u llvm/lib/VMCore/Makefile.am:1.1 llvm/lib/VMCore/Makefile.am:1.2
--- llvm/lib/VMCore/Makefile.am:1.1 Sun Oct 10 17:20:40 2004
+++ llvm/lib/VMCore/Makefile.am Wed Oct 13 06:46:51 2004
@@ -7,11 +7,11 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
-libexec_PROGRAMS = LLVMCore.o
+lib_LIBRARIES = libLLVMCore.a
-LLVMCore_o_SOURCES = \
+libLLVMCore_a_SOURCES = \
AsmWriter.cpp \
BasicBlock.cpp \
ConstantFolding.cpp \
@@ -34,4 +34,4 @@
Value.cpp \
Verifier.cpp
-LIBS=
+PRELINK=libLLVMCore.a
More information about the llvm-commits
mailing list