Use the new BYTECODE_DESTINATION to override the default bytecode install

destination for this library so that it goes to $(cferuntime_libdir) rather
than just $(libdir). Normal bytecode libraries should be installed in the
$(libdir), but these ones are "special" because they're part of the the
C/C++ front end.

llvm-svn: 18882
This commit is contained in:
Reid Spencer 2004-12-13 07:40:50 +00:00
parent 5ae8c5e5d6
commit c6de5b56a3
16 changed files with 17 additions and 1 deletions

View File

@ -10,7 +10,7 @@
LEVEL = ../../..
BYTECODE_LIBRARY = 1
LIBRARYNAME = gcsemispace
BYTECODE_DESTINATION = $(cferuntime_libdir)
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/../gc_exported_symbols.lst
include $(LEVEL)/Makefile.common

View File

@ -19,6 +19,7 @@ LEVEL = ../../..
DONT_BUILD_RELINKED = 1
BYTECODE_LIBRARY = 1
LIBRARYNAME = crtend
BYTECODE_DESTINATION = $(cferuntime_libdir)
# Note: We're using FAKE_SOURCES because the comp_*.c don't really exists.
# However this makefile builds comp_*.bc and that's what we want in the library.

View File

@ -11,6 +11,7 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = c
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,5 +11,6 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = curses
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,5 +11,6 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = gcc
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,6 +11,7 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = gdbm
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,6 +11,7 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = m
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,5 +11,6 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = malloc
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,5 +11,6 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = pthread
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,5 +11,6 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = termcap
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,5 +11,6 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = ucb
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,5 +11,6 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = utempter
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,5 +11,6 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = util
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -11,5 +11,7 @@ LEVEL = ../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = dummy
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -13,5 +13,6 @@ SHARED_LIBRARY = 1
LIBRARYNAME = profile_rt
EXTRA_DIST = exported_symbols.lst
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common

View File

@ -10,6 +10,7 @@
LEVEL = ../..
BYTECODE_LIBRARY = 1
LIBRARYNAME = trace
BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common