summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-08-09 03:38:39 +0000
committerMark Eichin <eichin@mit.edu>1994-08-09 03:38:39 +0000
commit0aed591a6fe9761d9dcb2974567ab6361b392c12 (patch)
tree1d375fa19716201a862178727111540ddf14d82b /src/admin
parente0d903707aaa70544f6e156b19738852fbd3e2c6 (diff)
downloadkrb5-0aed591a6fe9761d9dcb2974567ab6361b392c12.tar.gz
krb5-0aed591a6fe9761d9dcb2974567ab6361b392c12.tar.xz
krb5-0aed591a6fe9761d9dcb2974567ab6361b392c12.zip
Stamp Out Imake in Our Lifetimes..
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4081 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/aname/Imakefile28
-rw-r--r--src/admin/convert/Imakefile36
-rw-r--r--src/admin/create/Imakefile28
-rw-r--r--src/admin/destroy/Imakefile28
-rw-r--r--src/admin/edit/Imakefile78
-rw-r--r--src/admin/stash/Imakefile28
6 files changed, 0 insertions, 226 deletions
diff --git a/src/admin/aname/Imakefile b/src/admin/aname/Imakefile
deleted file mode 100644
index 63c1d46850..0000000000
--- a/src/admin/aname/Imakefile
+++ /dev/null
@@ -1,28 +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.
-#
-#
-
-LOCAL_LIBRARIES = $(KLIBLOC) -l$(KRB5LIB) $(COMERRLIB) $(DBMLIB)
-
-Krb5AdminProgramTarget(kdb5_anadd)
diff --git a/src/admin/convert/Imakefile b/src/admin/convert/Imakefile
deleted file mode 100644
index b8219dbdc7..0000000000
--- a/src/admin/convert/Imakefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# Copyright 1991 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.
-#
-#
-DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
-LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(KDB4LIB) $(KRB4LIB)
-INCLUDES=-I$(TOP)/include/kerberosIV
-
-#ifdef Krb4KDCCompat
-Krb5AdminProgramTarget(kdb5_convert)
-#else
-all::
- echo "Not defined to use Kerberos V4 backwards compatibility"
-#endif
-
-DependTarget()
diff --git a/src/admin/create/Imakefile b/src/admin/create/Imakefile
deleted file mode 100644
index f35be3f5cf..0000000000
--- a/src/admin/create/Imakefile
+++ /dev/null
@@ -1,28 +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.
-#
-#
-DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
-LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
-
-Krb5AdminProgramTarget(kdb5_create)
diff --git a/src/admin/destroy/Imakefile b/src/admin/destroy/Imakefile
deleted file mode 100644
index 3f4cdd910d..0000000000
--- a/src/admin/destroy/Imakefile
+++ /dev/null
@@ -1,28 +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.
-#
-#
-DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
-LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
-
-Krb5AdminProgramTarget(kdb5_destroy)
diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile
deleted file mode 100644
index 639bd2db55..0000000000
--- a/src/admin/edit/Imakefile
+++ /dev/null
@@ -1,78 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# Copyright 1992 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.
-#
-#
-DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
-LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
-
-CTOBJS = kdb5_ed_ct.o
-CTSRCS = kdb5_ed_ct.c
-
-#if HasTcl
-MOSTOBJS = kdb5_edit.o util.o dump.o
-MOSTSRCS = kdb5_edit.c util.c dump.c
-TCLOBJS = tcl_wrapper.o
-TCLSRCS = tcl_wrapper.c
-SSOBJS = ss_wrapper.o $(CTOBJS)
-SSSRCS = ss_wrapper.c $(CTSRCS)
-OBJS = $(MOSTOBJS) $(TCLOBJS) $(SSOBJS)
-SRCS = $(MOSTSRCS) $(TCLSRCS) $(SSSRCS)
-#else
-OBJS = kdb5_edit.o util.o dump.o $(CTOBJS) ss_wrapper.o
-SRCS = kdb5_edit.c util.c dump.c $(CTSRCS) ss_wrapper.c
-#endif
-
-#if HasTcl
-all:: kdb5_edit.ss kdb5_edit.tcl
-#else
-all:: kdb5_edit
-#endif
-
-CmdTableObjectRule()
-
-# needed until we run makedepend
-kdb5_ed_ct.o: kdb5_ed_ct.c
-
-clean::
- $(RM) kdb5_ed_ct.c
-
-#if HasTcl
-INCLUDES = $(TCLINCLUDES)
-NormalProgramTarget(kdb5_edit.ss,$(MOSTOBJS) $(SSOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES) $(SSLIB),)
-NormalProgramTarget(kdb5_edit.tcl,$(MOSTOBJS) $(TCLOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES) $(TCLLIBS),)
-#else
-NormalProgramTarget(kdb5_edit,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES) $(SSLIB),)
-#endif
-
-Krb5InstallAdminProgram(kdb5_edit)
-
-#if HasTcl
-SaberProgramTarget(kdb5_edit.ss,$(MOSTSRCS) $(CTSRCS),$(OBJS),$(LOCAL_LIBRARIES),)
-SaberProgramTarget(kdb5_edit.tcl,$(MOSTSRCS) $(TCLSRCS),$(OBJS),$(LOCAL_LIBRARIES),)
-#else
-SaberProgramTarget(kdb5_edit,$(SRCS),$(OBJS),$(LOCAL_LIBRARIES),)
-#endif
-
-depend:: kdb5_ed_ct.c
-
-DependTarget()
diff --git a/src/admin/stash/Imakefile b/src/admin/stash/Imakefile
deleted file mode 100644
index c6a38218de..0000000000
--- a/src/admin/stash/Imakefile
+++ /dev/null
@@ -1,28 +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.
-#
-#
-DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
-LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
-
-Krb5AdminProgramTarget(kdb5_stash)