Fix conflicts after heimdal-1.1 import and add build infrastructure. Importall non-style changes made by heimdal to our own libgssapi.
style.Makefile(5).OK'ed by: nectar
Put generated headers into SRCS so that we pick them up even if"make depend" was not run.
Overhaul of kerberos5/ makefiles. Most significant changes are:- Dropped support for standalone builds, this was only partially supported anyway, and required so much magic in makefiles that m
Overhaul of kerberos5/ makefiles. Most significant changes are:- Dropped support for standalone builds, this was only partially supported anyway, and required so much magic in makefiles that made life dangerous (e.g., by using the custom yacc rules).- Got rid of .OBJDIR in makefiles -- makes building of individual files possible again.- Made the .x.c transformations -j safe.- Reprogrammed LDADD to fix static build of some utilities that was broken.- Fixed LDFLAGS and DPADD in the WITH_OPENLDAP case -- positively affects the contents of .depend files.- Removed redundant .h's from SRCS, only kept those that are generated.- libkrb5/ INCS were bogusly installed again with libgssapi/.- Made build-tools real tools with their own makefiles in separate directories. This allows us to properly track their dependencies, etc.- Faster build, 21% less of makefile code!Approved by: nectarReviewed by: markmSilence on: arch
show more ...
Big fixup of the makefiles. Sort out the dependancies so that "make"without "make depend" works, "make -j N" works, and lists of sourcefiles are made vertical to reduce future diffs.
Fix build, and make parallel build much more robust.
update build infrastructure for heimdal 0.3e
Userland build of Kerberos5 (AKA Heimdal). More to come.This is not ready for primetime yet! Please hold off on the bug reports.
12