Subject: CVS commit: src/lib
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/30/2004 07:02:53
Module Name:	src
Committed By:	lukem
Date:		Fri Jul 30 07:02:53 UTC 2004

Modified Files:
	src/lib: Makefile Makefile.inc
	src/lib/libcdk: Makefile
	src/lib/libkrb: Makefile
	src/lib/libkrb5: Makefile
	src/lib/libssl: Makefile

Log Message:
Implement DEPLIBS (in Makefile.inc for now), which adds all the listed
libraries to LDADD & DPADD for the current library, using -L OBJDIR-of-DEPLIB
so that the current library can link with the DEPLIB library built but
not installed.

Set DEPLIBS appropriately, rather than explictly adding LDADD/DPADD
for various libraries.

Reorder library build order so that libraries that depend upon any
other library are built at the end.

Whilst this change could be done in a more generic manner (and I
intend to work on that), it does remove the need to implement
top-level build targets such as "do-lib-des" (etc).


To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/lib/Makefile
cvs rdiff -r1.3 -r1.4 src/lib/Makefile.inc
cvs rdiff -r1.6 -r1.7 src/lib/libcdk/Makefile
cvs rdiff -r1.27 -r1.28 src/lib/libkrb/Makefile
cvs rdiff -r1.30 -r1.31 src/lib/libkrb5/Makefile
cvs rdiff -r1.8 -r1.9 src/lib/libssl/Makefile

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