summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/Imakefile36
-rw-r--r--src/include/krb5/Imakefile46
2 files changed, 0 insertions, 82 deletions
diff --git a/src/include/Imakefile b/src/include/Imakefile
deleted file mode 100644
index 773c38223..000000000
--- a/src/include/Imakefile
+++ /dev/null
@@ -1,36 +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.
-#
-#
-#define IHaveSubdirs
-#define PassCDebugFlags
-
-SUBDIRS=krb5 kerberosIV
-
-MakeSubdirs($(SUBDIRS))
-
-#ifdef IsodeIncls
-includes:: isode
-
-LinkFile(isode, IsodeIncls)
-#endif
diff --git a/src/include/krb5/Imakefile b/src/include/krb5/Imakefile
deleted file mode 100644
index 0e8620daa..000000000
--- a/src/include/krb5/Imakefile
+++ /dev/null
@@ -1,46 +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.
-#
-#
-
-KRB5_HEADERS = asn1.h base-defs.h ccache.h crc-32.h encryption.h \
- error_def.h errors.h ext-proto.h fieldbits.h \
- free.h func-proto.h hostaddr.h kdb.h kdb_dbm.h \
- keytab.h krb5.h libos.h los-proto.h macros.h mit-des.h \
- narrow.h proto.h rcache.h rsa-md4.h safepriv.h \
- sysincl.h widen.h wordsize.h
-
-AllTarget(config.h osconf.h)
-
-includes:: config.h osconf.h
-
-ProcessStockHeader($(SRCDIR)stock/config.h,config.h)
-ProcessStockHeader($(SRCDIR)stock/osconf.h,osconf.h)
-
-clean::
- $(RM) config.h osconf.h
-
-depend::
-
-Krb5InstallHeaders($(KRB5_HEADERS) config.h osconf.h,$(KRB5_INCDIR)/krb5)
-