Searched defs:SONAME (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dversion.cc43 // Define SONAME to have the build system put a specific SONAME into the
44 // shared library instead the generic SONAME generated from the V8 version
46 #define SONAME "" macro
75 const char* Version::soname_ = SONAME;
98 // Calculate the SONAME for the V8 shared library.
101 // Generate generic SONAME if no specific SONAME is defined.
111 // Use specific SONAME.
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dlibs.mk297 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR) macro
/external/chromium_org/third_party/re2/
H A DMakefile34 SONAME=0 macro
43 MAKE_SHARED_LIBRARY=$(CXX) -shared -Wl,-soname,libre2.so.$(SONAME),--version-script=libre2.symbols $(LDFLAGS)
181 $(MAKE_SHARED_LIBRARY) -o $@.$(SONAME) $(SOFILES)
182 ln -sf libre2.so.$(SONAME) $@
252 $(INSTALL) obj/so/libre2.so $(DESTDIR)$(libdir)/libre2.so.$(SONAME).0.0
253 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so.$(SONAME)
254 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so
/external/libvpx/libvpx/
H A Dlibs.mk293 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR) macro
/external/regex-re2/
H A DMakefile34 SONAME=0 macro
43 MAKE_SHARED_LIBRARY=$(CXX) -shared -Wl,-soname,libre2.so.$(SONAME),--version-script=libre2.symbols $(LDFLAGS)
181 $(MAKE_SHARED_LIBRARY) -o $@.$(SONAME) $(SOFILES)
182 ln -sf libre2.so.$(SONAME) $@
252 $(INSTALL) obj/so/libre2.so $(DESTDIR)$(libdir)/libre2.so.$(SONAME).0.0
253 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so.$(SONAME)
254 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so

Completed in 3578 milliseconds