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

/external/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)
/external/syslinux/com32/elflink/ldlinux/
H A DMakefile28 SONAME = $(patsubst %.elf,%.e$(BITS),$(@F)) macro
30 SONAME = $(patsubst %.elf,%.c32,$(@F)) macro
36 $(LD) $(LDFLAGS) -soname $(SONAME) -o $@ $^ $(LIBS)
/external/v8/src/
H A Dversion.cc11 // 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 "" macro
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/
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.mk275 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(SO_VERSION_MAJOR) macro

Completed in 460 milliseconds