[llvm-commits] CVS: llvm/lib/CodeGen/Makefile.am
Reid Spencer
reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004
Changes in directory llvm/lib/CodeGen:
Makefile.am updated: 1.3 -> 1.4
---
Log message:
Update to reflect changes in Makefile rules.
---
Diffs of the changes: (+4 -4)
Index: llvm/lib/CodeGen/Makefile.am
diff -u llvm/lib/CodeGen/Makefile.am:1.3 llvm/lib/CodeGen/Makefile.am:1.4
--- llvm/lib/CodeGen/Makefile.am:1.3 Sun Oct 10 18:37:40 2004
+++ llvm/lib/CodeGen/Makefile.am Wed Oct 13 06:46:51 2004
@@ -7,13 +7,13 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
SUBDIRS = SelectionDAG
-libexec_PROGRAMS = LLVMCodeGen.o
+lib_LIBRARIES = libLLVMCodeGen.a
-LLVMCodeGen_o_SOURCES = \
+libLLVMCodeGen_a_SOURCES = \
AsmPrinter.cpp \
BranchFolding.cpp \
IntrinsicLowering.cpp \
@@ -35,4 +35,4 @@
UnreachableBlockElim.cpp \
VirtRegMap.cpp
-LIBS=
+PRELINK=libLLVMCodeGen.a
More information about the llvm-commits
mailing list