Blame sofort/exrules/pe-mdso.mk

944e2b
# pe-mdso.mk: PE shared library rules for targets using mdso.
944e2b
# this file is covered by COPYING.SOFORT.
944e2b
944e2b
include $(PROJECT_DIR)/sofort/exrules/pe-common.mk
944e2b
944e2b
$(IMPLIB_VER):		$(IMPLIB_DEF)
944e2b
			$(MDSO) -m $(CC_BITS) -i $(IMPLIB_VER) -n $(DSO_VER) -l $(DSO_LIBPATH) $<
944e2b
944e2b
ifeq ($(AVOID_VERSION),yes)
944e2b
944e2b
else
944e2b
944e2b
$(IMPLIB_SONAME):	$(IMPLIB_DEF)
944e2b
			$(MDSO) -m $(CC_BITS) -i $(IMPLIB_SONAME) -n $(DSO_SONAME) $(IMPLIB_DEF)
944e2b
944e2b
endif
944e2b
944e2b
include $(PROJECT_DIR)/sofort/exrules/pe-version.mk