|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.182, 2001/06/08 11:41:59 | version 1.183, 2001/08/14 07:02:13 | ||
|---|---|---|---|
|
|
||
| .PHONY: checkver cleanlib libinstall | .PHONY: checkver cleanlib libinstall | ||
| realinstall: checkver libinstall | realinstall: checkver libinstall | ||
| clean cleandir: cleanlib | clean: 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 |