Home
last modified time | relevance | path

Searched refs:SHLIB_MAJOR (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd/contrib/bmake/mk/
H A Dlib.mk16 .if !defined(SHLIB_MAJOR) && exists(${SHLIB_VERSION_FILE})
17 SHLIB_MAJOR != . ${SHLIB_VERSION_FILE} ; echo $$major
119 SHLIB_SOVERSION= ${SHLIB_MAJOR}
133 SHLIB_SOVERSION= ${SHLIB_MAJOR}
157 LD_shared=-h lib${LIB}.so.${SHLIB_MAJOR} -G
178 LD_shared=-shared -Wl,-soname,lib${LIB}.so.${SHLIB_MAJOR}
188 SHLIB_INSTALL_VERSION ?= ${SHLIB_MAJOR}
220 .if !empty(SHLIB_MAJOR)
225 .if "${SHLIB_FULLVERSION}" != "${SHLIB_MAJOR}"
226 SHLIB_LINKS += lib${LIB}.${LD_solink}.${SHLIB_MAJOR}
[all …]
/freebsd/lib/nss_tacplus/
H A DMakefile3 SHLIB_MAJOR= 1 macro
4 SHLIB_NAME= ${LIB}.so.${SHLIB_MAJOR}
/freebsd/lib/libthr/tests/dlopen/dso/
H A DMakefile6 SHLIB_MAJOR= 1 macro
7 SHLIB_NAME= h_pthread_dlopen.so.${SHLIB_MAJOR}
/freebsd/lib/
H A DMakefile.inc2 SHLIB_MAJOR?= 5
/freebsd/kerberos5/lib/
H A DMakefile.inc2 SHLIB_MAJOR?= 11
/freebsd/cddl/lib/
H A DMakefile.inc3 SHLIB_MAJOR?= 2
/freebsd/lib/libpam/
H A DMakefile.inc28 SHLIB_MAJOR= 6
/freebsd/usr.sbin/bsnmpd/modules/
H A DMakefile.inc2 SHLIB_MAJOR= 6
/freebsd/tools/bus_space/C/
H A DMakefile3 SHLIB_MAJOR= 0 macro
/freebsd/lib/libbsdstat/
H A DMakefile4 SHLIB_MAJOR= 1 macro
/freebsd/tools/tools/shlib-compat/test/
H A DMakefile.inc3 SHLIB_MAJOR= 0
/freebsd/lib/libstdbuf/
H A DMakefile7 SHLIB_MAJOR= 1 macro
/freebsd/lib/libpjdlog/
H A DMakefile11 SHLIB_MAJOR= 0 macro
/freebsd/lib/libpam/modules/
H A DMakefile.inc9 SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR}
/freebsd/lib/libstats/
H A DMakefile4 SHLIB_MAJOR= 0 macro
/freebsd/lib/librss/
H A DMakefile9 SHLIB_MAJOR= 1 macro
/freebsd/libexec/rtld-elf/tests/libval/
H A DMakefile3 SHLIB_MAJOR= 0 macro
/freebsd/lib/libtacplus/
H A DMakefile31 SHLIB_MAJOR= 5 macro
/freebsd/lib/libiconv_modules/
H A DMakefile.inc4 SHLIB_MAJOR= 5
/freebsd/lib/libvmmapi/
H A DMakefile3 SHLIB_MAJOR= 6 macro
/freebsd/tests/sys/vm/soxstack/
H A DMakefile4 SHLIB_MAJOR= 1 macro
/freebsd/libexec/rtld-elf/tests/libpythagoras/
H A DMakefile5 SHLIB_MAJOR= 0 macro
/freebsd/lib/libpathconv/
H A DMakefile6 SHLIB_MAJOR= 1 macro
/freebsd/lib/librtld_db/
H A DMakefile5 SHLIB_MAJOR= 2 macro
/freebsd/lib/googletest/gtest_main/
H A DMakefile7 SHLIB_MAJOR= 0 macro

1234567