[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.86 and 1.103

version 1.86, 1997/03/15 11:35:04 version 1.103, 1997/05/09 13:25:53
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
 #       @(#)bsd.lib.mk  5.26 (Berkeley) 5/2/91  #       @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
   
 .if exists(${.CURDIR}/../Makefile.inc)  .if exists(${.CURDIR}/../Makefile.inc)
 .include "${.CURDIR}/../Makefile.inc"  .include "${.CURDIR}/../Makefile.inc"
 .endif  .endif
   
 .include <bsd.own.mk>                           # for 'NOPIC' definition  .include <bsd.own.mk>
   
   .MAIN:          all
   .PHONY:         cleanlib libinstall
   realinstall:    libinstall
   clean cleandir: 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
 .endif  .endif
   
 .MAIN: all  # add additional suffixes not exported.
   # .po is used for profiling object files.
 # prefer .S to a .c, add .po, remove stuff not used in the BSD libraries.  # .so is used for PIC object files.
 # .so used for PIC object files.  .ln used for lint output files.  .SUFFIXES: .out .a .ln .so .po .o .c .cc .C .F .f .r .y .l .s .S .cl .p .h .sh .m4
 .SUFFIXES:  
 .SUFFIXES: .out .o .po .so .S .s .c .cc .C .f .y .l .ln .m4  
   
   
 # Set PICFLAGS to cc flags for producing position-independent code,  # Set PICFLAGS to cc flags for producing position-independent code,
Line 66  AS+= -KPIC
Line 69  AS+= -KPIC
 .else  .else
   
 SHLIB_TYPE=a.out  SHLIB_TYPE=a.out
   SHLIB_LDSTARTFILE=
   SHLIB_LDENDFILE=
 SHLIB_SOVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR}  SHLIB_SOVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR}
 CPICFLAGS?= -fpic -DPIC  CPICFLAGS?= -fpic -DPIC
 APICFLAGS?= -fpic -DPIC  APICFLAGS?= -fpic -DPIC
