| version 1.156, 1999/08/21 06:17:46 |
version 1.157, 1999/09/04 21:48:33 |
| Line 332 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| Line 332 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| .if !defined(UPDATE) |
.if !defined(UPDATE) |
| .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}.a |
.PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}.a |
| .endif |
.endif |
| .if !defined(BUILD) |
.if !defined(BUILD) && !make(all) && !make(lib${LIB}.a) |
| ${DESTDIR}${LIBDIR}/lib${LIB}.a: .MADE |
${DESTDIR}${LIBDIR}/lib${LIB}.a: .MADE |
| .endif |
.endif |
| |
|
| Line 345 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| Line 345 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| .if !defined(UPDATE) |
.if !defined(UPDATE) |
| .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}_p.a |
.PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}_p.a |
| .endif |
.endif |
| .if !defined(BUILD) |
.if !defined(BUILD) && !make(all) && !make(lib${LIB}_p.a) |
| ${DESTDIR}${LIBDIR}/lib${LIB}_p.a: .MADE |
${DESTDIR}${LIBDIR}/lib${LIB}_p.a: .MADE |
| .endif |
.endif |
| |
|
| Line 358 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| Line 358 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| .if !defined(UPDATE) |
.if !defined(UPDATE) |
| .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a |
.PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a |
| .endif |
.endif |
| .if !defined(BUILD) |
.if !defined(BUILD) && !make(all) && !make(lib${LIB}_pic.a) |
| ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a: .MADE |
${DESTDIR}${LIBDIR}/lib${LIB}_pic.a: .MADE |
| .endif |
.endif |
| |
|
| Line 371 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| Line 371 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| .if !defined(UPDATE) |
.if !defined(UPDATE) |
| .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} |
.PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} |
| .endif |
.endif |
| .if !defined(BUILD) |
.if !defined(BUILD) && !make(all) && !make(lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}) |
| ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: .MADE |
${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: .MADE |
| .endif |
.endif |
| |
|
| Line 399 libinstall:: ${DESTDIR}${LINTLIBDIR}/lli |
|
| Line 399 libinstall:: ${DESTDIR}${LINTLIBDIR}/lli |
|
| .if !defined(UPDATE) |
.if !defined(UPDATE) |
| .PHONY: ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln |
.PHONY: ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln |
| .endif |
.endif |
| .if !defined(BUILD) |
.if !defined(BUILD) && !make(all) && !make(llib-l${LIB}.ln) |
| ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: .MADE |
${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: .MADE |
| .endif |
.endif |
| |
|