Files
heimdal/tests/db/Makefile.am
Love Hörnquist Åstrand 5bda1a5590 test loading and dumping of the database
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15896 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-11 13:59:59 +00:00

30 lines
592 B
Makefile

# $Id$
include $(top_srcdir)/Makefile.am.common
noinst_DATA = krb5.conf
TESTS = loaddump-db
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/db,g'
loaddump-db: loaddump-db.in Makefile
$(do_subst) < $(srcdir)/loaddump-db.in > loaddump-db.tmp
chmod +x loaddump-db.tmp
mv loaddump-db.tmp loaddump-db
krb5.conf: krb5.conf.in Makefile
$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
mv krb5.conf.tmp krb5.conf
CLEANFILES= \
$(TESTS) \
db-dump* \
current-db* \
out-text-dump* \
out-current-* \
mkey.file* \
krb5.conf krb5.conf.tmp