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…
286 VERSION_EXT = macro297 VERSION_EXT = $(API_MAJOR).$(EXT) macro298 $(LIBNAME)_LDFLAGS += -dynamiclib -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(PKG…332 VERSION_EXT = $(EXT).$(API_MAJOR) macro334 $(LIBNAME)_LDFLAGS += -Wl,-soname,lib$(LIBNAME).$(VERSION_EXT)341 LIBRARY = $(BLDIR)/$(LIBNAME).$(VERSION_EXT)343 LIBRARY = $(BLDIR)/$(LIBNAME).$(VERSION_EXT)345 LIBRARY = $(BLDIR)/lib$(LIBNAME).$(VERSION_EXT)517 $(if $(VERSION_EXT),520 ln -s lib$(LIBNAME).$(VERSION_EXT) lib$(LIBNAME).$(EXT))