| version 1.142, 1998/11/05 00:52:02 |
version 1.143, 1998/11/07 09:40:35 |
|
|
| .MAIN: all |
.MAIN: all |
| .endif |
.endif |
| |
|
| .PHONY: cleanlib libinstall |
.PHONY: checkver cleanlib libinstall |
| realinstall: libinstall |
realinstall: checkver libinstall |
| clean cleandir distclean: cleanlib |
clean cleandir distclean: cleanlib |
| |
|
| .if exists(${.CURDIR}/shlib_version) |
.if exists(${.CURDIR}/shlib_version) |
| SHLIB_MAJOR != . ${.CURDIR}/shlib_version ; echo $$major |
SHLIB_MAJOR != . ${.CURDIR}/shlib_version ; echo $$major |
| SHLIB_MINOR != . ${.CURDIR}/shlib_version ; echo $$minor |
SHLIB_MINOR != . ${.CURDIR}/shlib_version ; echo $$minor |
| |
|
| |
# Check for higher installed library versions. |
| |
.if !defined(NOCHECKVER) && !defined(NOCHECKVER_${LIB}) |
| |
checkver: |
| |
@(cd ${.CURDIR} && ${BSDSRCDIR}/lib/checkver ${DESTDIR}${LIBDIR} ${LIB}) |
| |
.else |
| |
checkver: |
| |
.endif |
| |
.else |
| |
checkver: |
| .endif |
.endif |
| |
|
| # add additional suffixes not exported. |
# add additional suffixes not exported. |