Blame sofort/exrules/pe-mdso.mk

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