SHARED_LIBRARY_EXTENSION

This variable defines the filename extension for UNIX shared libraries. The default value is .so. On HP-UX systems, set the value to .sl, as in:

SHARED_LIBRARY_EXTENSION = .sl

This variable has meaning only on systems that support UNIX shared libraries.