| version 1.301, 2009/12/12 21:33:50 |
version 1.302, 2009/12/30 12:34:13 |
| Line 141 SHLIB_FULLVERSION=${SHLIB_MAJOR} |
|
| Line 141 SHLIB_FULLVERSION=${SHLIB_MAJOR} |
|
| # Data-driven table using make variables to control how shared libraries |
# Data-driven table using make variables to control how shared libraries |
| # are built for different platforms and object formats. |
# are built for different platforms and object formats. |
| # OBJECT_FMT: currently either "ELF" or "a.out", from <bsd.own.mk> |
# OBJECT_FMT: currently either "ELF" or "a.out", from <bsd.own.mk> |
| |
# SHLIB_MAJOR, SHLIB_MINOR, SHLIB_TEENY: Major, minor, and teeny version |
| |
# numbers of shared library |
| # SHLIB_SOVERSION: version number to be compiled into a shared library |
# SHLIB_SOVERSION: version number to be compiled into a shared library |
| # via -soname. Usualy ${SHLIB_MAJOR} on ELF. |
# via -soname. Usualy ${SHLIB_MAJOR} on ELF. |
| # NetBSD/pmax used to use ${SHLIB_MAJOR}[.${SHLIB_MINOR} |
# NetBSD/pmax used to use ${SHLIB_MAJOR}[.${SHLIB_MINOR} |