|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.179, 2001/04/27 17:04:39 | version 1.180, 2001/06/01 17:49:33 | ||
|---|---|---|---|
|
|
||
| .PHONY: checkver cleanlib libinstall | .PHONY: checkver cleanlib libinstall | ||
| realinstall: checkver libinstall | realinstall: checkver libinstall | ||
| clean cleandir distclean: cleanlib | clean cleandir: cleanlib | ||
| .if exists(${SHLIB_VERSION_FILE}) | .if exists(${SHLIB_VERSION_FILE}) | ||
| SHLIB_MAJOR != . ${SHLIB_VERSION_FILE} ; echo $$major | SHLIB_MAJOR != . ${SHLIB_VERSION_FILE} ; echo $$major |