+Fri Sep 22 19:39:30 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (awk-windows-mac): Build the error table header
+ files into include, not include/krb5; and construct krb5.h
+ from krb5.hin and the error table header files.
+
Fri Sep 15 05:05:15 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (kerbsrc-nt.zip): Update production rule to be like
lib/krb5/error_tables/adm_err.c \
include/krb5/asn1_err.h include/krb5/kdb5_err.h \
include/krb5/krb5_err.h include/krb5/kv5m_err.h \
- include/krb5/adm_err.h include/profile.h \
+ include/krb5/adm_err.h include/profile.h include/krb5.h \
lib/gssapi/generic/gssapi_err_generic.[ch] \
lib/gssapi/krb5/gssapi_err_krb5.[ch]
#
AH = util/et/et_h.awk
AC = util/et/et_c.awk
-INC = include/krb5/
+INC = include/
ET = lib/krb5/error_tables/
GG = lib/gssapi/generic/
GK = lib/gssapi/krb5/
gawk -f $(AH) outfile=$(INC)krb5_err.h $(ET)krb5_err.et
gawk -f $(AH) outfile=$(INC)kv5m_err.h $(ET)kv5m_err.et
gawk -f $(AH) outfile=$(INC)adm_err.h $(ET)adm_err.et
+ cat $(INC)/krb5.hin $(INC)/krb5_err.h $(INC)/kdb5_err.h \
+ $(INC)/kv5m_err.h $(INC)/asn1_err.h > $(INC)/krb5.h
gawk -f $(AC) outfile=$(ET)asn1_err.c $(ET)asn1_err.et
gawk -f $(AC) outfile=$(ET)kdb5_err.c $(ET)kdb5_err.et
gawk -f $(AC) outfile=$(ET)krb5_err.c $(ET)krb5_err.et