mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
08976cb3d2
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)
50 lines
1.6 KiB
Makefile
50 lines
1.6 KiB
Makefile
# These should also be autogenerated at some point
|
|
# perhaps by some perl scripts run from config.status ?
|
|
#
|
|
librpc/gen_ndr/misc.h: idl
|
|
librpc/ndr/libndr.h: librpc/ndr/libndr_proto.h librpc/gen_ndr/misc.h
|
|
librpc/rpc/dcerpc.h: librpc/rpc/dcerpc_proto.h
|
|
auth/credentials/credentials.h: auth/credentials/credentials_proto.h
|
|
libcli/nbt/libnbt.h: libcli/nbt/nbt_proto.h
|
|
lib/charset/charset.h: lib/charset/charset_proto.h
|
|
|
|
include/includes.h: \
|
|
include/config.h \
|
|
lib/util/util_proto.h \
|
|
lib/charset/charset.h \
|
|
param/proto.h \
|
|
libcli/util/proto.h \
|
|
librpc/gen_ndr/misc.h
|
|
|
|
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/gssapi/gssapi_asn1.h \
|
|
heimdal/lib/asn1/krb5_asn1.h \
|
|
heimdal/lib/asn1/asn1_err.h \
|
|
heimdal/lib/asn1/digest_asn1.h \
|
|
heimdal/lib/asn1/pkcs8_asn1.h \
|
|
heimdal/lib/asn1/pkcs9_asn1.h \
|
|
heimdal/lib/asn1/pkcs12_asn1.h \
|
|
heimdal/lib/asn1/cms_asn1.h \
|
|
heimdal/lib/asn1/rfc2459_asn1.h \
|
|
heimdal/lib/asn1/pkinit_asn1.h \
|
|
heimdal/lib/asn1/kx509_asn1.h \
|
|
heimdal/lib/hx509/ocsp_asn1.h \
|
|
heimdal/lib/hx509/pkcs10_asn1.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/gssapi/gkrb5_err.h \
|
|
heimdal/lib/hx509/hx509_err.h \
|
|
heimdal/lib/des/hcrypto
|
|
|
|
proto: basics
|
|
basics: include/includes.h \
|
|
idl \
|
|
$(PROTO_HEADERS) \
|
|
heimdal_basics
|