aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/testing
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-01-07 21:42:15 +0000
committerKen Raeburn <raeburn@mit.edu>2003-01-07 21:42:15 +0000
commit15be9332f4eb38c765924d20efae4c0380303907 (patch)
tree67cb14ca5d9f19ecae109ff5f979f0f30672b8ea /src/kadmin/testing
parent14badd99bf8685d9b39182f2042a1092add57b70 (diff)
downloadkrb5-15be9332f4eb38c765924d20efae4c0380303907.zip
krb5-15be9332f4eb38c765924d20efae4c0380303907.tar.gz
krb5-15be9332f4eb38c765924d20efae4c0380303907.tar.bz2
nuke old OV makefile stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15088 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/testing')
-rw-r--r--src/kadmin/testing/Makefile.ov8
-rw-r--r--src/kadmin/testing/scripts/Makefile.ov22
-rw-r--r--src/kadmin/testing/util/Makefile.ov34
3 files changed, 0 insertions, 64 deletions
diff --git a/src/kadmin/testing/Makefile.ov b/src/kadmin/testing/Makefile.ov
deleted file mode 100644
index 206bd85..0000000
--- a/src/kadmin/testing/Makefile.ov
+++ /dev/null
@@ -1,8 +0,0 @@
-# $Id$
-
-TOP = ..
-include $(TOP)/config.mk/template
-
-SUBDIRS=util scripts
-
-expand SubdirTarget
diff --git a/src/kadmin/testing/scripts/Makefile.ov b/src/kadmin/testing/scripts/Makefile.ov
deleted file mode 100644
index 7f70238..0000000
--- a/src/kadmin/testing/scripts/Makefile.ov
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id$
-
-TOP = ../..
-include $(TOP)/config.mk/template
-
-GEN_SCRIPTS = compare_dump.pl fixup-conf-files.pl make-host-keytab.pl \
- simple_dump.pl verify_xrunner_report.pl
-
-all:: $(GEN_SCRIPTS) restore_files.sh
-
-restore_files.sh:
- ln -s save_files.sh restore_files.sh
-
-%.pl: %.pl.in
- -rm -f $@.tmp
- echo "#!$(PERL)" > $@.tmp
- sed 1d $@.in >> $@.tmp
- chmod +x $@.tmp
- mv $@.tmp $@
-
-clean::
- -rm -f $(GEN_SCRIPTS) *.tmp
diff --git a/src/kadmin/testing/util/Makefile.ov b/src/kadmin/testing/util/Makefile.ov
deleted file mode 100644
index bc16ff9..0000000
--- a/src/kadmin/testing/util/Makefile.ov
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id$
-
-TOP = ../..
-include $(TOP)/config.mk/template
-
-CFLAGS += -I$(TCLINC)
-
-SRCS = tcl_ovsec_kadm.c tcl_kadm5.c test.c
-OBJS = tcl_ovsec_kadm.o tcl_kadm5.o test.o
-
-PROG = ovsec_kadm_srv_tcl
-LIBS = $(LIBADMSRV) $(LIBRPCLIB) $(LIBDYN) $(LIBGSSAPI_KRB5) \
- $(LIBKDB5) $(LIBKRB5) $(LIBCRYPTO) \
- $(LIBISODE) $(LIBTCL) $(LIBM) $(LIBDB) $(LIBCOM_ERR) \
- $(NDBMLIB) $(NETLIB) $(REGEXLIB)
-
-expand Program
-expand Depend
-
-PROG = ovsec_kadm_clnt_tcl
-LIBS = $(LIBADMCLNT) $(LIBRPCLIB) $(LIBDYN) $(LIBGSSAPI_KRB5) \
- $(LIBKDB5) $(LIBKRB5) $(LIBCRYPTO) \
- $(LIBISODE) $(LIBTCL) $(LIBM) $(LIBDB) $(LIBCOM_ERR) \
- $(NDBMLIB) $(BSDLIB) $(NETLIB)
-
-expand Program
-
-PROG = bsddb_dump
-SRCS = bsddb_dump.c
-OBJS = bsddb_dump.o
-LIBS = $(LIBDB)
-
-expand Program
-expand Depend