HomeSort by relevance Sort by last modified time
    Searched defs:SONAME (Results 1 - 5 of 5) sorted by null

  /external/sonic/
Makefile 8 SONAME=soname
11 SONAME=install_name
35 $(CC) $(CFLAGS) -shared -Wl,-$(SONAME),libsonic.so.0 sonic.o -o libsonic.so.$(LIB_TAG)
  /external/syslinux/com32/elflink/ldlinux/
Makefile 28 SONAME = $(patsubst %.elf,%.e$(BITS),$(@F))
30 SONAME = $(patsubst %.elf,%.c32,$(@F))
36 $(LD) $(LDFLAGS) -soname $(SONAME) -o $@ $^ $(LIBS)
  /external/v8/src/
version.cc 11 // Define SONAME to have the build system put a specific SONAME into the
12 // shared library instead the generic SONAME generated from the V8 version
14 #define SONAME ""
24 const char* Version::soname_ = SONAME;
47 // Calculate the SONAME for the V8 shared library.
50 // Generate generic SONAME if no specific SONAME is defined.
60 // Use specific SONAME.
  /external/regex-re2/
Makefile 34 SONAME=0
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/
libs.mk 275 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(SO_VERSION_MAJOR)

Completed in 161 milliseconds