aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/error_tables/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/error_tables/Imakefile')
-rw-r--r--src/lib/krb5/error_tables/Imakefile62
1 files changed, 0 insertions, 62 deletions
diff --git a/src/lib/krb5/error_tables/Imakefile b/src/lib/krb5/error_tables/Imakefile
deleted file mode 100644
index 51205f1..0000000
--- a/src/lib/krb5/error_tables/Imakefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# Copyright 1990 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.
-#
-#
-ETSRCS=isode_err.c kdb5_err.c krb5_err.c adm_err.c
-
-ETOBJS=isode_err.o kdb5_err.o krb5_err.o adm_err.o
-
-ETHDRS=isode_err.h kdb5_err.h krb5_err.h adm_err.h
-
-SRCS= $(ETSRCS) $(SRCDIR)init_ets.c
-OBJS= $(ETOBJS) init_ets.o
-HDRS= $(ETHDRS)
-
-EHDRDIR=$(TOP)/include/krb5
-
-NormalLibraryObjectRule()
-ErrorTableObjectRule()
-
-all:: ${SRCS} ${HDRS} includes ${OBJS}
-
-clean::
- $(RM) $(ETHDRS) $(ETSRCS)
-
-CopyHeader(isode_err.h,$(EHDRDIR))
-CopyHeader(krb5_err.h,$(EHDRDIR))
-CopyHeader(kdb5_err.h,$(EHDRDIR))
-CopyHeader(adm_err.h,$(EHDRDIR))
-
-
-SubdirLibraryRule($(OBJS))
-
-depend:: $(ETSRCS)
-
-DependTarget()
-
-Krb5InstallHeaders($(ETHDRS), $(KRB5_INCDIR)/krb5)
-
-SpecialObjectRule(isode_err.o,isode_err.c,)
-SpecialObjectRule(krb5_err.o,krb5_err.c,)
-SpecialObjectRule(kdb5_err.o,kdb5_err.c,)
-SpecialObjectRule(adm_err.o,adm_err.c,)