Blame sofort/exrules/pe-mdso.mk

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