Line 150  _LIBS+=lib${LIB}.so.${SHLIB_MAJOR}.${SHL
Line 155  _LIBS+=lib${LIB}.so.${SHLIB_MAJOR}.${SHL
 _LIBS+=llib-l${LIB}.ln  _LIBS+=llib-l${LIB}.ln
 .endif  .endif
   
 all: ${_LIBS} _SUBDIRUSE  all: ${SRCS} ${_LIBS}
   
 OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}  __archivebuild: .USE
           @rm -f ${.TARGET}
           @${AR} cq ${.TARGET} `NM=${NM} lorder ${.ALLSRC} | tsort -q`
           ${RANLIB} ${.TARGET}
   
   __archiveinstall: .USE
           ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m 600 ${.ALLSRC} \
                   ${.TARGET}
           ${RANLIB} -t ${.TARGET}
           chmod ${LIBMODE} ${.TARGET}
   
 lib${LIB}.a:: ${OBJS}  DPSRCS+=        ${SRCS:M*.[ly]:.l=.c:.y=.c}
   CLEANFILES+=    ${DPSRCS}
   
   OBJS+=          ${SRCS:N*.h:N*.sh:R:S/$/.o/g}
   lib${LIB}.a:: ${OBJS} __archivebuild
         @echo building standard ${LIB} library          @echo building standard ${LIB} library
         @rm -f lib${LIB}.a  
         @${AR} cq lib${LIB}.a `lorder ${OBJS} | tsort -q`  
         ${RANLIB} lib${LIB}.a  
   
 POBJS+= ${OBJS:.o=.po}  POBJS+=         ${OBJS:.o=.po}
 lib${LIB}_p.a:: ${POBJS}  lib${LIB}_p.a:: ${POBJS} __archivebuild
         @echo building profiled ${LIB} library          @echo building profiled ${LIB} library
         @rm -f lib${LIB}_p.a  
         @${AR} cq lib${LIB}_p.a `lorder ${POBJS} | tsort -q`  
         ${RANLIB} lib${LIB}_p.a  
   
 SOBJS+= ${OBJS:.o=.so}  SOBJS+=         ${OBJS:.o=.so}
 lib${LIB}_pic.a:: ${SOBJS}  lib${LIB}_pic.a:: ${SOBJS} __archivebuild
         @echo building shared object ${LIB} library          @echo building shared object ${LIB} library
         @rm -f lib${LIB}_pic.a  
         @${AR} cq lib${LIB}_pic.a `lorder ${SOBJS} | tsort -q`  
         ${RANLIB} lib${LIB}_pic.a  
   
 lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: lib${LIB}_pic.a ${DPADD}  lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: lib${LIB}_pic.a ${DPADD} \
       ${SHLIB_LDSTARTFILE} ${SHLIB_LDENDFILE}
         @echo building shared ${LIB} library \(version ${SHLIB_MAJOR}.${SHLIB_MINOR}\)          @echo building shared ${LIB} library \(version ${SHLIB_MAJOR}.${SHLIB_MINOR}\)
         @rm -f lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}          @rm -f lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
 .if (${SHLIB_TYPE} == "a.out")  .if (${SHLIB_TYPE} == "a.out")
         $(LD) -x -Bshareable -Bforcearchive \          $(LD) -x -Bshareable -Bforcearchive \
             -o lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} lib${LIB}_pic.a ${LDADD}              -o ${.TARGET} lib${LIB}_pic.a ${LDADD}
 .elif (${SHLIB_TYPE} == "ELF")  .elif (${SHLIB_TYPE} == "ELF")
         $(LD) -x -shared -o lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \          $(LD) -x -shared -o ${.TARGET} \
             -soname lib${LIB}.so.${SHLIB_SOVERSION}  ${SHLIB_LDSTARTFILE} \              -soname lib${LIB}.so.${SHLIB_SOVERSION}  ${SHLIB_LDSTARTFILE} \
             --whole-archive lib${LIB}_pic.a --no-whole-archive ${LDADD} \              --whole-archive lib${LIB}_pic.a --no-whole-archive ${LDADD} \
             ${SHLIB_LDENDFILE}              ${SHLIB_LDENDFILE}
 .endif  .endif
   
 LOBJS+= ${LSRCS:.c=.ln} ${SRCS:M*.c:.c=.ln}  LOBJS+=         ${LSRCS:.c=.ln} ${SRCS:M*.c:.c=.ln}
 LLIBS?= -lc  LLIBS?=         -lc
 llib-l${LIB}.ln: ${LOBJS}  llib-l${LIB}.ln: ${LOBJS}
         @echo building llib-l${LIB}.ln          @echo building llib-l${LIB}.ln
         @rm -f llib-l${LIB}.ln          @rm -f llib-l${LIB}.ln
         @${LINT} -C${LIB} ${LOBJS} ${LLIBS}          @${LINT} -C${LIB} ${LOBJS} ${LLIBS}
   
 .if !target(clean)  
 cleanlib:  cleanlib:
         rm -f a.out [Ee]rrs mklog core *.core ${CLEANFILES}          rm -f a.out [Ee]rrs mklog core *.core ${CLEANFILES}
         rm -f lib${LIB}.a ${OBJS}          rm -f lib${LIB}.a ${OBJS}
