[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Makefile.am
Reid Spencer
reid at x10sys.com
Wed Oct 13 04:47:13 PDT 2004
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
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/ExecutionEngine/Interpreter/Makefile.am
diff -u llvm/lib/ExecutionEngine/Interpreter/Makefile.am:1.1 llvm/lib/ExecutionEngine/Interpreter/Makefile.am:1.2
--- llvm/lib/ExecutionEngine/Interpreter/Makefile.am:1.1 Sun Oct 10 15:43:12 2004
+++ llvm/lib/ExecutionEngine/Interpreter/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 = LLVMInterpreter.o
+lib_LIBRARIES = libLLVMInterpreter.a
-LLVMInterpreter_o_SOURCES = \
+libLLVMInterpreter_a_SOURCES = \
Execution.cpp ExternalFunctions.cpp Interpreter.cpp
-LIBS=
+PRELINK=libLLVMInterpreter.a
More information about the llvm-commits
mailing list