Files
heimdal/tests/kdc/Makefile.am
Love Hörnquist Åstrand 11bad1d7b1 clean the server.keytab
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17357 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-04-29 15:15:42 +00:00

37 lines
693 B
Makefile

# $Id$
include $(top_srcdir)/Makefile.am.common
noinst_DATA = krb5.conf
check_PROGRAMS = $(TESTS) ap-req
LDADD = ../../lib/krb5/libkrb5.la
TESTS = check-kdc
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/kdc,g'
check-kdc: check-kdc.in Makefile
$(do_subst) < $(srcdir)/check-kdc.in > check-kdc.tmp
chmod +x check-kdc.tmp
mv check-kdc.tmp check-kdc
krb5.conf: krb5.conf.in Makefile
$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
mv krb5.conf.tmp krb5.conf
CLEANFILES= \
$(TESTS) \
check-kdc.tmp \
krb5.conf krb5.conf.tmp \
messages.log \
current-db* \
foopassword \
barpassword \
tempfile \
server.keytab \
client-cache