[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.lib.mk between version 1.328 and 1.331

version 1.328, 2013/02/08 04:06:25 version 1.331, 2013/02/13 08:00:47
Line 11  LIBISMODULE?= no
Line 11  LIBISMODULE?= no
 LIBISPRIVATE?=  no  LIBISPRIVATE?=  no
 LIBISCXX?=      no  LIBISCXX?=      no
   
 _LIB_PREFIX=    lib  
   
 .if ${LIBISMODULE} != "no"  .if ${LIBISMODULE} != "no"
 _LIB_PREFIX=    # empty  _LIB_PREFIX?=   # empty
 MKDEBUGLIB:=    no  MKDEBUGLIB:=    no
 MKLINT:=        no  MKLINT:=        no
 MKPICINSTALL:=  no  MKPICINSTALL:=  no
 MKPROFILE:=     no  MKPROFILE:=     no
 MKSTATICLIB:=   no  MKSTATICLIB:=   no
   .else
   _LIB_PREFIX?=   lib
 .endif  .endif
   
 .if ${LIBISPRIVATE} != "no"  .if ${LIBISPRIVATE} != "no"
Line 723  libinstall:: ${_DEST.LIB}/${_LIB_g.a}
Line 723  libinstall:: ${_DEST.LIB}/${_LIB_g.a}
 .PRECIOUS: ${_DEST.LIB}/${_LIB_g.a}  .PRECIOUS: ${_DEST.LIB}/${_LIB_g.a}
   
 .if ${MKUPDATE} == "no"  .if ${MKUPDATE} == "no"
 .if !defined(BUILD) && !make(all) && !make(${_LIB_g.a)  .if !defined(BUILD) && !make(all) && !make(${_LIB_g.a})
 ${_DEST.LIB}/${_LIB_g.a}! .MADE  ${_DEST.LIB}/${_LIB_g.a}! .MADE
 .endif  .endif
 ${_DEST.LIB}/${_LIB_g.a}! ${_LIB_g.a} __archiveinstall  ${_DEST.LIB}/${_LIB_g.a}! ${_LIB_g.a} __archiveinstall
Line 744  libinstall:: ${_DEST.LIB}/${_LIB_pic.a}
Line 744  libinstall:: ${_DEST.LIB}/${_LIB_pic.a}
 ${_DEST.LIB}/${_LIB_pic.a}! .MADE  ${_DEST.LIB}/${_LIB_pic.a}! .MADE
 .endif  .endif
 .if ${MKPICLIB} == "no"  .if ${MKPICLIB} == "no"
 ${_DEST.LIB}/${_LIB_pic.a}! ${_LIB_pic.a} __archivesymlinkpic  ${_DEST.LIB}/${_LIB_pic.a}! ${_LIB.a} __archivesymlinkpic
 .else  .else
 ${_DEST.LIB}/${_LIB_pic.a}! ${_LIB_pic.a} __archiveinstall  ${_DEST.LIB}/${_LIB_pic.a}! ${_LIB_pic.a} __archiveinstall
 .endif  .endif
Line 753  ${_DEST.LIB}/${_LIB_pic.a}! ${_LIB_pic.a
Line 753  ${_DEST.LIB}/${_LIB_pic.a}! ${_LIB_pic.a
 ${_DEST.LIB}/${_LIB_pic.a}: .MADE  ${_DEST.LIB}/${_LIB_pic.a}: .MADE
 .endif  .endif
 .if ${MKPICLIB} == "no"  .if ${MKPICLIB} == "no"
 ${_DEST.LIB}/${_LIB_pic.a}: ${_LIB_pic.a} __archivesymlinkpic  ${_DEST.LIB}/${_LIB_pic.a}: ${_LIB.a} __archivesymlinkpic
 .else  .else
 ${_DEST.LIB}/${_LIB_pic.a}: ${_LIB_pic.a} __archiveinstall  ${_DEST.LIB}/${_LIB_pic.a}: ${_LIB_pic.a} __archiveinstall
 .endif  .endif

Legend:
Removed from v.1.328  
changed lines
  Added in v.1.331

CVSweb <webmaster@jp.NetBSD.org>