| version 1.152, 1999/03/30 09:30:43 |
version 1.152.2.1, 1999/09/10 22:55:14 |
| Line 295 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| Line 295 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 308 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| Line 308 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 321 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| Line 321 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 334 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| Line 334 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 362 libinstall:: ${DESTDIR}${LINTLIBDIR}/lli |
|
| Line 362 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 |
| |
|