Blame sofort/exrules/pe-mdso.mk

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