| version 1.114.2.1, 1997/10/12 22:11:24 |
version 1.115, 1997/05/31 21:21:57 |
|
|
| # $NetBSD$ |
# $NetBSD$ |
| # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 |
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 |
| |
|
| .if !target(__initialized__) |
|
| __initialized__: |
|
| .if exists(${.CURDIR}/../Makefile.inc) |
.if exists(${.CURDIR}/../Makefile.inc) |
| .include "${.CURDIR}/../Makefile.inc" |
.include "${.CURDIR}/../Makefile.inc" |
| .endif |
.endif |
| |
|
| .include <bsd.own.mk> |
.include <bsd.own.mk> |
| .include <bsd.obj.mk> |
|
| .MAIN: all |
|
| .endif |
|
| |
|
| |
.MAIN: all |
| .PHONY: cleanlib libinstall |
.PHONY: cleanlib libinstall |
| realinstall: libinstall |
realinstall: libinstall |
| clean cleandir: cleanlib |
clean cleandir: cleanlib |
| Line 46 SHLIB_MINOR != . ${.CURDIR}/shlib_versio |
|
| Line 43 SHLIB_MINOR != . ${.CURDIR}/shlib_versio |
|
| .if (${MACHINE_ARCH} == "alpha") |
.if (${MACHINE_ARCH} == "alpha") |
| |
|
| SHLIB_TYPE=ELF |
SHLIB_TYPE=ELF |
| SHLIB_LDSTARTFILE= ${BUILDDIR}/usr/lib/crtbeginS.o |
SHLIB_LDSTARTFILE= ${DESTDIR}/usr/lib/crtbeginS.o |
| SHLIB_LDENDFILE= ${BUILDDIR}/usr/lib/crtendS.o |
SHLIB_LDENDFILE= ${DESTDIR}/usr/lib/crtendS.o |
| SHLIB_SOVERSION=${SHLIB_MAJOR} |
SHLIB_SOVERSION=${SHLIB_MAJOR} |
| CPICFLAGS ?= -fpic -DPIC |
CPICFLAGS ?= -fpic -DPIC |
| CPPPICFLAGS?= -DPIC |
CPPPICFLAGS?= -DPIC |
|
|
| SHLIB_LDSTARTFILE= |
SHLIB_LDSTARTFILE= |
| SHLIB_LDENDFILE= |
SHLIB_LDENDFILE= |
| SHLIB_SOVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR} |
SHLIB_SOVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR} |
| CPICFLAGS?= -fpic -DPIC |
CPICFLAGS?= -fpic |
| CPPPICFLAGS?= -DPIC |
CPPPICFLAGS?= -DPIC |
| CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS} |
CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS} |
| APICFLAGS?= -k |
APICFLAGS?= -k |
| Line 184 CLEANFILES+= ${DPSRCS} |
|
| Line 181 CLEANFILES+= ${DPSRCS} |
|
| OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} |
OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} |
| lib${LIB}.a:: ${OBJS} __archivebuild |
lib${LIB}.a:: ${OBJS} __archivebuild |
| @echo building standard ${LIB} library |
@echo building standard ${LIB} library |
| .if defined(OBJDIR) && !defined(NOINSTALL) |
|
| @echo install -d ${BUILDDIR}${LIBDIR} |
|
| @install -d ${BUILDDIR}${LIBDIR} |
|
| @echo ${BUILDDIR}${LIBDIR}/${.TARGET} '->' `pwd`/${.TARGET}; |
|
| @rm -f ${BUILDDIR}${LIBDIR}/${.TARGET}; |
|
| @ln -s `pwd`/${.TARGET} ${BUILDDIR}${LIBDIR}/${.TARGET}; |
|
| .endif |
|
| |
|
| POBJS+= ${OBJS:.o=.po} |
POBJS+= ${OBJS:.o=.po} |
| lib${LIB}_p.a:: ${POBJS} __archivebuild |
lib${LIB}_p.a:: ${POBJS} __archivebuild |
| @echo building profiled ${LIB} library |
@echo building profiled ${LIB} library |
| .if defined(OBJDIR) && !defined(NOINSTALL) |
|
| @echo install -d ${BUILDDIR}${LIBDIR} |
|
| @install -d ${BUILDDIR}${LIBDIR} |
|
| @echo ${BUILDDIR}${LIBDIR}/${.TARGET} '->' `pwd`/${.TARGET}; |
|
| @rm -f ${BUILDDIR}${LIBDIR}/${.TARGET}; |
|
| @ln -s `pwd`/${.TARGET} ${BUILDDIR}${LIBDIR}/${.TARGET}; |
|
| .endif |
|
| |
|
| SOBJS+= ${OBJS:.o=.so} |
SOBJS+= ${OBJS:.o=.so} |
| lib${LIB}_pic.a:: ${SOBJS} __archivebuild |
lib${LIB}_pic.a:: ${SOBJS} __archivebuild |
| @echo building shared object ${LIB} library |
@echo building shared object ${LIB} library |
| .if defined(OBJDIR) && !defined(NOINSTALL) |
|
| @echo install -d ${BUILDDIR}${LIBDIR} |
|
| @install -d ${BUILDDIR}${LIBDIR} |
|
| @echo ${BUILDDIR}${LIBDIR}/${.TARGET} '->' `pwd`/${.TARGET}; |
|
| @rm -f ${BUILDDIR}${LIBDIR}/${.TARGET}; |
|
| @ln -s `pwd`/${.TARGET} ${BUILDDIR}${LIBDIR}/${.TARGET}; |
|
| .endif |
|
| |
|
| 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} |
${SHLIB_LDSTARTFILE} ${SHLIB_LDENDFILE} |
| Line 220 lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINO |
|
| Line 196 lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINO |
|
| @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 ${.TARGET} lib${LIB}_pic.a -nostdlib -L${BUILDDIR}/usr/lib ${LDADD} |
-o ${.TARGET} lib${LIB}_pic.a ${LDADD} |
| .elif (${SHLIB_TYPE} == "ELF") |
.elif (${SHLIB_TYPE} == "ELF") |
| $(LD) -x -shared -o ${.TARGET} \ |
$(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 \ |
--whole-archive lib${LIB}_pic.a --no-whole-archive ${LDADD} \ |
| -L${BUILDDIR}/usr/lib ${LDADD} ${SHLIB_LDENDFILE} |
${SHLIB_LDENDFILE} |
| .endif |
.endif |
| .if defined(OBJDIR) && !defined(NOINSTALL) |
|
| @echo install -d ${BUILDDIR}${LIBDIR} |
|
| @install -d ${BUILDDIR}${LIBDIR} |
|
| @echo ${BUILDDIR}${LIBDIR}/${.TARGET} '->' `pwd`/${.TARGET}; |
|
| @rm -f ${BUILDDIR}${LIBDIR}/${.TARGET}; |
|
| @ln -s `pwd`/${.TARGET} ${BUILDDIR}${LIBDIR}/${.TARGET}; |
|
| .if (${SHLIB_TYPE} == "ELF") |
|
| rm -f ${BUILDDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR} |
|
| ln -s lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ |
|
| ${BUILDDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR} |
|
| rm -f ${BUILDDIR}${LIBDIR}/lib${LIB}.so |
|
| ln -s lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ |
|
| ${BUILDDIR}${LIBDIR}/lib${LIB}.so |
|
| .endif # SHLIB_TYPE == ELF |
|
| .endif # defined(OBJDIR) |
|
| |
|
| LOBJS+= ${LSRCS:.c=.ln} ${SRCS:M*.c:.c=.ln} |
LOBJS+= ${LSRCS:.c=.ln} ${SRCS:M*.c:.c=.ln} |
| LLIBS?= -lc |
LLIBS?= -lc |
| Line 265 afterdepend: .depend |
|
| Line 226 afterdepend: .depend |
|
| mv $$TMP .depend) |
mv $$TMP .depend) |
| .endif |
.endif |
| |
|
| # Define NOINSTALL if this is a library that is used during the build |
|
| # only, and should not be installed into DESTDIR. |
|
| .if defined(NOINSTALL) |
|
| libinstall:: |
|
| .endif |
|
| |
|
| .if !target(libinstall) |
.if !target(libinstall) |
| libinstall:: ${DESTDIR}${LIBDIR}/lib${LIB}.a |
libinstall:: ${DESTDIR}${LIBDIR}/lib${LIB}.a |
| .if !defined(UPDATE) |
.if !defined(UPDATE) |
| Line 348 ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: |
|
| Line 303 ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: |
|
| .endif |
.endif |
| .endif |
.endif |
| |
|
| |
.if !defined(NOMAN) |
| .include <bsd.man.mk> |
.include <bsd.man.mk> |
| |
.endif |
| |
|
| |
.if !defined(NONLS) |
| .include <bsd.nls.mk> |
.include <bsd.nls.mk> |
| |
.endif |
| |
|
| |
.include <bsd.obj.mk> |
| .include <bsd.files.mk> |
.include <bsd.files.mk> |
| .include <bsd.inc.mk> |
.include <bsd.inc.mk> |
| .include <bsd.links.mk> |
.include <bsd.links.mk> |
| .include <bsd.dep.mk> |
.include <bsd.dep.mk> |
| |
.include <bsd.subdir.mk> |
| .include <bsd.sys.mk> |
.include <bsd.sys.mk> |
| |
|
| # Make sure all of the standard targets are defined, even if they do nothing. |
|
| lint regress: |
|