Lines Matching refs:VERSION
412 VERSION="${MAJOR}.${MINOR}"
414 VERSION="${MAJOR}.${MINOR}.${PATCH}"
417 echo "mklib: Making" $ARCH "shared library: " ${LIBNAME}.so.${VERSION}
420 rm -f ${LIBNAME}.so.${VERSION}
425 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME}.so.${VERSION} ${OBJECTS} ${DEPS}
427 ln -s ${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR}
430 FINAL_LIBS="${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so"
724 VERSION="${MAJOR}.${MINOR}"
734 rm -f ${LIBNAME}.${VERSION}
735 …${LINK} -o ${LIBNAME}.${VERSION} -shared -set_version ${VERSION} -soname ${LIBNAME}.${VERSION} -ex…
736 ln -sf ${LIBNAME}.${VERSION} ${LIBNAME}
737 FINAL_LIBS="${LIBNAME} ${LIBNAME}.${VERSION}"
855 VERSION="${MAJOR}.${MINOR}.${PATCH}"
856 echo "mklib: Making Intel ICC shared library: " ${LIBNAME}.so.${VERSION}
864 rm -f ${LIBNAME}.so.${VERSION}
868 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME}.so.${VERSION} ${OBJECTS} ${DEPS}
870 ln -s ${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR}
873 FINAL_LIBS="${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so"