Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/04/2004 08:00:27
Module Name:	src
Committed By:	lukem
Date:		Wed Aug  4 08:00:27 UTC 2004

Modified Files:
	src/share/mk: bsd.lib.mk

Log Message:
Implement LIBDPLIBS, which is a list of the tuples:
	libname  path-to-srcdir-of-libname

For each tuple;
     *	LIBDO.libname contains the .OBJDIR of the library `libname', and
	if it is not set it is determined from the srcdir and added to
	MAKEOVERRIDES (the latter is to allow for build time optimization).
     *	LDADD gets  -L${LIBDO.libname} -llibname    added.
     *	DPADD gets  ${LIBDO.libname}/liblibname.so  added.


To generate a diff of this commit:
cvs rdiff -r1.255 -r1.256 src/share/mk/bsd.lib.mk

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