[713] in Kerberos_V5_Development
Re: library count, installation
jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Mon May 13 09:51:27 1991
we should be sure to fold the libraries together before we send out a beta.
This should be mostly Imakefile frobbing, in two parts: 1) frob the library
Imakefiles to stuff all the .o's into the appropriate .a (see
lib/rcache/Imakefile for an example of the macros to use)
2) frob the config files to change the library Makefile variables
appropriately to only link with the now smaller number of libraries.
The install stuff I did earlier doesn't generate install steps for the
libraries; that would be something to modify in the rules for the various
libraries (see config/Project.tmp, config/Imake.rules)