Update to reflect changes in Makefile rules.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16950 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2004-10-13 11:46:52 +00:00
parent 4f2458912c
commit d96cb6eaa0
54 changed files with 139 additions and 149 deletions

View File

@@ -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 @@ LLVMDebugger_o_SOURCES = \
SourceLanguage-Unknown.cpp \
UnixLocalInferiorProcess.cpp
LIBS=
PRELINK=libLLVMDebugger.a