| version 1.242, 2003/12/07 12:56:45 |
version 1.243, 2003/12/23 10:30:02 |
|
|
| |
|
| realall: ${SRCS} ${ALLOBJS:O} ${_LIBS} |
realall: ${SRCS} ${ALLOBJS:O} ${_LIBS} |
| |
|
| |
.if !target(__archivebuild) |
| __archivebuild: .USE |
__archivebuild: .USE |
| ${_MKTARGET_BUILD} |
${_MKTARGET_BUILD} |
| rm -f ${.TARGET} |
rm -f ${.TARGET} |
| ${AR} cq ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}` |
${AR} cq ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}` |
| ${RANLIB} ${.TARGET} |
${RANLIB} ${.TARGET} |
| |
.endif |
| |
|
| |
.if !target(__archiveinstall) |
| __archiveinstall: .USE |
__archiveinstall: .USE |
| ${_MKTARGET_INSTALL} |
${_MKTARGET_INSTALL} |
| ${INSTALL_FILE} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ |
${INSTALL_FILE} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ |
| ${UPDATE:D:U-a "${RANLIB} -t"} ${SYSPKGTAG} ${.ALLSRC} ${.TARGET} |
${UPDATE:D:U-a "${RANLIB} -t"} ${SYSPKGTAG} ${.ALLSRC} ${.TARGET} |
| |
.endif |
| |
|
| __archivesymlinkpic: .USE |
__archivesymlinkpic: .USE |
| ${_MKTARGET_INSTALL} |
${_MKTARGET_INSTALL} |