diff options
Diffstat (limited to 'src/kadmin/testing')
| -rw-r--r-- | src/kadmin/testing/Makefile.ov | 8 | ||||
| -rw-r--r-- | src/kadmin/testing/scripts/Makefile.ov | 22 | ||||
| -rw-r--r-- | src/kadmin/testing/util/Makefile.ov | 34 |
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 206bd8551..000000000 --- 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 7f70238c0..000000000 --- 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 bc16ff974..000000000 --- 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 |
