Searched refs:VERSION_EXT (Results 1 – 2 of 2) sorted by relevance
4 VERSION_EXT = $(API_MAJOR).$(EXT)5 …$(LIBNAME)_LDFLAGS += -dynamiclib -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(PK…
258 VERSION_EXT = macro263 VERSION_EXT = $(API_MAJOR).$(EXT) macro264 $(LIBNAME)_LDFLAGS += -dynamiclib -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(PKG…296 VERSION_EXT = $(EXT).$(API_MAJOR) macro298 $(LIBNAME)_LDFLAGS += -Wl,-soname,lib$(LIBNAME).$(VERSION_EXT)457 $(if $(VERSION_EXT),459 mv lib$(LIBNAME).$(EXT) lib$(LIBNAME).$(VERSION_EXT) && \460 ln -s lib$(LIBNAME).$(VERSION_EXT) lib$(LIBNAME).$(EXT))