mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 23:17:16 +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,6 +7,6 @@
|
||||
#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
include $(top_srcdir)/Makefile.rules.am
|
||||
include $(top_srcdir)/Makefile_config
|
||||
|
||||
SUBDIRS = Reader Writer
|
||||
|
||||
@@ -7,15 +7,15 @@
|
||||
#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
include $(top_srcdir)/Makefile.rules.am
|
||||
include $(top_srcdir)/Makefile_config
|
||||
|
||||
libexec_PROGRAMS = LLVMBCReader.o
|
||||
lib_LIBRARIES = libLLVMBCReader.a
|
||||
|
||||
LLVMBCReader_o_SOURCES = \
|
||||
libLLVMBCReader_a_SOURCES = \
|
||||
Analyzer.cpp \
|
||||
ArchiveReader.cpp \
|
||||
LibraryReader.cpp \
|
||||
Reader.cpp \
|
||||
ReaderWrappers.cpp
|
||||
|
||||
LIBS=
|
||||
PRELINK=libLLVMBCReader.a
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
include $(top_srcdir)/Makefile.rules.am
|
||||
include $(top_srcdir)/Makefile_config
|
||||
|
||||
libexec_PROGRAMS = LLVMBCWriter.o
|
||||
lib_LIBRARIES = libLLVMBCWriter.a
|
||||
|
||||
LLVMBCWriter_o_SOURCES = SlotCalculator.cpp Writer.cpp
|
||||
LIBS=
|
||||
libLLVMBCWriter_a_SOURCES = SlotCalculator.cpp Writer.cpp
|
||||
PRELINK=libLLVMBCWriter.a
|
||||
|
||||
Reference in New Issue
Block a user