From c84cfc0ecc46ef05dc7997a128ba9486516cb112 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 19 Mar 2006 02:23:52 +0000 Subject: r14554: Write out header dependencies. This means all C files affected will be rebuilt when a header file is changed. It also means parallel builds work now. It will take a minute or so to generate all the dependency information, but there should be no need to rebuild that information later on, unless a file changes. This behaviour is only enabled when building in developer mode (--enable-developer) and requires a GNU make (or compatible). In all other cases, the file 'static_deps.mk' is included, which contains some basic hardcoded dependency information. (This used to be commit eb435386f015ce1d89eb6f7e7837622ebd9e1951) --- source4/heimdal_build/config.mk | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index b18223192b..6b10ac7096 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -418,12 +418,6 @@ OBJ_FILES = ../heimdal/lib/vers/print_version.ho \ # End BINARY compile_et ####################### -heimdal/lib/roken/vis.h: heimdal/lib/roken/vis.hin - @cp heimdal/lib/roken/vis.hin heimdal/lib/roken/vis.h - -heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin - @cp heimdal/lib/roken/err.hin heimdal/lib/roken/err.h - include perl_path_wrapper.sh asn1_deps.pl heimdal/lib/hdb/hdb.asn1 hdb_asn1| include perl_path_wrapper.sh asn1_deps.pl heimdal/lib/gssapi/spnego.asn1 spnego_asn1| include perl_path_wrapper.sh asn1_deps.pl heimdal/lib/asn1/k5.asn1 krb5_asn1 --encode-rfc1510-bit-string| @@ -434,17 +428,8 @@ include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/heim_err.et| include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/k524_err.et| include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/krb5_err.et| -heimdal_basics: \ - heimdal/lib/roken/vis.h \ - heimdal/lib/roken/err.h \ - heimdal/lib/hdb/hdb_asn1.h \ - heimdal/lib/gssapi/spnego_asn1.h \ - heimdal/lib/asn1/krb5_asn1.h \ - heimdal/lib/asn1/asn1_err.h \ - heimdal/lib/hdb/hdb_err.h \ - heimdal/lib/krb5/heim_err.h \ - heimdal/lib/krb5/k524_err.h \ - heimdal/lib/krb5/krb5_err.h +./heimdal/lib/krb5/replay.c: ./heimdal/lib/roken/vis.h +./heimdal/lib/roken/vis.c: ./heimdal/lib/roken/vis.h clean:: @-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h -- cgit