summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/et_deps.pl
AgeCommit message (Collapse)AuthorFilesLines
2008-08-01build: autogenerate heimdal basicsStefan Metzmacher1-0/+1
metze (This used to be commit f19d2182b802a49449cbb9e4e6334f223ceb284d)
2008-06-25Use workaround for $(abspath)Jelmer Vernooij1-1/+1
(This used to be commit 21b4d017a2cccdaa6ab4ed32409f19c612293fd0)
2008-06-25Revert "Remove the dependency on $(abspath) in makefiles"Jelmer Vernooij1-2/+1
This reverts commit c85a3632623184cb97c2e8567ca77834e81070a4. (This used to be commit 1a771c664444ff43e141238f473273700b392aa7)
2008-06-19Remove the dependency on $(abspath) in makefilesVolker Lendecke1-1/+2
This is not around before GNU make 3.81, for me this fixes the build on GNU make 3.80 Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit c85a3632623184cb97c2e8567ca77834e81070a4)
2008-05-27Simplify handling of source directory in et compile wrapper.Jelmer Vernooij1-1/+1
(This used to be commit 4e6fddda2e7d9e37f7b7ec99c5a58671f825a571)
2008-05-27Use variables in generated make fragments.Jelmer Vernooij1-1/+1
(This used to be commit 269f8c9f6e9e5f6ad20319956573f09232b7c48f)
2008-05-27Use variables for et files too.Jelmer Vernooij1-2/+2
(This used to be commit 953f796059e16ea082391cfd6a018531a2a5be4e)
2007-12-21r25736: make sure we include "config.h" as first headerStefan Metzmacher1-1/+1
in code generated from et_compile metze (This used to be commit 8757b09052c5e07b23b8b50f7227f884201d9e98)
2007-10-10r20804: work arround HPUX and Tru64 make which don't like $$startdirStefan Metzmacher1-2/+2
we now call asn1_compile and compile_et via a wrapper script metze (This used to be commit a5b67f5c7e78d3cf74668c7c6bf9aecd8e147d41)
2007-10-10r20639: Commit part 1 of 2.Andrew Bartlett1-0/+3
This patch updates our build system and glue to support a new snapshot of lorikeet-heimdal. We now procude a [SUBSYTEM] in the ans1_deps.pl script, and can depend on that in the heimdal_build/config.mk. This is much easier than listing every generated .o file individually. This required some small changes to the build system, due to the way the parent directory was handled for the output of scripts. I've also cleaned up et_deps.pl to handle cleaning up it's generated files on clean. The PAC glue in Heimdal has changed significantly: we no longer have a custom hack in the KDC, instead we have the windc plugin interface. As such, pac-glue.c is much smaller. In the future, when I'm confident of the new code, we will also be able to 'downsize' auth/kerberos/kerberos_pac.c. (I'll include the updated copy of heimdal in the next chekin, to make it clearer what's changed in Samba4 itself). Andrew Bartlett (This used to be commit 75fddbbc0811010a28ca5bb597b573b3f10ef6d6)
2007-10-10r19681: Update to current lorikeet-heimdal. I'm looking at using the realmAndrew Bartlett1-4/+4
lookup plugin, the new PAC validation code as well as Heimdal's SPNEGO implementation. Andrew Bartlett (This used to be commit 05421f45ed7811697ea491e26c9d991a7faa1a64)
2007-10-10r14562: Use VPATH to solve strange heimdal dependenciesJelmer Vernooij1-2/+1
(This used to be commit 4d09ffa7f128e881fc891988ea672ae93a7ab45d)
2007-10-10r14557: Add hack for asn1 filesJelmer Vernooij1-3/+2
(This used to be commit b4796266c3dcd000a034c94ed2ff249735d5db92)
2007-10-10r8994: Clean up some more autogenerated files so I can predict when I'm going toJelmer Vernooij1-0/+1
break the build... (This used to be commit 1f31414f372bf930db0a65531e85ab5cb9a34723)
2007-10-10r8985: Automatically generate make dependency rules forJelmer Vernooij1-0/+14
the asn1 and error table files. This removes the need for HEIMDAL_EXTERNAL (This used to be commit 2f481ac93c0151b82dab737d49ae8d0d3cbbbbbe)