Blame sofort/exrules/pe-mdso.mk

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