Line 202  cleanlib:
Line 211  cleanlib:
         rm -f lib${LIB}_pic.a lib${LIB}.so.*.* ${SOBJS}          rm -f lib${LIB}_pic.a lib${LIB}.so.*.* ${SOBJS}
         rm -f llib-l${LIB}.ln ${LOBJS}          rm -f llib-l${LIB}.ln ${LOBJS}
   
 clean: _SUBDIRUSE cleanlib  
 cleandir: _SUBDIRUSE cleanlib  
 .else  
 cleandir: _SUBDIRUSE clean  
 .endif  
   
 .if defined(SRCS)  .if defined(SRCS)
 afterdepend: .depend  afterdepend: .depend
         @(TMP=/tmp/_depend$$$$; \          @(TMP=/tmp/_depend$$$$; \
Line 216  afterdepend: .depend
Line 219  afterdepend: .depend
             mv $$TMP .depend)              mv $$TMP .depend)
 .endif  .endif
   
 .if !target(install)  .if !target(libinstall)
 .if !target(beforeinstall)  libinstall:: ${DESTDIR}${LIBDIR}/lib${LIB}.a
 beforeinstall:  .if !defined(UPDATE)
   .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}.a
   .endif
   .if !defined(BUILD)
   ${DESTDIR}${LIBDIR}/lib${LIB}.a: .MADE
 .endif  .endif
   
 realinstall:  .PRECIOUS: ${DESTDIR}${LIBDIR}/lib${LIB}.a
 #       ranlib lib${LIB}.a  ${DESTDIR}${LIBDIR}/lib${LIB}.a: lib${LIB}.a __archiveinstall
         ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m 600 lib${LIB}.a \  
             ${DESTDIR}${LIBDIR}  
         ${RANLIB} -t ${DESTDIR}${LIBDIR}/lib${LIB}.a  
         chmod ${LIBMODE} ${DESTDIR}${LIBDIR}/lib${LIB}.a  
 .if !defined(NOPROFILE)  .if !defined(NOPROFILE)
 #       ranlib lib${LIB}_p.a  libinstall:: ${DESTDIR}${LIBDIR}/lib${LIB}_p.a
         ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m 600 \  .if !defined(UPDATE)
             lib${LIB}_p.a ${DESTDIR}${LIBDIR}  .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}_p.a
         ${RANLIB} -t ${DESTDIR}${LIBDIR}/lib${LIB}_p.a  .endif
         chmod ${LIBMODE} ${DESTDIR}${LIBDIR}/lib${LIB}_p.a  .if !defined(BUILD)
   ${DESTDIR}${LIBDIR}/lib${LIB}_p.a: .MADE
   .endif
   
   .PRECIOUS: ${DESTDIR}${LIBDIR}/lib${LIB}_p.a
   ${DESTDIR}${LIBDIR}/lib${LIB}_p.a: lib${LIB}_p.a __archiveinstall
 .endif  .endif
   
 .if !defined(NOPIC)  .if !defined(NOPIC)
 #       ranlib lib${LIB}_pic.a  libinstall:: ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a
         ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m 600 \  .if !defined(UPDATE)
             lib${LIB}_pic.a ${DESTDIR}${LIBDIR}  .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a
         ${RANLIB} -t ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a  .endif
         chmod ${LIBMODE} ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a  .if !defined(BUILD)
   ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a: .MADE
   .endif
   
   .PRECIOUS: ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a
   ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a: lib${LIB}_pic.a __archiveinstall
 .endif  .endif
   
 .if !defined(NOPIC) && defined(SHLIB_MAJOR) && defined(SHLIB_MINOR)  .if !defined(NOPIC) && defined(SHLIB_MAJOR) && defined(SHLIB_MINOR)
         ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \  libinstall:: ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
             lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${DESTDIR}${LIBDIR}  .if !defined(UPDATE)
   .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
   .endif
   .if !defined(BUILD)
   ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: .MADE
   .endif
   
   .PRECIOUS: ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
   ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
           ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${.ALLSRC} \
                   ${.TARGET}
 .if (${SHLIB_TYPE} == "ELF")  .if (${SHLIB_TYPE} == "ELF")
         rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}          rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}
         ln -s lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \          ln -s lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
Line 253  realinstall:
Line 279  realinstall:
             ${DESTDIR}${LIBDIR}/lib${LIB}.so              ${DESTDIR}${LIBDIR}/lib${LIB}.so
 .endif  .endif
 .endif  .endif
   
 .if !defined(NOLINT)  .if !defined(NOLINT)
   libinstall:: ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln
   .if !defined(UPDATE)
   .PHONY: ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln
   .endif
   .if !defined(BUILD)
   ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: .MADE
   .endif
   
   .PRECIOUS: ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln
   ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: llib-l${LIB}.ln
         ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \          ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
             llib-l${LIB}.ln ${DESTDIR}${LINTLIBDIR}              llib-l${LIB}.ln ${DESTDIR}${LINTLIBDIR}
 .endif  .endif
 .if defined(LINKS) && !empty(LINKS)  
         @set ${LINKS}; \  
         while test $$# -ge 2; do \  
                 l=${DESTDIR}$$1; \  
                 shift; \  
                 t=${DESTDIR}$$1; \  
                 shift; \  
                 echo $$t -\> $$l; \  
                 rm -f $$t; \  
                 ln $$l $$t; \  
         done; true  
 .endif  
 .if defined(SYMLINKS) && !empty(SYMLINKS)  
         @set ${SYMLINKS}; \  
         while test $$# -ge 2; do \  
                 l=${DESTDIR}$$1; \  
                 shift; \  
                 t=${DESTDIR}$$1; \  
                 shift; \  
                 echo $$t -\> $$l; \  
                 rm -f $$t; \  
                 ln -s $$l $$t; \  
         done; true  
 .endif  
   
 install: maninstall _SUBDIRUSE  
 maninstall: afterinstall  
 afterinstall: realinstall  
 realinstall: beforeinstall  
 .endif  .endif
   
 .if !defined(NOMAN)  .if !defined(NOMAN)
Line 297  realinstall: beforeinstall
Line 305  realinstall: beforeinstall
 .endif  .endif
   
 .include <bsd.obj.mk>  .include <bsd.obj.mk>
   .include <bsd.links.mk>
   .include <bsd.files.mk>
   .include <bsd.inc.mk>
 .include <bsd.dep.mk>  .include <bsd.dep.mk>
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>
 .include <bsd.sys.mk>  .include <bsd.sys.mk>

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.103

CVSweb <webmaster@jp.NetBSD.org>