Lines Matching refs:MAJOR
135 MAJOR=1
167 MAJOR=$1
295 echo MAJOR is $MAJOR
385 OPTS="-Xlinker -Bsymbolic -shared -Wl,-soname,${LIBNAME}.so.${MAJOR}"
388 OPTS="-shared -Wl,-soname,${LIBNAME}.so.${MAJOR}"
412 VERSION="${MAJOR}.${MINOR}"
414 VERSION="${MAJOR}.${MINOR}.${PATCH}"
421 rm -f ${LIBNAME}.so.${MAJOR}
427 ln -s ${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR}
428 ln -s ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so
430 FINAL_LIBS="${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so"
530 rm -f ${LIBNAME}.${MAJOR} ${LIBNAME}
531 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME}.${MAJOR} -h ${LIBNAME}.${MAJOR} ${OBJECTS} ${DEPS}
532 ln -s ${LIBNAME}.${MAJOR} ${LIBNAME}
533 FINAL_LIBS="${LIBNAME}.${MAJOR} ${LIBNAME}"
574 SHLIB="lib${LIBNAME}.so.${MAJOR}"
645 MAJOR=2
647 RUNLIB="lib${LIBNAME}.${MAJOR}"
724 VERSION="${MAJOR}.${MINOR}"
768 ID="lib${LIBNAME}.${MAJOR}.${LIBSUFFIX}"
770 …iclib -multiply_defined suppress -current_version ${MAJOR}.${MINOR}.0 -compatibility_version ${MAJ…
781 LIBNAME="lib${LIBNAME}.${MAJOR}.${LIBSUFFIX}"
855 VERSION="${MAJOR}.${MINOR}.${PATCH}"
865 rm -f ${LIBNAME}.so.${MAJOR}
870 ln -s ${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR}
871 ln -s ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so
873 FINAL_LIBS="${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so"
948 …OPTS="-shared -Wl,--enable-auto-image-base -Wl,-export-all -Wl,--out-implib=${LIBNAME}-${MAJOR}.dl…
952 echo "mklib: Making CYGWIN shared library: " ${CYGNAME}-${MAJOR}.dll
955 rm -f ${CYGNAME}-${MAJOR}.dll
956 rm -f ${LIBNAME}-${MAJOR}.dll.a
961 ${LINK} ${OPTS} ${LDFLAGS} -o ${CYGNAME}-${MAJOR}.dll ${OBJECTS} ${DEPS} || exit $?
963 ln -s ${LIBNAME}-${MAJOR}.dll.a ${LIBNAME}.dll.a
965 FINAL_LIBS="${LIBNAME}-${MAJOR}.dll.a ${LIBNAME}.dll.a"
967 FINAL_BINS="${CYGNAME}-${MAJOR}.dll"