OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SONAME
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
version.cc
41
// Define
SONAME
to have the SCons build the put a specific
SONAME
into the
42
// shared library instead the generic
SONAME
generated from the V8 version
44
#define
SONAME
""
54
const char* Version::soname_ =
SONAME
;
70
// Calculate the
SONAME
for the V8 shared library.
73
// Generate generic
SONAME
if no specific
SONAME
is defined.
83
// Use specific
SONAME
.
/external/libvpx/build/make/
Makefile
226
-Wl,--no-undefined -Wl,-
soname
,$$(
SONAME
) \
/external/libvpx/
libs.mk
187
$(BUILD_PFX)$(LIBVPX_SO):
SONAME
= libvpx.so.$(VERSION_MAJOR)
Completed in 187 milliseconds