Blame sofort/core/_version/_soname/version_soname_symlink.mk

9a06ee
# version_soname_symlink.mk: handling of shared library versioning schemes.
9a06ee
# this file is covered by COPYING.SOFORT.
9a06ee
9a06ee
$(SHARED_SONAME):	$(SHARED_LIB)
9a06ee
			rm -f $@.tmp
9a06ee
			ln -s $(DSO_VER) $@.tmp
9a06ee
			mv $@.tmp $@
9a06ee
9a06ee
install-soname:		install-lib
9a06ee
			rm -f $(SHARED_SONAME).tmp
9a06ee
			ln -s $(DSO_VER) $(SHARED_SONAME).tmp
9a06ee
			mv $(SHARED_SONAME).tmp $(DESTDIR)$(LIBDIR)/$(DSO_SONAME)