Blame sofort/exrules/pe-mdso.mk

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