Home
last modified time | relevance | path

Searched refs:SONAME (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/utils/
H A Dversion.cc12 // Define SONAME to have the build system put a specific SONAME into the
13 // shared library instead the generic SONAME generated from the V8 version
15 #define SONAME "" macro
26 const char* Version::soname_ = SONAME;
41 // Calculate the SONAME for the V8 shared library.
44 // Generate generic SONAME if no specific SONAME is defined. in GetSONAME()
54 // Use specific SONAME. in GetSONAME()
59 #undef SONAME macro
[all...]
/third_party/pulseaudio/sonic/
H A DMakefile8 SONAME=soname macro
11 SONAME=install_name macro
35 $(CC) $(CFLAGS) -shared -Wl,-$(SONAME),libsonic.so.0 sonic.o -o libsonic.so.$(LIB_TAG)
/third_party/curl/packages/OS400/
H A Dinitscript.sh59 # Extract the SONAME from the library makefile.
61 SONAME=`sed -e '/^VERSIONCHANGE=/!d;s/^.*=\([0-9]*\).*/\1/' \
63 export SONAME

Completed in 1 milliseconds