[llvm-commits] CVS: llvm/lib/Debugger/Makefile.am

Reid Spencer reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004



Changes in directory llvm/lib/Debugger:

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/Debugger/Makefile.am
diff -u llvm/lib/Debugger/Makefile.am:1.1 llvm/lib/Debugger/Makefile.am:1.2
--- llvm/lib/Debugger/Makefile.am:1.1	Sun Oct 10 15:43:01 2004
+++ llvm/lib/Debugger/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 = LLVMDebugger.o
+lib_LIBRARIES = libLLVMDebugger.a
 
-LLVMDebugger_o_SOURCES = \
+libLLVMDebugger_a_SOURCES = \
   Debugger.cpp \
   ProgramInfo.cpp \
   RuntimeInfo.cpp \
@@ -22,4 +22,4 @@
   SourceLanguage-Unknown.cpp \
   UnixLocalInferiorProcess.cpp
 
-LIBS=
+PRELINK=libLLVMDebugger.a






More information about the llvm-commits mailing list