-ASN1_HDRS=@ASN1_HDRS@
-ASN1_OBJS=@ASN1_OBJS@
-ASN1_SRCS=@ASN1_SRCS@
-BOGUS=@BOGUS@
-
CFLAGS = $(CCOPTS) $(DEFS)
LDFLAGS = -g
EHDRDIR=$(BUILDTOP)/include/krb5
-HDRS=$(ASN1_HDRS) kdb5_err.h krb5_err.h kv5m_err.h adm_err.h
-OBJS=$(ASN1_OBJS) kdb5_err.o krb5_err.o kv5m_err.o adm_err.o init_ets.o
-ETSRCS=$(ASN1_SRCS) kdb5_err.c krb5_err.c kv5m_err.c adm_err.c
+HDRS= asn1_err.h kdb5_err.h krb5_err.h kv5m_err.h adm_err.h
+OBJS= asn1_err.o kdb5_err.o krb5_err.o kv5m_err.o adm_err.o init_ets.o
+ETSRCS= asn1_err.c kdb5_err.c krb5_err.c kv5m_err.c adm_err.c
SRCS=$(ETSRCS) $(srcdir)/init_ets.c
all:: ${HDRS} includes ${OBJS}
adm_err.o: adm_err.c
kv5m_err.o: kv5m_err.c
-$(BOGUS)::
- echo '/* not using isode */' > $@
-
clean::
- $(RM) $(HDRS) $(ETSRCS) $(BOGUS)
+ $(RM) $(HDRS) $(ETSRCS)
+++ /dev/null
-#
-# $Source$
-# $Author$
-#
-# Copyright 1989 by the Massachusetts Institute of Technology.
-# All Rights Reserved.
-#
-# Export of this software from the United States of America may
-# require a specific license from the United States Government.
-# It is the responsibility of any person or organization contemplating
-# export to obtain such a license before exporting.
-#
-# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
-# distribute this software and its documentation for any purpose and
-# without fee is hereby granted, provided that the above copyright
-# notice appear in all copies and that both that copyright notice and
-# this permission notice appear in supporting documentation, and that
-# the name of M.I.T. not be used in advertising or publicity pertaining
-# to distribution of the software without specific, written prior
-# permission. M.I.T. makes no representations about the suitability of
-# this software for any purpose. It is provided "as is" without express
-# or implied warranty.
-#
-#
-# The Kerberos v5/ISODE 5.0 error table mappings
-#
-# see <isode/psap.h>
-
-error_table isod
-
-error_code ISODE_50_RCSID, "$Id$"
-
-error_code ISODE_50_PS_ERR_NONE, "isode (ps): No error"
-error_code ISODE_50_PS_ERR_OVERID, "isode (ps):Overflow in ID"
-error_code ISODE_50_PS_ERR_OVERLEN, "isode (ps):Overflow in length"
-error_code ISODE_50_PS_ERR_NMEM, "isode (ps):Out of memory"
-error_code ISODE_50_PS_ERR_EOF, "isode (ps):End of file"
-error_code ISODE_50_PS_ERR_EOFID, "isode (ps):End of file reading extended ID"
-error_code ISODE_50_PS_ERR_EOFLEN, "isode (ps):End of file reading extended length"
-error_code ISODE_50_PS_ERR_LEN, "isode (ps):Length mismatch"
-error_code ISODE_50_PS_ERR_TRNC, "isode (ps):Truncated"
-error_code ISODE_50_PS_ERR_INDF, "isode (ps):Indefinite length in primitive form"
-error_code ISODE_50_PS_ERR_IO, "isode (ps):I/O error"
-error_code ISODE_50_PS_ERR_EXTRA, "isode (ps): Extraneous octets"
-error_code ISODE_50_PS_ERR_XXX, "isode (ps):XXX"
-
-error_code ISODE_50_PE_ERR_NONE, "isode(pe):No error"
-error_code ISODE_50_PE_ERR_OVER, "isode(pe):Overflow"
-error_code ISODE_50_PE_ERR_NMEM, "isode(pe):Out of memory"
-error_code ISODE_50_PE_ERR_BIT, "isode(pe):No such bit"
-error_code ISODE_50_PE_ERR_UTCT, "isode(pe):Malformed universal timestring"
-error_code ISODE_50_PE_ERR_GENT, "isode(pe):Malformed generalized timestring"
-error_code ISODE_50_PE_ERR_MBER, "isode(pe):No such member"
-error_code ISODE_50_PE_ERR_PRIM, "isode(pe):Not a primitive form"
-error_code ISODE_50_PE_ERR_CONS, "isode(pe):Not a constructor form"
-error_code ISODE_50_PE_ERR_TYPE, "isode(pe):Class/ID mismatch in constructor"
-error_code ISODE_50_PE_ERR_OID, "isode(pe):Malformed object identifier"
-error_code ISODE_50_PE_ERR_BITS, "isode(pe):Malformed bitstring"
-error_code ISODE_50_PE_ERR_NOSUPP, "isode(pe):Type not supported"
-error_code ISODE_50_PE_ERR_SIGNED, "isode(pe):Signed integer not expected"
-
-error_code ISODE_50_LOCAL_ERR_BADDECODE, "isode: ASN.1 decode failed"
-error_code ISODE_50_LOCAL_ERR_BADMSGTYPE, "isode: wrong message type after decoding"
-error_code ISODE_50_LOCAL_ERR_BADCOMBO, "isode: unacceptable combination of options"
-error_code ISODE_LOCAL_ERR_MISSING_PART, "isode: missing element during translation"
-
-end