mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user