]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - Makefile.in
Merge branch 'debian' into squeeze
[kerberos/krb5-strength.git] / Makefile.in
index 3756f0857686228d12bf59b3ff4370a3413d7ece..d83aec374da619295967c25e9ba6fe2319ec3d31 100644 (file)
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
 # Automake makefile for krb5-strength.
 #
-# Written by Russ Allbery <rra@stanford.edu>
-# Copyright 2007, 2009, 2010, 2012
+# Written by Russ Allbery <eagle@eyrie.org>
+# Copyright 2007, 2009, 2010, 2012, 2013, 2014
 #     The Board of Trustees of the Leland Stanford Junior University
 #
 # See LICENSE for licensing terms.
 
 
+
+
 VPATH = @srcdir@
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
+    case $$MAKEFLAGS in \
+      *\\[\ \  ]*) \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
+    esac; \
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -44,30 +90,45 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 @EMBEDDED_CRACKLIB_TRUE@am__append_1 = cracklib/libcracklib.la
-bin_PROGRAMS = external/heimdal-strength$(EXEEXT)
-check_PROGRAMS = tests/heimdal/plugin$(EXEEXT) \
-       tests/mit/plugin$(EXEEXT) tests/portable/asprintf-t$(EXEEXT) \
+bin_PROGRAMS = tools/heimdal-strength$(EXEEXT)
+check_PROGRAMS = tests/runtests$(EXEEXT) \
+       tests/plugin/heimdal-t$(EXEEXT) tests/plugin/mit-t$(EXEEXT) \
+       tests/portable/asprintf-t$(EXEEXT) \
+       tests/portable/mkstemp-t$(EXEEXT) \
        tests/portable/snprintf-t$(EXEEXT) \
-       tests/portable/strlcat-t$(EXEEXT) \
-       tests/portable/strlcpy-t$(EXEEXT) tests/runtests$(EXEEXT) \
+       tests/portable/strndup-t$(EXEEXT) \
+       tests/util/messages-krb5-t$(EXEEXT) \
+       tests/util/messages-t$(EXEEXT) tests/util/xmalloc$(EXEEXT) \
        $(am__EXEEXT_1)
 @EMBEDDED_CRACKLIB_TRUE@am__append_2 = cracklib/packer
 subdir = .
-DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
-       $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-       $(srcdir)/config.h.in $(top_srcdir)/configure NEWS TODO \
-       build-aux/compile build-aux/config.guess build-aux/config.sub \
-       build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
-       build-aux/missing portable/asprintf.c portable/snprintf.c \
-       portable/strlcat.c portable/strlcpy.c
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+       $(top_srcdir)/configure $(am__configure_deps) \
+       $(srcdir)/config.h.in $(top_srcdir)/portable/krb5-extra.c \
+       $(top_srcdir)/portable/snprintf.c \
+       $(top_srcdir)/portable/mkstemp.c \
+       $(top_srcdir)/portable/strndup.c \
+       $(top_srcdir)/portable/asprintf.c $(dist_bin_SCRIPTS) \
+       $(top_srcdir)/build-aux/depcomp $(dist_man_MANS) NEWS README \
+       TODO build-aux/ar-lib build-aux/compile build-aux/config.guess \
+       build-aux/config.sub build-aux/depcomp build-aux/install-sh \
+       build-aux/missing build-aux/ltmain.sh \
+       $(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \
+       $(top_srcdir)/build-aux/config.guess \
+       $(top_srcdir)/build-aux/config.sub \
+       $(top_srcdir)/build-aux/install-sh \
+       $(top_srcdir)/build-aux/ltmain.sh \
+       $(top_srcdir)/build-aux/missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/cracklib.m4 \
        $(top_srcdir)/m4/krb5-config.m4 $(top_srcdir)/m4/krb5.m4 \
-       $(top_srcdir)/m4/lib-depends.m4 \
+       $(top_srcdir)/m4/lib-depends.m4 $(top_srcdir)/m4/lib-helper.m4 \
        $(top_srcdir)/m4/lib-pathname.m4 $(top_srcdir)/m4/libtool.m4 \
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/configure.ac
+       $(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/m4/sqlite.m4 \
+       $(top_srcdir)/m4/tinycdb.m4 $(top_srcdir)/m4/vamacros.m4 \
+       $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -76,19 +137,26 @@ mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+LIBRARIES = $(noinst_LIBRARIES)
 ARFLAGS = cru
 AM_V_AR = $(am__v_AR_@AM_V@)
 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
-am__v_AR_0 = @echo "  AR    " $@;
-AM_V_at = $(am__v_at_@AM_V@)
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
-am__v_at_0 = @
+am__v_AR_0 = @echo "  AR      " $@;
+am__v_AR_1 = 
 tests_tap_libtap_a_AR = $(AR) $(ARFLAGS)
 tests_tap_libtap_a_LIBADD =
 am__dirstamp = $(am__leading_dot)dirstamp
 am_tests_tap_libtap_a_OBJECTS =  \
-       tests/tap/tests_tap_libtap_a-basic.$(OBJEXT)
+       tests/tap/tests_tap_libtap_a-basic.$(OBJEXT) \
+       tests/tap/tests_tap_libtap_a-kerberos.$(OBJEXT) \
+       tests/tap/tests_tap_libtap_a-process.$(OBJEXT) \
+       tests/tap/tests_tap_libtap_a-string.$(OBJEXT)
 tests_tap_libtap_a_OBJECTS = $(am_tests_tap_libtap_a_OBJECTS)
+util_libutil_a_AR = $(AR) $(ARFLAGS)
+util_libutil_a_LIBADD =
+am_util_libutil_a_OBJECTS = util/messages-krb5.$(OBJEXT) \
+       util/messages.$(OBJEXT) util/xmalloc.$(OBJEXT)
+util_libutil_a_OBJECTS = $(am_util_libutil_a_OBJECTS)
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@@ -117,7 +185,7 @@ am__uninstall_files_from_dir = { \
          $(am__cd) "$$dir" && rm -f $$files; }; \
   }
 am__installdirs = "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(bindir)" \
-       "$(DESTDIR)$(man1dir)"
+       "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
 LTLIBRARIES = $(module_LTLIBRARIES) $(noinst_LTLIBRARIES)
 cracklib_libcracklib_la_LIBADD =
 am_cracklib_libcracklib_la_OBJECTS =  \
@@ -130,23 +198,29 @@ cracklib_libcracklib_la_OBJECTS =  \
 AM_V_lt = $(am__v_lt_@AM_V@)
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
+am__v_lt_1 = 
 @EMBEDDED_CRACKLIB_TRUE@am_cracklib_libcracklib_la_rpath =
 am__DEPENDENCIES_1 =
-@EMBEDDED_CRACKLIB_FALSE@plugin_passwd_strength_la_DEPENDENCIES =  \
+@EMBEDDED_CRACKLIB_FALSE@plugin_strength_la_DEPENDENCIES =  \
 @EMBEDDED_CRACKLIB_FALSE@      $(am__DEPENDENCIES_1) \
 @EMBEDDED_CRACKLIB_FALSE@      portable/libportable.la \
+@EMBEDDED_CRACKLIB_FALSE@      $(am__DEPENDENCIES_1) \
+@EMBEDDED_CRACKLIB_FALSE@      $(am__DEPENDENCIES_1) \
 @EMBEDDED_CRACKLIB_FALSE@      $(am__DEPENDENCIES_1)
-@EMBEDDED_CRACKLIB_TRUE@plugin_passwd_strength_la_DEPENDENCIES =  \
+@EMBEDDED_CRACKLIB_TRUE@plugin_strength_la_DEPENDENCIES =  \
 @EMBEDDED_CRACKLIB_TRUE@       cracklib/libcracklib.la \
 @EMBEDDED_CRACKLIB_TRUE@       portable/libportable.la \
+@EMBEDDED_CRACKLIB_TRUE@       $(am__DEPENDENCIES_1) \
+@EMBEDDED_CRACKLIB_TRUE@       $(am__DEPENDENCIES_1) \
 @EMBEDDED_CRACKLIB_TRUE@       $(am__DEPENDENCIES_1)
-am_plugin_passwd_strength_la_OBJECTS = plugin/api.lo plugin/heimdal.lo \
-       plugin/mit.lo
-plugin_passwd_strength_la_OBJECTS =  \
-       $(am_plugin_passwd_strength_la_OBJECTS)
-plugin_passwd_strength_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+am_plugin_strength_la_OBJECTS = plugin/cdb.lo plugin/classes.lo \
+       plugin/config.lo plugin/cracklib.lo plugin/error.lo \
+       plugin/general.lo plugin/heimdal.lo plugin/mit.lo \
+       plugin/principal.lo plugin/sqlite.lo plugin/vector.lo
+plugin_strength_la_OBJECTS = $(am_plugin_strength_la_OBJECTS)
+plugin_strength_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
-       $(AM_CFLAGS) $(CFLAGS) $(plugin_passwd_strength_la_LDFLAGS) \
+       $(AM_CFLAGS) $(CFLAGS) $(plugin_strength_la_LDFLAGS) \
        $(LDFLAGS) -o $@
 LIBOBJDIR = portable/
 portable_libportable_la_DEPENDENCIES = $(LTLIBOBJS)
@@ -158,30 +232,17 @@ PROGRAMS = $(bin_PROGRAMS)
 am_cracklib_packer_OBJECTS = cracklib/packer.$(OBJEXT)
 cracklib_packer_OBJECTS = $(am_cracklib_packer_OBJECTS)
 cracklib_packer_DEPENDENCIES = cracklib/libcracklib.la
-am_external_heimdal_strength_OBJECTS =  \
-       plugin/external_heimdal_strength-api.$(OBJEXT) \
-       external/external_heimdal_strength-heimdal-strength.$(OBJEXT)
-external_heimdal_strength_OBJECTS =  \
-       $(am_external_heimdal_strength_OBJECTS)
-@EMBEDDED_CRACKLIB_FALSE@external_heimdal_strength_DEPENDENCIES =  \
-@EMBEDDED_CRACKLIB_FALSE@      $(am__DEPENDENCIES_1) \
-@EMBEDDED_CRACKLIB_FALSE@      portable/libportable.la \
-@EMBEDDED_CRACKLIB_FALSE@      $(am__DEPENDENCIES_1)
-@EMBEDDED_CRACKLIB_TRUE@external_heimdal_strength_DEPENDENCIES =  \
-@EMBEDDED_CRACKLIB_TRUE@       cracklib/libcracklib.la \
-@EMBEDDED_CRACKLIB_TRUE@       portable/libportable.la \
-@EMBEDDED_CRACKLIB_TRUE@       $(am__DEPENDENCIES_1)
-external_heimdal_strength_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
-       $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
-       $(external_heimdal_strength_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
-       $(LDFLAGS) -o $@
-am_tests_heimdal_plugin_OBJECTS = tests/heimdal/plugin.$(OBJEXT)
-tests_heimdal_plugin_OBJECTS = $(am_tests_heimdal_plugin_OBJECTS)
-tests_heimdal_plugin_DEPENDENCIES = portable/libportable.la \
+tests_plugin_heimdal_t_SOURCES = tests/plugin/heimdal-t.c
+tests_plugin_heimdal_t_OBJECTS =  \
+       tests/plugin/tests_plugin_heimdal_t-heimdal-t.$(OBJEXT)
+tests_plugin_heimdal_t_DEPENDENCIES = tests/tap/libtap.a \
+       portable/libportable.la $(am__DEPENDENCIES_1) \
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
-am_tests_mit_plugin_OBJECTS = tests/mit/plugin.$(OBJEXT)
-tests_mit_plugin_OBJECTS = $(am_tests_mit_plugin_OBJECTS)
-tests_mit_plugin_DEPENDENCIES = portable/libportable.la \
+tests_plugin_mit_t_SOURCES = tests/plugin/mit-t.c
+tests_plugin_mit_t_OBJECTS =  \
+       tests/plugin/tests_plugin_mit_t-mit-t.$(OBJEXT)
+tests_plugin_mit_t_DEPENDENCIES = tests/tap/libtap.a \
+       portable/libportable.la $(am__DEPENDENCIES_1) \
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 am_tests_portable_asprintf_t_OBJECTS =  \
        tests/portable/asprintf-t.$(OBJEXT) \
@@ -190,6 +251,13 @@ tests_portable_asprintf_t_OBJECTS =  \
        $(am_tests_portable_asprintf_t_OBJECTS)
 tests_portable_asprintf_t_DEPENDENCIES = tests/tap/libtap.a \
        portable/libportable.la
+am_tests_portable_mkstemp_t_OBJECTS =  \
+       tests/portable/mkstemp-t.$(OBJEXT) \
+       tests/portable/mkstemp.$(OBJEXT)
+tests_portable_mkstemp_t_OBJECTS =  \
+       $(am_tests_portable_mkstemp_t_OBJECTS)
+tests_portable_mkstemp_t_DEPENDENCIES = tests/tap/libtap.a \
+       portable/libportable.la
 am_tests_portable_snprintf_t_OBJECTS =  \
        tests/portable/snprintf-t.$(OBJEXT) \
        tests/portable/snprintf.$(OBJEXT)
@@ -197,23 +265,70 @@ tests_portable_snprintf_t_OBJECTS =  \
        $(am_tests_portable_snprintf_t_OBJECTS)
 tests_portable_snprintf_t_DEPENDENCIES = tests/tap/libtap.a \
        portable/libportable.la
-am_tests_portable_strlcat_t_OBJECTS =  \
-       tests/portable/strlcat-t.$(OBJEXT) \
-       tests/portable/strlcat.$(OBJEXT)
-tests_portable_strlcat_t_OBJECTS =  \
-       $(am_tests_portable_strlcat_t_OBJECTS)
-tests_portable_strlcat_t_DEPENDENCIES = tests/tap/libtap.a \
-       portable/libportable.la
-am_tests_portable_strlcpy_t_OBJECTS =  \
-       tests/portable/strlcpy-t.$(OBJEXT) \
-       tests/portable/strlcpy.$(OBJEXT)
-tests_portable_strlcpy_t_OBJECTS =  \
-       $(am_tests_portable_strlcpy_t_OBJECTS)
-tests_portable_strlcpy_t_DEPENDENCIES = tests/tap/libtap.a \
+am_tests_portable_strndup_t_OBJECTS =  \
+       tests/portable/strndup-t.$(OBJEXT) \
+       tests/portable/strndup.$(OBJEXT)
+tests_portable_strndup_t_OBJECTS =  \
+       $(am_tests_portable_strndup_t_OBJECTS)
+tests_portable_strndup_t_DEPENDENCIES = tests/tap/libtap.a \
        portable/libportable.la
 tests_runtests_SOURCES = tests/runtests.c
 tests_runtests_OBJECTS = tests/tests_runtests-runtests.$(OBJEXT)
 tests_runtests_LDADD = $(LDADD)
+tests_util_messages_krb5_t_SOURCES = tests/util/messages-krb5-t.c
+tests_util_messages_krb5_t_OBJECTS =  \
+       tests/util/messages-krb5-t.$(OBJEXT)
+tests_util_messages_krb5_t_DEPENDENCIES = tests/tap/libtap.a \
+       util/libutil.a portable/libportable.la $(am__DEPENDENCIES_1)
+tests_util_messages_t_SOURCES = tests/util/messages-t.c
+tests_util_messages_t_OBJECTS = tests/util/messages-t.$(OBJEXT)
+tests_util_messages_t_DEPENDENCIES = tests/tap/libtap.a util/libutil.a \
+       portable/libportable.la
+tests_util_xmalloc_SOURCES = tests/util/xmalloc.c
+tests_util_xmalloc_OBJECTS = tests/util/xmalloc.$(OBJEXT)
+tests_util_xmalloc_DEPENDENCIES = util/libutil.a \
+       portable/libportable.la
+am_tools_heimdal_strength_OBJECTS =  \
+       plugin/tools_heimdal_strength-cdb.$(OBJEXT) \
+       plugin/tools_heimdal_strength-classes.$(OBJEXT) \
+       plugin/tools_heimdal_strength-config.$(OBJEXT) \
+       plugin/tools_heimdal_strength-cracklib.$(OBJEXT) \
+       plugin/tools_heimdal_strength-error.$(OBJEXT) \
+       plugin/tools_heimdal_strength-general.$(OBJEXT) \
+       plugin/tools_heimdal_strength-principal.$(OBJEXT) \
+       plugin/tools_heimdal_strength-sqlite.$(OBJEXT) \
+       plugin/tools_heimdal_strength-vector.$(OBJEXT) \
+       tools/tools_heimdal_strength-heimdal-strength.$(OBJEXT)
+tools_heimdal_strength_OBJECTS = $(am_tools_heimdal_strength_OBJECTS)
+@EMBEDDED_CRACKLIB_FALSE@tools_heimdal_strength_DEPENDENCIES =  \
+@EMBEDDED_CRACKLIB_FALSE@      $(am__DEPENDENCIES_1) util/libutil.a \
+@EMBEDDED_CRACKLIB_FALSE@      portable/libportable.la \
+@EMBEDDED_CRACKLIB_FALSE@      $(am__DEPENDENCIES_1) \
+@EMBEDDED_CRACKLIB_FALSE@      $(am__DEPENDENCIES_1) \
+@EMBEDDED_CRACKLIB_FALSE@      $(am__DEPENDENCIES_1)
+@EMBEDDED_CRACKLIB_TRUE@tools_heimdal_strength_DEPENDENCIES =  \
+@EMBEDDED_CRACKLIB_TRUE@       cracklib/libcracklib.la util/libutil.a \
+@EMBEDDED_CRACKLIB_TRUE@       portable/libportable.la \
+@EMBEDDED_CRACKLIB_TRUE@       $(am__DEPENDENCIES_1) \
+@EMBEDDED_CRACKLIB_TRUE@       $(am__DEPENDENCIES_1) \
+@EMBEDDED_CRACKLIB_TRUE@       $(am__DEPENDENCIES_1)
+tools_heimdal_strength_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+       $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+       $(tools_heimdal_strength_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+       $(LDFLAGS) -o $@
+SCRIPTS = $(dist_bin_SCRIPTS)
+AM_V_P = $(am__v_P_@AM_V@)
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 am__depfiles_maybe = depfiles
@@ -226,42 +341,68 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        $(AM_CFLAGS) $(CFLAGS)
 AM_V_CC = $(am__v_CC_@AM_V@)
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC    " $@;
+am__v_CC_0 = @echo "  CC      " $@;
+am__v_CC_1 = 
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_@AM_V@)
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN   " $@;
-SOURCES = $(tests_tap_libtap_a_SOURCES) \
+am__v_CCLD_0 = @echo "  CCLD    " $@;
+am__v_CCLD_1 = 
+SOURCES = $(tests_tap_libtap_a_SOURCES) $(util_libutil_a_SOURCES) \
        $(cracklib_libcracklib_la_SOURCES) \
-       $(plugin_passwd_strength_la_SOURCES) \
+       $(plugin_strength_la_SOURCES) \
        $(portable_libportable_la_SOURCES) $(cracklib_packer_SOURCES) \
-       $(external_heimdal_strength_SOURCES) \
-       $(tests_heimdal_plugin_SOURCES) $(tests_mit_plugin_SOURCES) \
+       tests/plugin/heimdal-t.c tests/plugin/mit-t.c \
        $(tests_portable_asprintf_t_SOURCES) \
+       $(tests_portable_mkstemp_t_SOURCES) \
        $(tests_portable_snprintf_t_SOURCES) \
-       $(tests_portable_strlcat_t_SOURCES) \
-       $(tests_portable_strlcpy_t_SOURCES) tests/runtests.c
-DIST_SOURCES = $(tests_tap_libtap_a_SOURCES) \
+       $(tests_portable_strndup_t_SOURCES) tests/runtests.c \
+       tests/util/messages-krb5-t.c tests/util/messages-t.c \
+       tests/util/xmalloc.c $(tools_heimdal_strength_SOURCES)
+DIST_SOURCES = $(tests_tap_libtap_a_SOURCES) $(util_libutil_a_SOURCES) \
        $(cracklib_libcracklib_la_SOURCES) \
-       $(plugin_passwd_strength_la_SOURCES) \
+       $(plugin_strength_la_SOURCES) \
        $(portable_libportable_la_SOURCES) $(cracklib_packer_SOURCES) \
-       $(external_heimdal_strength_SOURCES) \
-       $(tests_heimdal_plugin_SOURCES) $(tests_mit_plugin_SOURCES) \
+       tests/plugin/heimdal-t.c tests/plugin/mit-t.c \
        $(tests_portable_asprintf_t_SOURCES) \
+       $(tests_portable_mkstemp_t_SOURCES) \
        $(tests_portable_snprintf_t_SOURCES) \
-       $(tests_portable_strlcat_t_SOURCES) \
-       $(tests_portable_strlcpy_t_SOURCES) tests/runtests.c
+       $(tests_portable_strndup_t_SOURCES) tests/runtests.c \
+       tests/util/messages-krb5-t.c tests/util/messages-t.c \
+       tests/util/xmalloc.c $(tools_heimdal_strength_SOURCES)
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+    n|no|NO) false;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+  esac
 man1dir = $(mandir)/man1
 NROFF = nroff
 MANS = $(dist_man_MANS)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
+       $(LISP)config.h.in
+# Read a list of newline-separated strings from the standard input,
+# and print each of them once, without duplicates.  Input order is
+# *not* preserved.
+am__uniquify_input = $(AWK) '\
+  BEGIN { nonempty = 0; } \
+  { items[$$0] = 1; nonempty = 1; } \
+  END { if (nonempty) { for (i in items) print i; }; } \
+'
+# Make sure the list of sources is unique.  This is necessary because,
+# e.g., the same source file might be shared among _SOURCES variables
+# for different programs/libraries.
+am__define_uniq_tagged_files = \
+  list='$(am__tagged_files)'; \
+  unique=`for i in $$list; do \
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+  done | $(am__uniquify_input)`
 ETAGS = etags
 CTAGS = ctags
+CSCOPE = cscope
+AM_RECURSIVE_TARGETS = cscope
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -271,8 +412,10 @@ am__remove_distdir = \
       && rm -rf "$(distdir)" \
       || { sleep 5 && rm -rf "$(distdir)"; }; \
   else :; fi
-DIST_ARCHIVES = $(distdir).tar.gz
+am__post_remove_distdir = $(am__remove_distdir)
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
 GZIP_ENV = --best
+DIST_TARGETS = dist-xz dist-gzip
 distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -287,6 +430,9 @@ AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
+CDB_CPPFLAGS = @CDB_CPPFLAGS@
+CDB_LDFLAGS = @CDB_LDFLAGS@
+CDB_LIBS = @CDB_LIBS@
 CFLAGS = @CFLAGS@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
@@ -342,10 +488,17 @@ PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_KRB5_CONFIG = @PATH_KRB5_CONFIG@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 RANLIB = @RANLIB@
 SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
+SQLITE_CFLAGS = @SQLITE_CFLAGS@
+SQLITE_CPPFLAGS = @SQLITE_CPPFLAGS@
+SQLITE_LDFLAGS = @SQLITE_LDFLAGS@
+SQLITE_LIBS = @SQLITE_LIBS@
 STRIP = @STRIP@
 VERSION = @VERSION@
 abs_builddir = @abs_builddir@
@@ -401,31 +554,47 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = .gitignore LICENSE autogen cracklib/HISTORY cracklib/LICENCE   \
-       cracklib/README cracklib/genrules.pl cracklib/mkdict                \
-       external/heimdal-strength.pod patches/README patches/mit-krb5-1.4.4 \
-       tests/HOWTO tests/TESTS tests/data/wordlist                         \
-       tests/heimdal/external-t tests/heimdal/plugin-t                     \
-       tests/heimdal/pod-spelling-t tests/heimdal/pod-t tests/mit/plugin-t \
-       tests/tap/libtap.sh
+EXTRA_DIST = .gitignore LICENSE autogen cracklib/HISTORY cracklib/LICENCE  \
+       cracklib/README cracklib/genrules.pl cracklib/mkdict tests/HOWTO   \
+       tests/TESTS tests/data/krb5.conf tests/data/make-krb5-conf         \
+       tests/data/passwords tests/data/perl.conf tests/data/perlcriticrc  \
+       tests/data/perltidyrc tests/data/valgrind.supp tests/data/wordlist \
+       tests/data/wordlist.cdb tests/data/wordlist.sqlite                 \
+       tests/docs/pod-spelling-t tests/docs/pod-t tests/perl/critic-t     \
+       tests/perl/minimum-version-t tests/perl/strict-t                   \
+       tests/tap/libtap.sh tests/tap/perl/Test/RRA.pm                     \
+       tests/tap/perl/Test/RRA/Config.pm                                  \
+       tests/tap/perl/Test/RRA/Automake.pm tests/tools/heimdal-history-t  \
+       tests/tools/heimdal-strength-t tests/tools/wordlist-cdb-t          \
+       tests/tools/wordlist-sqlite-t tests/tools/wordlist-t               \
+       tests/util/xmalloc-t tools/heimdal-strength.pod
 
 
 # Do this globally.  Everything needs to find the Kerberos headers and
-# libraries, and if we're using the system CrackLib, add its location
-# unconditionally as well.
-AM_CPPFLAGS = $(CRACKLIB_CPPFLAGS) $(KRB5_CPPFLAGS)
-AM_LDFLAGS = $(CRACKLIB_LDFLAGS) $(KRB5_LDFLAGS)
+# libraries, and if we're using the system CrackLib, TinyCDB, or SQLite, add
+# its location unconditionally as well.
+AM_CPPFLAGS = $(CRACKLIB_CPPFLAGS) $(KRB5_CPPFLAGS) $(CDB_CPPFLAGS) \
+       $(SQLITE_CPPFLAGS)
+
+AM_LDFLAGS = $(CRACKLIB_LDFLAGS) $(KRB5_LDFLAGS) $(CDB_LDFLAGS) \
+       $(SQLITE_LDFLAGS)
 
-# Put the module into /usr/local/lib/kadmind by default, relative to --libdir.
-moduledir = $(libdir)/kadmind
 
 # Build our portability library.
 noinst_LTLIBRARIES = portable/libportable.la $(am__append_1)
-portable_libportable_la_SOURCES = portable/dummy.c portable/macros.h \
-        portable/stdbool.h portable/system.h
+portable_libportable_la_SOURCES = portable/dummy.c portable/kadmin.h   \
+        portable/krb5.h portable/macros.h portable/stdbool.h           \
+        portable/system.h
 
 portable_libportable_la_LIBADD = $(LTLIBOBJS)
 
+# Build our command-line utility library.
+noinst_LIBRARIES = util/libutil.a
+util_libutil_a_SOURCES = util/macros.h util/messages-krb5.c                \
+       util/messages-krb5.h util/messages.c util/messages.h util/xmalloc.c \
+       util/xmalloc.h
+
+
 # If we're building with the embedded cracklib, build cracklib as a helper
 # library and build (but don't install) the packer program.
 cracklib_libcracklib_la_SOURCES = cracklib/fascist.c cracklib/packlib.c \
@@ -435,27 +604,46 @@ cracklib_libcracklib_la_CPPFLAGS = -DIN_CRACKLIB
 cracklib_packer_SOURCES = cracklib/packer.c cracklib/packer.h
 cracklib_packer_LDADD = cracklib/libcracklib.la
 
+# Put the plugin into $(libdir)/krb5/plugins/pwqual by default,
+moduledir = $(libdir)/krb5/plugins/pwqual
+
 # Rules for building the password strength plugin.
-module_LTLIBRARIES = plugin/passwd_strength.la
-plugin_passwd_strength_la_SOURCES = plugin/api.c plugin/heimdal.c plugin/mit.c
-plugin_passwd_strength_la_LDFLAGS = -module -avoid-version
-@EMBEDDED_CRACKLIB_FALSE@plugin_passwd_strength_la_LIBADD =  \
-@EMBEDDED_CRACKLIB_FALSE@      $(CRACKLIB_LIBS) \
-@EMBEDDED_CRACKLIB_FALSE@      portable/libportable.la $(KRB5_LIBS)
-@EMBEDDED_CRACKLIB_TRUE@plugin_passwd_strength_la_LIBADD =  \
+module_LTLIBRARIES = plugin/strength.la
+plugin_strength_la_SOURCES = plugin/cdb.c plugin/classes.c plugin/config.c \
+       plugin/cracklib.c plugin/error.c plugin/general.c plugin/heimdal.c \
+       plugin/internal.h plugin/mit.c plugin/principal.c plugin/sqlite.c  \
+       plugin/vector.c
+
+plugin_strength_la_LDFLAGS = -module -avoid-version
+@EMBEDDED_CRACKLIB_FALSE@plugin_strength_la_LIBADD = $(CRACKLIB_LIBS) \
+@EMBEDDED_CRACKLIB_FALSE@      portable/libportable.la $(KRB5_LIBS) \
+@EMBEDDED_CRACKLIB_FALSE@      $(CDB_LIBS) $(SQLITE_LIBS)
+@EMBEDDED_CRACKLIB_TRUE@plugin_strength_la_LIBADD =  \
 @EMBEDDED_CRACKLIB_TRUE@       cracklib/libcracklib.la \
-@EMBEDDED_CRACKLIB_TRUE@       portable/libportable.la $(KRB5_LIBS)
-external_heimdal_strength_CFLAGS = $(AM_CFLAGS)
-external_heimdal_strength_SOURCES = plugin/api.c plugin/api.h \
-       external/heimdal-strength.c
-
-@EMBEDDED_CRACKLIB_FALSE@external_heimdal_strength_LDADD =  \
-@EMBEDDED_CRACKLIB_FALSE@      $(CRACKLIB_LIBS) \
-@EMBEDDED_CRACKLIB_FALSE@      portable/libportable.la $(KRB5_LIBS)
-@EMBEDDED_CRACKLIB_TRUE@external_heimdal_strength_LDADD =  \
-@EMBEDDED_CRACKLIB_TRUE@       cracklib/libcracklib.la \
-@EMBEDDED_CRACKLIB_TRUE@       portable/libportable.la $(KRB5_LIBS)
-dist_man_MANS = external/heimdal-strength.1
+@EMBEDDED_CRACKLIB_TRUE@       portable/libportable.la $(KRB5_LIBS) \
+@EMBEDDED_CRACKLIB_TRUE@       $(CDB_LIBS) $(SQLITE_LIBS)
+tools_heimdal_strength_CFLAGS = $(AM_CFLAGS)
+tools_heimdal_strength_SOURCES = plugin/cdb.c plugin/classes.c           \
+       plugin/config.c plugin/cracklib.c plugin/error.c plugin/general.c \
+       plugin/internal.h plugin/principal.c plugin/sqlite.c              \
+       plugin/vector.c tools/heimdal-strength.c
+
+@EMBEDDED_CRACKLIB_FALSE@tools_heimdal_strength_LDADD =  \
+@EMBEDDED_CRACKLIB_FALSE@      $(CRACKLIB_LIBS) util/libutil.a \
+@EMBEDDED_CRACKLIB_FALSE@      portable/libportable.la $(KRB5_LIBS) \
+@EMBEDDED_CRACKLIB_FALSE@      $(CDB_LIBS) $(SQLITE_LIBS)
+@EMBEDDED_CRACKLIB_TRUE@tools_heimdal_strength_LDADD =  \
+@EMBEDDED_CRACKLIB_TRUE@       cracklib/libcracklib.la util/libutil.a \
+@EMBEDDED_CRACKLIB_TRUE@       portable/libportable.la $(KRB5_LIBS) \
+@EMBEDDED_CRACKLIB_TRUE@       $(CDB_LIBS) $(SQLITE_LIBS)
+
+# Other tools.
+dist_bin_SCRIPTS = tools/heimdal-history tools/krb5-strength-wordlist
+
+# Man pages for all tools.
+dist_man_MANS = tools/heimdal-history.1 tools/heimdal-strength.1 \
+       tools/krb5-strength-wordlist.1
+
 
 # Handle the standard stuff that make maintainer-clean should probably remove
 # but doesn't.  This breaks the GNU coding standard, but in this area the GNU
@@ -468,7 +656,10 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 build-aux/compile             \
        build-aux/config.guess build-aux/config.sub build-aux/depcomp    \
        build-aux/install-sh build-aux/ltmain.sh build-aux/missing       \
        config.h.in config.h.in~ configure m4/libtool.m4 m4/ltoptions.m4 \
-       m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4
+       m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4                  \
+       tests/data/wordlist.cdb tests/data/wordlist.sqlite               \
+       tools/heimdal-history.1 tools/heimdal-strength.1                 \
+       tools/krb5-strength-wordlist.1
 
 
 # A set of flags for warnings.  Add -O because gcc won't find some warnings
@@ -477,44 +668,60 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 build-aux/compile            \
 #
 #     -Wconversion      http://bugs.debian.org/488884 (htons warnings)
 #
-# Last checked against gcc 4.6.1 (2011-05-04).  -D_FORTIFY_SOURCE=2 enables
+# Last checked against gcc 4.7.2 (2013-04-22).  -D_FORTIFY_SOURCE=2 enables
 # warn_unused_result attribute markings on glibc functions on Linux, which
 # catches a few more issues.
-WARNINGS = -g -O -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wendif-labels          \
-       -Wformat=2 -Winit-self -Wswitch-enum -Wdeclaration-after-statement  \
-       -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align           \
-       -Wwrite-strings -Wjump-misses-init -Wlogical-op                     \
-       -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls          \
-       -Wnested-externs -Werror
+WARNINGS = -g -O -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wendif-labels         \
+       -Wformat=2 -Winit-self -Wswitch-enum -Wuninitialized -Wfloat-equal \
+       -Wdeclaration-after-statement -Wshadow -Wpointer-arith             \
+       -Wbad-function-cast -Wcast-align -Wwrite-strings                   \
+       -Wjump-misses-init -Wlogical-op -Wstrict-prototypes                \
+       -Wold-style-definition -Wmissing-prototypes -Wnormalized=nfc       \
+       -Wpacked -Wredundant-decls -Wnested-externs -Winline -Wvla -Werror
 
 tests_runtests_CPPFLAGS = -DSOURCE='"$(abs_top_srcdir)/tests"' \
        -DBUILD='"$(abs_top_builddir)/tests"'
 
 check_LIBRARIES = tests/tap/libtap.a
-tests_tap_libtap_a_CPPFLAGS = -I$(abs_top_srcdir)/tests
-tests_tap_libtap_a_SOURCES = tests/tap/basic.c tests/tap/basic.h \
-       tests/tap/macros.h
-
-tests_heimdal_plugin_SOURCES = tests/heimdal/plugin.c
-tests_heimdal_plugin_LDADD = portable/libportable.la $(KRB5_LIBS) $(DL_LIBS)
-tests_mit_plugin_SOURCES = tests/mit/plugin.c
-tests_mit_plugin_LDADD = portable/libportable.la $(KRB5_LIBS) $(DL_LIBS)
+tests_tap_libtap_a_CPPFLAGS = -I$(abs_top_srcdir)/tests $(KRB5_CPPFLAGS)
+tests_tap_libtap_a_SOURCES = tests/tap/basic.c tests/tap/basic.h       \
+       tests/tap/kerberos.c tests/tap/kerberos.h tests/tap/macros.h    \
+       tests/tap/process.c tests/tap/process.h tests/tap/string.c      \
+       tests/tap/string.h
+
+
+# The actual test programs.
+tests_plugin_heimdal_t_CPPFLAGS = $(KRB5_CPPFLAGS)
+tests_plugin_heimdal_t_LDADD = tests/tap/libtap.a portable/libportable.la \
+       $(KRB5_LIBS) $(CDB_LIBS) $(DL_LIBS)
+
+tests_plugin_mit_t_CPPFLAGS = $(KRB5_CPPFLAGS)
+tests_plugin_mit_t_LDADD = tests/tap/libtap.a portable/libportable.la \
+       $(KRB5_LIBS) $(CDB_LIBS) $(DL_LIBS)
+
 tests_portable_asprintf_t_SOURCES = tests/portable/asprintf-t.c \
        tests/portable/asprintf.c
 
 tests_portable_asprintf_t_LDADD = tests/tap/libtap.a portable/libportable.la
+tests_portable_mkstemp_t_SOURCES = tests/portable/mkstemp-t.c \
+       tests/portable/mkstemp.c
+
+tests_portable_mkstemp_t_LDADD = tests/tap/libtap.a portable/libportable.la
 tests_portable_snprintf_t_SOURCES = tests/portable/snprintf-t.c \
        tests/portable/snprintf.c
 
 tests_portable_snprintf_t_LDADD = tests/tap/libtap.a portable/libportable.la
-tests_portable_strlcat_t_SOURCES = tests/portable/strlcat-t.c \
-       tests/portable/strlcat.c
+tests_portable_strndup_t_SOURCES = tests/portable/strndup-t.c \
+       tests/portable/strndup.c
+
+tests_portable_strndup_t_LDADD = tests/tap/libtap.a portable/libportable.la
+tests_util_messages_t_LDADD = tests/tap/libtap.a util/libutil.a \
+       portable/libportable.la
 
-tests_portable_strlcat_t_LDADD = tests/tap/libtap.a portable/libportable.la
-tests_portable_strlcpy_t_SOURCES = tests/portable/strlcpy-t.c \
-       tests/portable/strlcpy.c
+tests_util_messages_krb5_t_LDADD = tests/tap/libtap.a util/libutil.a \
+       portable/libportable.la $(KRB5_LIBS)
 
-tests_portable_strlcpy_t_LDADD = tests/tap/libtap.a portable/libportable.la
+tests_util_xmalloc_LDADD = util/libutil.a portable/libportable.la
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
@@ -556,8 +763,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-       @if test ! -f $@; then rm -f stamp-h1; else :; fi
-       @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+       @test -f $@ || rm -f stamp-h1
+       @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        @rm -f stamp-h1
@@ -572,6 +779,9 @@ distclean-hdr:
 
 clean-checkLIBRARIES:
        -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
+
+clean-noinstLIBRARIES:
+       -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 tests/tap/$(am__dirstamp):
        @$(MKDIR_P) tests/tap
        @: > tests/tap/$(am__dirstamp)
@@ -580,13 +790,37 @@ tests/tap/$(DEPDIR)/$(am__dirstamp):
        @: > tests/tap/$(DEPDIR)/$(am__dirstamp)
 tests/tap/tests_tap_libtap_a-basic.$(OBJEXT):  \
        tests/tap/$(am__dirstamp) tests/tap/$(DEPDIR)/$(am__dirstamp)
+tests/tap/tests_tap_libtap_a-kerberos.$(OBJEXT):  \
+       tests/tap/$(am__dirstamp) tests/tap/$(DEPDIR)/$(am__dirstamp)
+tests/tap/tests_tap_libtap_a-process.$(OBJEXT):  \
+       tests/tap/$(am__dirstamp) tests/tap/$(DEPDIR)/$(am__dirstamp)
+tests/tap/tests_tap_libtap_a-string.$(OBJEXT):  \
+       tests/tap/$(am__dirstamp) tests/tap/$(DEPDIR)/$(am__dirstamp)
+
 tests/tap/libtap.a: $(tests_tap_libtap_a_OBJECTS) $(tests_tap_libtap_a_DEPENDENCIES) $(EXTRA_tests_tap_libtap_a_DEPENDENCIES) tests/tap/$(am__dirstamp)
        $(AM_V_at)-rm -f tests/tap/libtap.a
        $(AM_V_AR)$(tests_tap_libtap_a_AR) tests/tap/libtap.a $(tests_tap_libtap_a_OBJECTS) $(tests_tap_libtap_a_LIBADD)
        $(AM_V_at)$(RANLIB) tests/tap/libtap.a
+util/$(am__dirstamp):
+       @$(MKDIR_P) util
+       @: > util/$(am__dirstamp)
+util/$(DEPDIR)/$(am__dirstamp):
+       @$(MKDIR_P) util/$(DEPDIR)
+       @: > util/$(DEPDIR)/$(am__dirstamp)
+util/messages-krb5.$(OBJEXT): util/$(am__dirstamp) \
+       util/$(DEPDIR)/$(am__dirstamp)
+util/messages.$(OBJEXT): util/$(am__dirstamp) \
+       util/$(DEPDIR)/$(am__dirstamp)
+util/xmalloc.$(OBJEXT): util/$(am__dirstamp) \
+       util/$(DEPDIR)/$(am__dirstamp)
+
+util/libutil.a: $(util_libutil_a_OBJECTS) $(util_libutil_a_DEPENDENCIES) $(EXTRA_util_libutil_a_DEPENDENCIES) util/$(am__dirstamp)
+       $(AM_V_at)-rm -f util/libutil.a
+       $(AM_V_AR)$(util_libutil_a_AR) util/libutil.a $(util_libutil_a_OBJECTS) $(util_libutil_a_LIBADD)
+       $(AM_V_at)$(RANLIB) util/libutil.a
+
 install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
        @$(NORMAL_INSTALL)
-       test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
        list2=; for p in $$list; do \
          if test -f $$p; then \
@@ -594,6 +828,8 @@ install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
          else :; fi; \
        done; \
        test -z "$$list2" || { \
+         echo " $(MKDIR_P) '$(DESTDIR)$(moduledir)'"; \
+         $(MKDIR_P) "$(DESTDIR)$(moduledir)" || exit 1; \
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
        }
@@ -609,21 +845,25 @@ uninstall-moduleLTLIBRARIES:
 
 clean-moduleLTLIBRARIES:
        -test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
-       @list='$(module_LTLIBRARIES)'; for p in $$list; do \
-         dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
-         test "$$dir" != "$$p" || dir=.; \
-         echo "rm -f \"$${dir}/so_locations\""; \
-         rm -f "$${dir}/so_locations"; \
-       done
+       @list='$(module_LTLIBRARIES)'; \
+       locs=`for p in $$list; do echo $$p; done | \
+             sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
+             sort -u`; \
+       test -z "$$locs" || { \
+         echo rm -f $${locs}; \
+         rm -f $${locs}; \
+       }
 
 clean-noinstLTLIBRARIES:
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-       @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
-         dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
-         test "$$dir" != "$$p" || dir=.; \
-         echo "rm -f \"$${dir}/so_locations\""; \
-         rm -f "$${dir}/so_locations"; \
-       done
+       @list='$(noinst_LTLIBRARIES)'; \
+       locs=`for p in $$list; do echo $$p; done | \
+             sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
+             sort -u`; \
+       test -z "$$locs" || { \
+         echo rm -f $${locs}; \
+         rm -f $${locs}; \
+       }
 cracklib/$(am__dirstamp):
        @$(MKDIR_P) cracklib
        @: > cracklib/$(am__dirstamp)
@@ -638,6 +878,7 @@ cracklib/cracklib_libcracklib_la-rules.lo: cracklib/$(am__dirstamp) \
        cracklib/$(DEPDIR)/$(am__dirstamp)
 cracklib/cracklib_libcracklib_la-stringlib.lo:  \
        cracklib/$(am__dirstamp) cracklib/$(DEPDIR)/$(am__dirstamp)
+
 cracklib/libcracklib.la: $(cracklib_libcracklib_la_OBJECTS) $(cracklib_libcracklib_la_DEPENDENCIES) $(EXTRA_cracklib_libcracklib_la_DEPENDENCIES) cracklib/$(am__dirstamp)
        $(AM_V_CCLD)$(LINK) $(am_cracklib_libcracklib_la_rpath) $(cracklib_libcracklib_la_OBJECTS) $(cracklib_libcracklib_la_LIBADD) $(LIBS)
 plugin/$(am__dirstamp):
@@ -646,12 +887,29 @@ plugin/$(am__dirstamp):
 plugin/$(DEPDIR)/$(am__dirstamp):
        @$(MKDIR_P) plugin/$(DEPDIR)
        @: > plugin/$(DEPDIR)/$(am__dirstamp)
-plugin/api.lo: plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/cdb.lo: plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/classes.lo: plugin/$(am__dirstamp) \
+       plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/config.lo: plugin/$(am__dirstamp) \
+       plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/cracklib.lo: plugin/$(am__dirstamp) \
+       plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/error.lo: plugin/$(am__dirstamp) \
+       plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/general.lo: plugin/$(am__dirstamp) \
+       plugin/$(DEPDIR)/$(am__dirstamp)
 plugin/heimdal.lo: plugin/$(am__dirstamp) \
        plugin/$(DEPDIR)/$(am__dirstamp)
 plugin/mit.lo: plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
-plugin/passwd_strength.la: $(plugin_passwd_strength_la_OBJECTS) $(plugin_passwd_strength_la_DEPENDENCIES) $(EXTRA_plugin_passwd_strength_la_DEPENDENCIES) plugin/$(am__dirstamp)
-       $(AM_V_CCLD)$(plugin_passwd_strength_la_LINK) -rpath $(moduledir) $(plugin_passwd_strength_la_OBJECTS) $(plugin_passwd_strength_la_LIBADD) $(LIBS)
+plugin/principal.lo: plugin/$(am__dirstamp) \
+       plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/sqlite.lo: plugin/$(am__dirstamp) \
+       plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/vector.lo: plugin/$(am__dirstamp) \
+       plugin/$(DEPDIR)/$(am__dirstamp)
+
+plugin/strength.la: $(plugin_strength_la_OBJECTS) $(plugin_strength_la_DEPENDENCIES) $(EXTRA_plugin_strength_la_DEPENDENCIES) plugin/$(am__dirstamp)
+       $(AM_V_CCLD)$(plugin_strength_la_LINK) -rpath $(moduledir) $(plugin_strength_la_OBJECTS) $(plugin_strength_la_LIBADD) $(LIBS)
 portable/$(am__dirstamp):
        @$(MKDIR_P) portable
        @: > portable/$(am__dirstamp)
@@ -660,18 +918,24 @@ portable/$(DEPDIR)/$(am__dirstamp):
        @: > portable/$(DEPDIR)/$(am__dirstamp)
 portable/dummy.lo: portable/$(am__dirstamp) \
        portable/$(DEPDIR)/$(am__dirstamp)
+
 portable/libportable.la: $(portable_libportable_la_OBJECTS) $(portable_libportable_la_DEPENDENCIES) $(EXTRA_portable_libportable_la_DEPENDENCIES) portable/$(am__dirstamp)
        $(AM_V_CCLD)$(LINK)  $(portable_libportable_la_OBJECTS) $(portable_libportable_la_LIBADD) $(LIBS)
 install-binPROGRAMS: $(bin_PROGRAMS)
        @$(NORMAL_INSTALL)
-       test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+       if test -n "$$list"; then \
+         echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
+         $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
+       fi; \
        for p in $$list; do echo "$$p $$p"; done | \
        sed 's/$(EXEEXT)$$//' | \
-       while read p p1; do if test -f $$p || test -f $$p1; \
-         then echo "$$p"; echo "$$p"; else :; fi; \
+       while read p p1; do if test -f $$p \
+        || test -f $$p1 \
+         ; then echo "$$p"; echo "$$p"; else :; fi; \
        done | \
-       sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+       sed -e 'p;s,.*/,,;n;h' \
+           -e 's|.*|.|' \
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
        sed 'N;N;N;s,\n, ,g' | \
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
@@ -692,7 +956,8 @@ uninstall-binPROGRAMS:
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
        files=`for p in $$list; do echo "$$p"; done | \
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
-             -e 's/$$/$(EXEEXT)/' `; \
+             -e 's/$$/$(EXEEXT)/' \
+       `; \
        test -n "$$list" || exit 0; \
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
@@ -716,44 +981,30 @@ clean-checkPROGRAMS:
        rm -f $$list
 cracklib/packer.$(OBJEXT): cracklib/$(am__dirstamp) \
        cracklib/$(DEPDIR)/$(am__dirstamp)
+
 cracklib/packer$(EXEEXT): $(cracklib_packer_OBJECTS) $(cracklib_packer_DEPENDENCIES) $(EXTRA_cracklib_packer_DEPENDENCIES) cracklib/$(am__dirstamp)
        @rm -f cracklib/packer$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(cracklib_packer_OBJECTS) $(cracklib_packer_LDADD) $(LIBS)
-plugin/external_heimdal_strength-api.$(OBJEXT):  \
-       plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
-external/$(am__dirstamp):
-       @$(MKDIR_P) external
-       @: > external/$(am__dirstamp)
-external/$(DEPDIR)/$(am__dirstamp):
-       @$(MKDIR_P) external/$(DEPDIR)
-       @: > external/$(DEPDIR)/$(am__dirstamp)
-external/external_heimdal_strength-heimdal-strength.$(OBJEXT):  \
-       external/$(am__dirstamp) external/$(DEPDIR)/$(am__dirstamp)
-external/heimdal-strength$(EXEEXT): $(external_heimdal_strength_OBJECTS) $(external_heimdal_strength_DEPENDENCIES) $(EXTRA_external_heimdal_strength_DEPENDENCIES) external/$(am__dirstamp)
-       @rm -f external/heimdal-strength$(EXEEXT)
-       $(AM_V_CCLD)$(external_heimdal_strength_LINK) $(external_heimdal_strength_OBJECTS) $(external_heimdal_strength_LDADD) $(LIBS)
-tests/heimdal/$(am__dirstamp):
-       @$(MKDIR_P) tests/heimdal
-       @: > tests/heimdal/$(am__dirstamp)
-tests/heimdal/$(DEPDIR)/$(am__dirstamp):
-       @$(MKDIR_P) tests/heimdal/$(DEPDIR)
-       @: > tests/heimdal/$(DEPDIR)/$(am__dirstamp)
-tests/heimdal/plugin.$(OBJEXT): tests/heimdal/$(am__dirstamp) \
-       tests/heimdal/$(DEPDIR)/$(am__dirstamp)
-tests/heimdal/plugin$(EXEEXT): $(tests_heimdal_plugin_OBJECTS) $(tests_heimdal_plugin_DEPENDENCIES) $(EXTRA_tests_heimdal_plugin_DEPENDENCIES) tests/heimdal/$(am__dirstamp)
-       @rm -f tests/heimdal/plugin$(EXEEXT)
-       $(AM_V_CCLD)$(LINK) $(tests_heimdal_plugin_OBJECTS) $(tests_heimdal_plugin_LDADD) $(LIBS)
-tests/mit/$(am__dirstamp):
-       @$(MKDIR_P) tests/mit
-       @: > tests/mit/$(am__dirstamp)
-tests/mit/$(DEPDIR)/$(am__dirstamp):
-       @$(MKDIR_P) tests/mit/$(DEPDIR)
-       @: > tests/mit/$(DEPDIR)/$(am__dirstamp)
-tests/mit/plugin.$(OBJEXT): tests/mit/$(am__dirstamp) \
-       tests/mit/$(DEPDIR)/$(am__dirstamp)
-tests/mit/plugin$(EXEEXT): $(tests_mit_plugin_OBJECTS) $(tests_mit_plugin_DEPENDENCIES) $(EXTRA_tests_mit_plugin_DEPENDENCIES) tests/mit/$(am__dirstamp)
-       @rm -f tests/mit/plugin$(EXEEXT)
-       $(AM_V_CCLD)$(LINK) $(tests_mit_plugin_OBJECTS) $(tests_mit_plugin_LDADD) $(LIBS)
+tests/plugin/$(am__dirstamp):
+       @$(MKDIR_P) tests/plugin
+       @: > tests/plugin/$(am__dirstamp)
+tests/plugin/$(DEPDIR)/$(am__dirstamp):
+       @$(MKDIR_P) tests/plugin/$(DEPDIR)
+       @: > tests/plugin/$(DEPDIR)/$(am__dirstamp)
+tests/plugin/tests_plugin_heimdal_t-heimdal-t.$(OBJEXT):  \
+       tests/plugin/$(am__dirstamp) \
+       tests/plugin/$(DEPDIR)/$(am__dirstamp)
+
+tests/plugin/heimdal-t$(EXEEXT): $(tests_plugin_heimdal_t_OBJECTS) $(tests_plugin_heimdal_t_DEPENDENCIES) $(EXTRA_tests_plugin_heimdal_t_DEPENDENCIES) tests/plugin/$(am__dirstamp)
+       @rm -f tests/plugin/heimdal-t$(EXEEXT)
+       $(AM_V_CCLD)$(LINK) $(tests_plugin_heimdal_t_OBJECTS) $(tests_plugin_heimdal_t_LDADD) $(LIBS)
+tests/plugin/tests_plugin_mit_t-mit-t.$(OBJEXT):  \
+       tests/plugin/$(am__dirstamp) \
+       tests/plugin/$(DEPDIR)/$(am__dirstamp)
+
+tests/plugin/mit-t$(EXEEXT): $(tests_plugin_mit_t_OBJECTS) $(tests_plugin_mit_t_DEPENDENCIES) $(EXTRA_tests_plugin_mit_t_DEPENDENCIES) tests/plugin/$(am__dirstamp)
+       @rm -f tests/plugin/mit-t$(EXEEXT)
+       $(AM_V_CCLD)$(LINK) $(tests_plugin_mit_t_OBJECTS) $(tests_plugin_mit_t_LDADD) $(LIBS)
 tests/portable/$(am__dirstamp):
        @$(MKDIR_P) tests/portable
        @: > tests/portable/$(am__dirstamp)
@@ -764,30 +1015,34 @@ tests/portable/asprintf-t.$(OBJEXT): tests/portable/$(am__dirstamp) \
        tests/portable/$(DEPDIR)/$(am__dirstamp)
 tests/portable/asprintf.$(OBJEXT): tests/portable/$(am__dirstamp) \
        tests/portable/$(DEPDIR)/$(am__dirstamp)
+
 tests/portable/asprintf-t$(EXEEXT): $(tests_portable_asprintf_t_OBJECTS) $(tests_portable_asprintf_t_DEPENDENCIES) $(EXTRA_tests_portable_asprintf_t_DEPENDENCIES) tests/portable/$(am__dirstamp)
        @rm -f tests/portable/asprintf-t$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(tests_portable_asprintf_t_OBJECTS) $(tests_portable_asprintf_t_LDADD) $(LIBS)
+tests/portable/mkstemp-t.$(OBJEXT): tests/portable/$(am__dirstamp) \
+       tests/portable/$(DEPDIR)/$(am__dirstamp)
+tests/portable/mkstemp.$(OBJEXT): tests/portable/$(am__dirstamp) \
+       tests/portable/$(DEPDIR)/$(am__dirstamp)
+
+tests/portable/mkstemp-t$(EXEEXT): $(tests_portable_mkstemp_t_OBJECTS) $(tests_portable_mkstemp_t_DEPENDENCIES) $(EXTRA_tests_portable_mkstemp_t_DEPENDENCIES) tests/portable/$(am__dirstamp)
+       @rm -f tests/portable/mkstemp-t$(EXEEXT)
+       $(AM_V_CCLD)$(LINK) $(tests_portable_mkstemp_t_OBJECTS) $(tests_portable_mkstemp_t_LDADD) $(LIBS)
 tests/portable/snprintf-t.$(OBJEXT): tests/portable/$(am__dirstamp) \
        tests/portable/$(DEPDIR)/$(am__dirstamp)
 tests/portable/snprintf.$(OBJEXT): tests/portable/$(am__dirstamp) \
        tests/portable/$(DEPDIR)/$(am__dirstamp)
+
 tests/portable/snprintf-t$(EXEEXT): $(tests_portable_snprintf_t_OBJECTS) $(tests_portable_snprintf_t_DEPENDENCIES) $(EXTRA_tests_portable_snprintf_t_DEPENDENCIES) tests/portable/$(am__dirstamp)
        @rm -f tests/portable/snprintf-t$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(tests_portable_snprintf_t_OBJECTS) $(tests_portable_snprintf_t_LDADD) $(LIBS)
-tests/portable/strlcat-t.$(OBJEXT): tests/portable/$(am__dirstamp) \
-       tests/portable/$(DEPDIR)/$(am__dirstamp)
-tests/portable/strlcat.$(OBJEXT): tests/portable/$(am__dirstamp) \
+tests/portable/strndup-t.$(OBJEXT): tests/portable/$(am__dirstamp) \
        tests/portable/$(DEPDIR)/$(am__dirstamp)
-tests/portable/strlcat-t$(EXEEXT): $(tests_portable_strlcat_t_OBJECTS) $(tests_portable_strlcat_t_DEPENDENCIES) $(EXTRA_tests_portable_strlcat_t_DEPENDENCIES) tests/portable/$(am__dirstamp)
-       @rm -f tests/portable/strlcat-t$(EXEEXT)
-       $(AM_V_CCLD)$(LINK) $(tests_portable_strlcat_t_OBJECTS) $(tests_portable_strlcat_t_LDADD) $(LIBS)
-tests/portable/strlcpy-t.$(OBJEXT): tests/portable/$(am__dirstamp) \
+tests/portable/strndup.$(OBJEXT): tests/portable/$(am__dirstamp) \
        tests/portable/$(DEPDIR)/$(am__dirstamp)
-tests/portable/strlcpy.$(OBJEXT): tests/portable/$(am__dirstamp) \
-       tests/portable/$(DEPDIR)/$(am__dirstamp)
-tests/portable/strlcpy-t$(EXEEXT): $(tests_portable_strlcpy_t_OBJECTS) $(tests_portable_strlcpy_t_DEPENDENCIES) $(EXTRA_tests_portable_strlcpy_t_DEPENDENCIES) tests/portable/$(am__dirstamp)
-       @rm -f tests/portable/strlcpy-t$(EXEEXT)
-       $(AM_V_CCLD)$(LINK) $(tests_portable_strlcpy_t_OBJECTS) $(tests_portable_strlcpy_t_LDADD) $(LIBS)
+
+tests/portable/strndup-t$(EXEEXT): $(tests_portable_strndup_t_OBJECTS) $(tests_portable_strndup_t_DEPENDENCIES) $(EXTRA_tests_portable_strndup_t_DEPENDENCIES) tests/portable/$(am__dirstamp)
+       @rm -f tests/portable/strndup-t$(EXEEXT)
+       $(AM_V_CCLD)$(LINK) $(tests_portable_strndup_t_OBJECTS) $(tests_portable_strndup_t_LDADD) $(LIBS)
 tests/$(am__dirstamp):
        @$(MKDIR_P) tests
        @: > tests/$(am__dirstamp)
@@ -796,43 +1051,115 @@ tests/$(DEPDIR)/$(am__dirstamp):
        @: > tests/$(DEPDIR)/$(am__dirstamp)
 tests/tests_runtests-runtests.$(OBJEXT): tests/$(am__dirstamp) \
        tests/$(DEPDIR)/$(am__dirstamp)
+
 tests/runtests$(EXEEXT): $(tests_runtests_OBJECTS) $(tests_runtests_DEPENDENCIES) $(EXTRA_tests_runtests_DEPENDENCIES) tests/$(am__dirstamp)
        @rm -f tests/runtests$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(tests_runtests_OBJECTS) $(tests_runtests_LDADD) $(LIBS)
+tests/util/$(am__dirstamp):
+       @$(MKDIR_P) tests/util
+       @: > tests/util/$(am__dirstamp)
+tests/util/$(DEPDIR)/$(am__dirstamp):
+       @$(MKDIR_P) tests/util/$(DEPDIR)
+       @: > tests/util/$(DEPDIR)/$(am__dirstamp)
+tests/util/messages-krb5-t.$(OBJEXT): tests/util/$(am__dirstamp) \
+       tests/util/$(DEPDIR)/$(am__dirstamp)
+
+tests/util/messages-krb5-t$(EXEEXT): $(tests_util_messages_krb5_t_OBJECTS) $(tests_util_messages_krb5_t_DEPENDENCIES) $(EXTRA_tests_util_messages_krb5_t_DEPENDENCIES) tests/util/$(am__dirstamp)
+       @rm -f tests/util/messages-krb5-t$(EXEEXT)
+       $(AM_V_CCLD)$(LINK) $(tests_util_messages_krb5_t_OBJECTS) $(tests_util_messages_krb5_t_LDADD) $(LIBS)
+tests/util/messages-t.$(OBJEXT): tests/util/$(am__dirstamp) \
+       tests/util/$(DEPDIR)/$(am__dirstamp)
+
+tests/util/messages-t$(EXEEXT): $(tests_util_messages_t_OBJECTS) $(tests_util_messages_t_DEPENDENCIES) $(EXTRA_tests_util_messages_t_DEPENDENCIES) tests/util/$(am__dirstamp)
+       @rm -f tests/util/messages-t$(EXEEXT)
+       $(AM_V_CCLD)$(LINK) $(tests_util_messages_t_OBJECTS) $(tests_util_messages_t_LDADD) $(LIBS)
+tests/util/xmalloc.$(OBJEXT): tests/util/$(am__dirstamp) \
+       tests/util/$(DEPDIR)/$(am__dirstamp)
+
+tests/util/xmalloc$(EXEEXT): $(tests_util_xmalloc_OBJECTS) $(tests_util_xmalloc_DEPENDENCIES) $(EXTRA_tests_util_xmalloc_DEPENDENCIES) tests/util/$(am__dirstamp)
+       @rm -f tests/util/xmalloc$(EXEEXT)
+       $(AM_V_CCLD)$(LINK) $(tests_util_xmalloc_OBJECTS) $(tests_util_xmalloc_LDADD) $(LIBS)
+plugin/tools_heimdal_strength-cdb.$(OBJEXT): plugin/$(am__dirstamp) \
+       plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/tools_heimdal_strength-classes.$(OBJEXT):  \
+       plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/tools_heimdal_strength-config.$(OBJEXT):  \
+       plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/tools_heimdal_strength-cracklib.$(OBJEXT):  \
+       plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/tools_heimdal_strength-error.$(OBJEXT): plugin/$(am__dirstamp) \
+       plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/tools_heimdal_strength-general.$(OBJEXT):  \
+       plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/tools_heimdal_strength-principal.$(OBJEXT):  \
+       plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/tools_heimdal_strength-sqlite.$(OBJEXT):  \
+       plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
+plugin/tools_heimdal_strength-vector.$(OBJEXT):  \
+       plugin/$(am__dirstamp) plugin/$(DEPDIR)/$(am__dirstamp)
+tools/$(am__dirstamp):
+       @$(MKDIR_P) tools
+       @: > tools/$(am__dirstamp)
+tools/$(DEPDIR)/$(am__dirstamp):
+       @$(MKDIR_P) tools/$(DEPDIR)
+       @: > tools/$(DEPDIR)/$(am__dirstamp)
+tools/tools_heimdal_strength-heimdal-strength.$(OBJEXT):  \
+       tools/$(am__dirstamp) tools/$(DEPDIR)/$(am__dirstamp)
+
+tools/heimdal-strength$(EXEEXT): $(tools_heimdal_strength_OBJECTS) $(tools_heimdal_strength_DEPENDENCIES) $(EXTRA_tools_heimdal_strength_DEPENDENCIES) tools/$(am__dirstamp)
+       @rm -f tools/heimdal-strength$(EXEEXT)
+       $(AM_V_CCLD)$(tools_heimdal_strength_LINK) $(tools_heimdal_strength_OBJECTS) $(tools_heimdal_strength_LDADD) $(LIBS)
+install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
+       @$(NORMAL_INSTALL)
+       @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
+       if test -n "$$list"; then \
+         echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
+         $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
+       fi; \
+       for p in $$list; do \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
+       done | \
+       sed -e 'p;s,.*/,,;n' \
+           -e 'h;s|.*|.|' \
+           -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
+       $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
+         { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+           if ($$2 == $$4) { files[d] = files[d] " " $$1; \
+             if (++n[d] == $(am__install_max)) { \
+               print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
+           else { print "f", d "/" $$4, $$1 } } \
+         END { for (d in files) print "f", d, files[d] }' | \
+       while read type dir files; do \
+            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+            test -z "$$files" || { \
+              echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
+              $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
+            } \
+       ; done
+
+uninstall-dist_binSCRIPTS:
+       @$(NORMAL_UNINSTALL)
+       @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
+       files=`for p in $$list; do echo "$$p"; done | \
+              sed -e 's,.*/,,;$(transform)'`; \
+       dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
 
 mostlyclean-compile:
        -rm -f *.$(OBJEXT)
-       -rm -f cracklib/cracklib_libcracklib_la-fascist.$(OBJEXT)
-       -rm -f cracklib/cracklib_libcracklib_la-fascist.lo
-       -rm -f cracklib/cracklib_libcracklib_la-packlib.$(OBJEXT)
-       -rm -f cracklib/cracklib_libcracklib_la-packlib.lo
-       -rm -f cracklib/cracklib_libcracklib_la-rules.$(OBJEXT)
-       -rm -f cracklib/cracklib_libcracklib_la-rules.lo
-       -rm -f cracklib/cracklib_libcracklib_la-stringlib.$(OBJEXT)
-       -rm -f cracklib/cracklib_libcracklib_la-stringlib.lo
-       -rm -f cracklib/packer.$(OBJEXT)
-       -rm -f external/external_heimdal_strength-heimdal-strength.$(OBJEXT)
-       -rm -f plugin/api.$(OBJEXT)
-       -rm -f plugin/api.lo
-       -rm -f plugin/external_heimdal_strength-api.$(OBJEXT)
-       -rm -f plugin/heimdal.$(OBJEXT)
-       -rm -f plugin/heimdal.lo
-       -rm -f plugin/mit.$(OBJEXT)
-       -rm -f plugin/mit.lo
-       -rm -f portable/dummy.$(OBJEXT)
-       -rm -f portable/dummy.lo
-       -rm -f tests/heimdal/plugin.$(OBJEXT)
-       -rm -f tests/mit/plugin.$(OBJEXT)
-       -rm -f tests/portable/asprintf-t.$(OBJEXT)
-       -rm -f tests/portable/asprintf.$(OBJEXT)
-       -rm -f tests/portable/snprintf-t.$(OBJEXT)
-       -rm -f tests/portable/snprintf.$(OBJEXT)
-       -rm -f tests/portable/strlcat-t.$(OBJEXT)
-       -rm -f tests/portable/strlcat.$(OBJEXT)
-       -rm -f tests/portable/strlcpy-t.$(OBJEXT)
-       -rm -f tests/portable/strlcpy.$(OBJEXT)
-       -rm -f tests/tap/tests_tap_libtap_a-basic.$(OBJEXT)
-       -rm -f tests/tests_runtests-runtests.$(OBJEXT)
+       -rm -f cracklib/*.$(OBJEXT)
+       -rm -f cracklib/*.lo
+       -rm -f plugin/*.$(OBJEXT)
+       -rm -f plugin/*.lo
+       -rm -f portable/*.$(OBJEXT)
+       -rm -f portable/*.lo
+       -rm -f tests/*.$(OBJEXT)
+       -rm -f tests/plugin/*.$(OBJEXT)
+       -rm -f tests/portable/*.$(OBJEXT)
+       -rm -f tests/tap/*.$(OBJEXT)
+       -rm -f tests/util/*.$(OBJEXT)
+       -rm -f tools/*.$(OBJEXT)
+       -rm -f util/*.$(OBJEXT)
 
 distclean-compile:
        -rm -f *.tab.c
@@ -842,28 +1169,54 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@cracklib/$(DEPDIR)/cracklib_libcracklib_la-rules.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@cracklib/$(DEPDIR)/cracklib_libcracklib_la-stringlib.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@cracklib/$(DEPDIR)/packer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@external/$(DEPDIR)/external_heimdal_strength-heimdal-strength.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/api.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/external_heimdal_strength-api.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/cdb.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/classes.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/config.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/cracklib.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/error.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/general.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/heimdal.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/mit.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/principal.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/sqlite.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/tools_heimdal_strength-cdb.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/tools_heimdal_strength-classes.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/tools_heimdal_strength-config.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/tools_heimdal_strength-cracklib.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/tools_heimdal_strength-error.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/tools_heimdal_strength-general.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/tools_heimdal_strength-principal.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/tools_heimdal_strength-sqlite.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/tools_heimdal_strength-vector.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@plugin/$(DEPDIR)/vector.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/asprintf.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/dummy.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/krb5-extra.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/mkstemp.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/snprintf.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/strlcat.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/strlcpy.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/strndup.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/tests_runtests-runtests.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@tests/heimdal/$(DEPDIR)/plugin.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@tests/mit/$(DEPDIR)/plugin.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/plugin/$(DEPDIR)/tests_plugin_heimdal_t-heimdal-t.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/plugin/$(DEPDIR)/tests_plugin_mit_t-mit-t.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/asprintf-t.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/asprintf.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/mkstemp-t.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/mkstemp.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/snprintf-t.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/snprintf.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/strlcat-t.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/strlcat.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/strlcpy-t.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/strlcpy.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/strndup-t.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/strndup.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/tap/$(DEPDIR)/tests_tap_libtap_a-kerberos.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/messages-krb5-t.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/messages-t.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/xmalloc.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/tools_heimdal_strength-heimdal-strength.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/messages-krb5.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/messages.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/xmalloc.Po@am__quote@
 
 .c.o:
 @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -903,6 +1256,48 @@ tests/tap/tests_tap_libtap_a-basic.obj: tests/tap/basic.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-basic.obj `if test -f 'tests/tap/basic.c'; then $(CYGPATH_W) 'tests/tap/basic.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/basic.c'; fi`
 
+tests/tap/tests_tap_libtap_a-kerberos.o: tests/tap/kerberos.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-kerberos.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-kerberos.Tpo -c -o tests/tap/tests_tap_libtap_a-kerberos.o `test -f 'tests/tap/kerberos.c' || echo '$(srcdir)/'`tests/tap/kerberos.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-kerberos.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-kerberos.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests/tap/kerberos.c' object='tests/tap/tests_tap_libtap_a-kerberos.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-kerberos.o `test -f 'tests/tap/kerberos.c' || echo '$(srcdir)/'`tests/tap/kerberos.c
+
+tests/tap/tests_tap_libtap_a-kerberos.obj: tests/tap/kerberos.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-kerberos.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-kerberos.Tpo -c -o tests/tap/tests_tap_libtap_a-kerberos.obj `if test -f 'tests/tap/kerberos.c'; then $(CYGPATH_W) 'tests/tap/kerberos.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/kerberos.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-kerberos.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-kerberos.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests/tap/kerberos.c' object='tests/tap/tests_tap_libtap_a-kerberos.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-kerberos.obj `if test -f 'tests/tap/kerberos.c'; then $(CYGPATH_W) 'tests/tap/kerberos.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/kerberos.c'; fi`
+
+tests/tap/tests_tap_libtap_a-process.o: tests/tap/process.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-process.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo -c -o tests/tap/tests_tap_libtap_a-process.o `test -f 'tests/tap/process.c' || echo '$(srcdir)/'`tests/tap/process.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests/tap/process.c' object='tests/tap/tests_tap_libtap_a-process.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-process.o `test -f 'tests/tap/process.c' || echo '$(srcdir)/'`tests/tap/process.c
+
+tests/tap/tests_tap_libtap_a-process.obj: tests/tap/process.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-process.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo -c -o tests/tap/tests_tap_libtap_a-process.obj `if test -f 'tests/tap/process.c'; then $(CYGPATH_W) 'tests/tap/process.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/process.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests/tap/process.c' object='tests/tap/tests_tap_libtap_a-process.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-process.obj `if test -f 'tests/tap/process.c'; then $(CYGPATH_W) 'tests/tap/process.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/process.c'; fi`
+
+tests/tap/tests_tap_libtap_a-string.o: tests/tap/string.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-string.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Tpo -c -o tests/tap/tests_tap_libtap_a-string.o `test -f 'tests/tap/string.c' || echo '$(srcdir)/'`tests/tap/string.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests/tap/string.c' object='tests/tap/tests_tap_libtap_a-string.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-string.o `test -f 'tests/tap/string.c' || echo '$(srcdir)/'`tests/tap/string.c
+
+tests/tap/tests_tap_libtap_a-string.obj: tests/tap/string.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-string.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Tpo -c -o tests/tap/tests_tap_libtap_a-string.obj `if test -f 'tests/tap/string.c'; then $(CYGPATH_W) 'tests/tap/string.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/string.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests/tap/string.c' object='tests/tap/tests_tap_libtap_a-string.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-string.obj `if test -f 'tests/tap/string.c'; then $(CYGPATH_W) 'tests/tap/string.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/string.c'; fi`
+
 cracklib/cracklib_libcracklib_la-fascist.lo: cracklib/fascist.c
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cracklib_libcracklib_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cracklib/cracklib_libcracklib_la-fascist.lo -MD -MP -MF cracklib/$(DEPDIR)/cracklib_libcracklib_la-fascist.Tpo -c -o cracklib/cracklib_libcracklib_la-fascist.lo `test -f 'cracklib/fascist.c' || echo '$(srcdir)/'`cracklib/fascist.c
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) cracklib/$(DEPDIR)/cracklib_libcracklib_la-fascist.Tpo cracklib/$(DEPDIR)/cracklib_libcracklib_la-fascist.Plo
@@ -931,33 +1326,33 @@ cracklib/cracklib_libcracklib_la-stringlib.lo: cracklib/stringlib.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cracklib_libcracklib_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cracklib/cracklib_libcracklib_la-stringlib.lo `test -f 'cracklib/stringlib.c' || echo '$(srcdir)/'`cracklib/stringlib.c
 
-plugin/external_heimdal_strength-api.o: plugin/api.c
-@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(external_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/external_heimdal_strength-api.o -MD -MP -MF plugin/$(DEPDIR)/external_heimdal_strength-api.Tpo -c -o plugin/external_heimdal_strength-api.o `test -f 'plugin/api.c' || echo '$(srcdir)/'`plugin/api.c
-@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/external_heimdal_strength-api.Tpo plugin/$(DEPDIR)/external_heimdal_strength-api.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/api.c' object='plugin/external_heimdal_strength-api.o' libtool=no @AMDEPBACKSLASH@
+tests/plugin/tests_plugin_heimdal_t-heimdal-t.o: tests/plugin/heimdal-t.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_plugin_heimdal_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/plugin/tests_plugin_heimdal_t-heimdal-t.o -MD -MP -MF tests/plugin/$(DEPDIR)/tests_plugin_heimdal_t-heimdal-t.Tpo -c -o tests/plugin/tests_plugin_heimdal_t-heimdal-t.o `test -f 'tests/plugin/heimdal-t.c' || echo '$(srcdir)/'`tests/plugin/heimdal-t.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tests/plugin/$(DEPDIR)/tests_plugin_heimdal_t-heimdal-t.Tpo tests/plugin/$(DEPDIR)/tests_plugin_heimdal_t-heimdal-t.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests/plugin/heimdal-t.c' object='tests/plugin/tests_plugin_heimdal_t-heimdal-t.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(external_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/external_heimdal_strength-api.o `test -f 'plugin/api.c' || echo '$(srcdir)/'`plugin/api.c
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_plugin_heimdal_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/plugin/tests_plugin_heimdal_t-heimdal-t.o `test -f 'tests/plugin/heimdal-t.c' || echo '$(srcdir)/'`tests/plugin/heimdal-t.c
 
-plugin/external_heimdal_strength-api.obj: plugin/api.c
-@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(external_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/external_heimdal_strength-api.obj -MD -MP -MF plugin/$(DEPDIR)/external_heimdal_strength-api.Tpo -c -o plugin/external_heimdal_strength-api.obj `if test -f 'plugin/api.c'; then $(CYGPATH_W) 'plugin/api.c'; else $(CYGPATH_W) '$(srcdir)/plugin/api.c'; fi`
-@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/external_heimdal_strength-api.Tpo plugin/$(DEPDIR)/external_heimdal_strength-api.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/api.c' object='plugin/external_heimdal_strength-api.obj' libtool=no @AMDEPBACKSLASH@
+tests/plugin/tests_plugin_heimdal_t-heimdal-t.obj: tests/plugin/heimdal-t.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_plugin_heimdal_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/plugin/tests_plugin_heimdal_t-heimdal-t.obj -MD -MP -MF tests/plugin/$(DEPDIR)/tests_plugin_heimdal_t-heimdal-t.Tpo -c -o tests/plugin/tests_plugin_heimdal_t-heimdal-t.obj `if test -f 'tests/plugin/heimdal-t.c'; then $(CYGPATH_W) 'tests/plugin/heimdal-t.c'; else $(CYGPATH_W) '$(srcdir)/tests/plugin/heimdal-t.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tests/plugin/$(DEPDIR)/tests_plugin_heimdal_t-heimdal-t.Tpo tests/plugin/$(DEPDIR)/tests_plugin_heimdal_t-heimdal-t.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests/plugin/heimdal-t.c' object='tests/plugin/tests_plugin_heimdal_t-heimdal-t.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(external_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/external_heimdal_strength-api.obj `if test -f 'plugin/api.c'; then $(CYGPATH_W) 'plugin/api.c'; else $(CYGPATH_W) '$(srcdir)/plugin/api.c'; fi`
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_plugin_heimdal_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/plugin/tests_plugin_heimdal_t-heimdal-t.obj `if test -f 'tests/plugin/heimdal-t.c'; then $(CYGPATH_W) 'tests/plugin/heimdal-t.c'; else $(CYGPATH_W) '$(srcdir)/tests/plugin/heimdal-t.c'; fi`
 
-external/external_heimdal_strength-heimdal-strength.o: external/heimdal-strength.c
-@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(external_heimdal_strength_CFLAGS) $(CFLAGS) -MT external/external_heimdal_strength-heimdal-strength.o -MD -MP -MF external/$(DEPDIR)/external_heimdal_strength-heimdal-strength.Tpo -c -o external/external_heimdal_strength-heimdal-strength.o `test -f 'external/heimdal-strength.c' || echo '$(srcdir)/'`external/heimdal-strength.c
-@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) external/$(DEPDIR)/external_heimdal_strength-heimdal-strength.Tpo external/$(DEPDIR)/external_heimdal_strength-heimdal-strength.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='external/heimdal-strength.c' object='external/external_heimdal_strength-heimdal-strength.o' libtool=no @AMDEPBACKSLASH@
+tests/plugin/tests_plugin_mit_t-mit-t.o: tests/plugin/mit-t.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_plugin_mit_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/plugin/tests_plugin_mit_t-mit-t.o -MD -MP -MF tests/plugin/$(DEPDIR)/tests_plugin_mit_t-mit-t.Tpo -c -o tests/plugin/tests_plugin_mit_t-mit-t.o `test -f 'tests/plugin/mit-t.c' || echo '$(srcdir)/'`tests/plugin/mit-t.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tests/plugin/$(DEPDIR)/tests_plugin_mit_t-mit-t.Tpo tests/plugin/$(DEPDIR)/tests_plugin_mit_t-mit-t.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests/plugin/mit-t.c' object='tests/plugin/tests_plugin_mit_t-mit-t.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(external_heimdal_strength_CFLAGS) $(CFLAGS) -c -o external/external_heimdal_strength-heimdal-strength.o `test -f 'external/heimdal-strength.c' || echo '$(srcdir)/'`external/heimdal-strength.c
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_plugin_mit_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/plugin/tests_plugin_mit_t-mit-t.o `test -f 'tests/plugin/mit-t.c' || echo '$(srcdir)/'`tests/plugin/mit-t.c
 
-external/external_heimdal_strength-heimdal-strength.obj: external/heimdal-strength.c
-@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(external_heimdal_strength_CFLAGS) $(CFLAGS) -MT external/external_heimdal_strength-heimdal-strength.obj -MD -MP -MF external/$(DEPDIR)/external_heimdal_strength-heimdal-strength.Tpo -c -o external/external_heimdal_strength-heimdal-strength.obj `if test -f 'external/heimdal-strength.c'; then $(CYGPATH_W) 'external/heimdal-strength.c'; else $(CYGPATH_W) '$(srcdir)/external/heimdal-strength.c'; fi`
-@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) external/$(DEPDIR)/external_heimdal_strength-heimdal-strength.Tpo external/$(DEPDIR)/external_heimdal_strength-heimdal-strength.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='external/heimdal-strength.c' object='external/external_heimdal_strength-heimdal-strength.obj' libtool=no @AMDEPBACKSLASH@
+tests/plugin/tests_plugin_mit_t-mit-t.obj: tests/plugin/mit-t.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_plugin_mit_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/plugin/tests_plugin_mit_t-mit-t.obj -MD -MP -MF tests/plugin/$(DEPDIR)/tests_plugin_mit_t-mit-t.Tpo -c -o tests/plugin/tests_plugin_mit_t-mit-t.obj `if test -f 'tests/plugin/mit-t.c'; then $(CYGPATH_W) 'tests/plugin/mit-t.c'; else $(CYGPATH_W) '$(srcdir)/tests/plugin/mit-t.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tests/plugin/$(DEPDIR)/tests_plugin_mit_t-mit-t.Tpo tests/plugin/$(DEPDIR)/tests_plugin_mit_t-mit-t.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests/plugin/mit-t.c' object='tests/plugin/tests_plugin_mit_t-mit-t.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(external_heimdal_strength_CFLAGS) $(CFLAGS) -c -o external/external_heimdal_strength-heimdal-strength.obj `if test -f 'external/heimdal-strength.c'; then $(CYGPATH_W) 'external/heimdal-strength.c'; else $(CYGPATH_W) '$(srcdir)/external/heimdal-strength.c'; fi`
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_plugin_mit_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/plugin/tests_plugin_mit_t-mit-t.obj `if test -f 'tests/plugin/mit-t.c'; then $(CYGPATH_W) 'tests/plugin/mit-t.c'; else $(CYGPATH_W) '$(srcdir)/tests/plugin/mit-t.c'; fi`
 
 tests/tests_runtests-runtests.o: tests/runtests.c
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_runtests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tests_runtests-runtests.o -MD -MP -MF tests/$(DEPDIR)/tests_runtests-runtests.Tpo -c -o tests/tests_runtests-runtests.o `test -f 'tests/runtests.c' || echo '$(srcdir)/'`tests/runtests.c
@@ -973,29 +1368,176 @@ tests/tests_runtests-runtests.obj: tests/runtests.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_runtests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tests_runtests-runtests.obj `if test -f 'tests/runtests.c'; then $(CYGPATH_W) 'tests/runtests.c'; else $(CYGPATH_W) '$(srcdir)/tests/runtests.c'; fi`
 
+plugin/tools_heimdal_strength-cdb.o: plugin/cdb.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-cdb.o -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-cdb.Tpo -c -o plugin/tools_heimdal_strength-cdb.o `test -f 'plugin/cdb.c' || echo '$(srcdir)/'`plugin/cdb.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-cdb.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-cdb.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/cdb.c' object='plugin/tools_heimdal_strength-cdb.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-cdb.o `test -f 'plugin/cdb.c' || echo '$(srcdir)/'`plugin/cdb.c
+
+plugin/tools_heimdal_strength-cdb.obj: plugin/cdb.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-cdb.obj -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-cdb.Tpo -c -o plugin/tools_heimdal_strength-cdb.obj `if test -f 'plugin/cdb.c'; then $(CYGPATH_W) 'plugin/cdb.c'; else $(CYGPATH_W) '$(srcdir)/plugin/cdb.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-cdb.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-cdb.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/cdb.c' object='plugin/tools_heimdal_strength-cdb.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-cdb.obj `if test -f 'plugin/cdb.c'; then $(CYGPATH_W) 'plugin/cdb.c'; else $(CYGPATH_W) '$(srcdir)/plugin/cdb.c'; fi`
+
+plugin/tools_heimdal_strength-classes.o: plugin/classes.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-classes.o -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-classes.Tpo -c -o plugin/tools_heimdal_strength-classes.o `test -f 'plugin/classes.c' || echo '$(srcdir)/'`plugin/classes.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-classes.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-classes.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/classes.c' object='plugin/tools_heimdal_strength-classes.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-classes.o `test -f 'plugin/classes.c' || echo '$(srcdir)/'`plugin/classes.c
+
+plugin/tools_heimdal_strength-classes.obj: plugin/classes.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-classes.obj -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-classes.Tpo -c -o plugin/tools_heimdal_strength-classes.obj `if test -f 'plugin/classes.c'; then $(CYGPATH_W) 'plugin/classes.c'; else $(CYGPATH_W) '$(srcdir)/plugin/classes.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-classes.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-classes.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/classes.c' object='plugin/tools_heimdal_strength-classes.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-classes.obj `if test -f 'plugin/classes.c'; then $(CYGPATH_W) 'plugin/classes.c'; else $(CYGPATH_W) '$(srcdir)/plugin/classes.c'; fi`
+
+plugin/tools_heimdal_strength-config.o: plugin/config.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-config.o -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-config.Tpo -c -o plugin/tools_heimdal_strength-config.o `test -f 'plugin/config.c' || echo '$(srcdir)/'`plugin/config.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-config.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-config.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/config.c' object='plugin/tools_heimdal_strength-config.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-config.o `test -f 'plugin/config.c' || echo '$(srcdir)/'`plugin/config.c
+
+plugin/tools_heimdal_strength-config.obj: plugin/config.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-config.obj -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-config.Tpo -c -o plugin/tools_heimdal_strength-config.obj `if test -f 'plugin/config.c'; then $(CYGPATH_W) 'plugin/config.c'; else $(CYGPATH_W) '$(srcdir)/plugin/config.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-config.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-config.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/config.c' object='plugin/tools_heimdal_strength-config.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-config.obj `if test -f 'plugin/config.c'; then $(CYGPATH_W) 'plugin/config.c'; else $(CYGPATH_W) '$(srcdir)/plugin/config.c'; fi`
+
+plugin/tools_heimdal_strength-cracklib.o: plugin/cracklib.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-cracklib.o -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-cracklib.Tpo -c -o plugin/tools_heimdal_strength-cracklib.o `test -f 'plugin/cracklib.c' || echo '$(srcdir)/'`plugin/cracklib.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-cracklib.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-cracklib.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/cracklib.c' object='plugin/tools_heimdal_strength-cracklib.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-cracklib.o `test -f 'plugin/cracklib.c' || echo '$(srcdir)/'`plugin/cracklib.c
+
+plugin/tools_heimdal_strength-cracklib.obj: plugin/cracklib.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-cracklib.obj -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-cracklib.Tpo -c -o plugin/tools_heimdal_strength-cracklib.obj `if test -f 'plugin/cracklib.c'; then $(CYGPATH_W) 'plugin/cracklib.c'; else $(CYGPATH_W) '$(srcdir)/plugin/cracklib.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-cracklib.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-cracklib.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/cracklib.c' object='plugin/tools_heimdal_strength-cracklib.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-cracklib.obj `if test -f 'plugin/cracklib.c'; then $(CYGPATH_W) 'plugin/cracklib.c'; else $(CYGPATH_W) '$(srcdir)/plugin/cracklib.c'; fi`
+
+plugin/tools_heimdal_strength-error.o: plugin/error.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-error.o -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-error.Tpo -c -o plugin/tools_heimdal_strength-error.o `test -f 'plugin/error.c' || echo '$(srcdir)/'`plugin/error.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-error.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-error.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/error.c' object='plugin/tools_heimdal_strength-error.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-error.o `test -f 'plugin/error.c' || echo '$(srcdir)/'`plugin/error.c
+
+plugin/tools_heimdal_strength-error.obj: plugin/error.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-error.obj -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-error.Tpo -c -o plugin/tools_heimdal_strength-error.obj `if test -f 'plugin/error.c'; then $(CYGPATH_W) 'plugin/error.c'; else $(CYGPATH_W) '$(srcdir)/plugin/error.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-error.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-error.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/error.c' object='plugin/tools_heimdal_strength-error.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-error.obj `if test -f 'plugin/error.c'; then $(CYGPATH_W) 'plugin/error.c'; else $(CYGPATH_W) '$(srcdir)/plugin/error.c'; fi`
+
+plugin/tools_heimdal_strength-general.o: plugin/general.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-general.o -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-general.Tpo -c -o plugin/tools_heimdal_strength-general.o `test -f 'plugin/general.c' || echo '$(srcdir)/'`plugin/general.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-general.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-general.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/general.c' object='plugin/tools_heimdal_strength-general.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-general.o `test -f 'plugin/general.c' || echo '$(srcdir)/'`plugin/general.c
+
+plugin/tools_heimdal_strength-general.obj: plugin/general.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-general.obj -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-general.Tpo -c -o plugin/tools_heimdal_strength-general.obj `if test -f 'plugin/general.c'; then $(CYGPATH_W) 'plugin/general.c'; else $(CYGPATH_W) '$(srcdir)/plugin/general.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-general.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-general.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/general.c' object='plugin/tools_heimdal_strength-general.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-general.obj `if test -f 'plugin/general.c'; then $(CYGPATH_W) 'plugin/general.c'; else $(CYGPATH_W) '$(srcdir)/plugin/general.c'; fi`
+
+plugin/tools_heimdal_strength-principal.o: plugin/principal.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-principal.o -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-principal.Tpo -c -o plugin/tools_heimdal_strength-principal.o `test -f 'plugin/principal.c' || echo '$(srcdir)/'`plugin/principal.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-principal.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-principal.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/principal.c' object='plugin/tools_heimdal_strength-principal.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-principal.o `test -f 'plugin/principal.c' || echo '$(srcdir)/'`plugin/principal.c
+
+plugin/tools_heimdal_strength-principal.obj: plugin/principal.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-principal.obj -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-principal.Tpo -c -o plugin/tools_heimdal_strength-principal.obj `if test -f 'plugin/principal.c'; then $(CYGPATH_W) 'plugin/principal.c'; else $(CYGPATH_W) '$(srcdir)/plugin/principal.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-principal.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-principal.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/principal.c' object='plugin/tools_heimdal_strength-principal.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-principal.obj `if test -f 'plugin/principal.c'; then $(CYGPATH_W) 'plugin/principal.c'; else $(CYGPATH_W) '$(srcdir)/plugin/principal.c'; fi`
+
+plugin/tools_heimdal_strength-sqlite.o: plugin/sqlite.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-sqlite.o -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-sqlite.Tpo -c -o plugin/tools_heimdal_strength-sqlite.o `test -f 'plugin/sqlite.c' || echo '$(srcdir)/'`plugin/sqlite.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-sqlite.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-sqlite.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/sqlite.c' object='plugin/tools_heimdal_strength-sqlite.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-sqlite.o `test -f 'plugin/sqlite.c' || echo '$(srcdir)/'`plugin/sqlite.c
+
+plugin/tools_heimdal_strength-sqlite.obj: plugin/sqlite.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-sqlite.obj -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-sqlite.Tpo -c -o plugin/tools_heimdal_strength-sqlite.obj `if test -f 'plugin/sqlite.c'; then $(CYGPATH_W) 'plugin/sqlite.c'; else $(CYGPATH_W) '$(srcdir)/plugin/sqlite.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-sqlite.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-sqlite.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/sqlite.c' object='plugin/tools_heimdal_strength-sqlite.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-sqlite.obj `if test -f 'plugin/sqlite.c'; then $(CYGPATH_W) 'plugin/sqlite.c'; else $(CYGPATH_W) '$(srcdir)/plugin/sqlite.c'; fi`
+
+plugin/tools_heimdal_strength-vector.o: plugin/vector.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-vector.o -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-vector.Tpo -c -o plugin/tools_heimdal_strength-vector.o `test -f 'plugin/vector.c' || echo '$(srcdir)/'`plugin/vector.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-vector.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-vector.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/vector.c' object='plugin/tools_heimdal_strength-vector.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-vector.o `test -f 'plugin/vector.c' || echo '$(srcdir)/'`plugin/vector.c
+
+plugin/tools_heimdal_strength-vector.obj: plugin/vector.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT plugin/tools_heimdal_strength-vector.obj -MD -MP -MF plugin/$(DEPDIR)/tools_heimdal_strength-vector.Tpo -c -o plugin/tools_heimdal_strength-vector.obj `if test -f 'plugin/vector.c'; then $(CYGPATH_W) 'plugin/vector.c'; else $(CYGPATH_W) '$(srcdir)/plugin/vector.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) plugin/$(DEPDIR)/tools_heimdal_strength-vector.Tpo plugin/$(DEPDIR)/tools_heimdal_strength-vector.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin/vector.c' object='plugin/tools_heimdal_strength-vector.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o plugin/tools_heimdal_strength-vector.obj `if test -f 'plugin/vector.c'; then $(CYGPATH_W) 'plugin/vector.c'; else $(CYGPATH_W) '$(srcdir)/plugin/vector.c'; fi`
+
+tools/tools_heimdal_strength-heimdal-strength.o: tools/heimdal-strength.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT tools/tools_heimdal_strength-heimdal-strength.o -MD -MP -MF tools/$(DEPDIR)/tools_heimdal_strength-heimdal-strength.Tpo -c -o tools/tools_heimdal_strength-heimdal-strength.o `test -f 'tools/heimdal-strength.c' || echo '$(srcdir)/'`tools/heimdal-strength.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tools/$(DEPDIR)/tools_heimdal_strength-heimdal-strength.Tpo tools/$(DEPDIR)/tools_heimdal_strength-heimdal-strength.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tools/heimdal-strength.c' object='tools/tools_heimdal_strength-heimdal-strength.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o tools/tools_heimdal_strength-heimdal-strength.o `test -f 'tools/heimdal-strength.c' || echo '$(srcdir)/'`tools/heimdal-strength.c
+
+tools/tools_heimdal_strength-heimdal-strength.obj: tools/heimdal-strength.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -MT tools/tools_heimdal_strength-heimdal-strength.obj -MD -MP -MF tools/$(DEPDIR)/tools_heimdal_strength-heimdal-strength.Tpo -c -o tools/tools_heimdal_strength-heimdal-strength.obj `if test -f 'tools/heimdal-strength.c'; then $(CYGPATH_W) 'tools/heimdal-strength.c'; else $(CYGPATH_W) '$(srcdir)/tools/heimdal-strength.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) tools/$(DEPDIR)/tools_heimdal_strength-heimdal-strength.Tpo tools/$(DEPDIR)/tools_heimdal_strength-heimdal-strength.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tools/heimdal-strength.c' object='tools/tools_heimdal_strength-heimdal-strength.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tools_heimdal_strength_CFLAGS) $(CFLAGS) -c -o tools/tools_heimdal_strength-heimdal-strength.obj `if test -f 'tools/heimdal-strength.c'; then $(CYGPATH_W) 'tools/heimdal-strength.c'; else $(CYGPATH_W) '$(srcdir)/tools/heimdal-strength.c'; fi`
+
 mostlyclean-libtool:
        -rm -f *.lo
 
 clean-libtool:
        -rm -rf .libs _libs
        -rm -rf cracklib/.libs cracklib/_libs
-       -rm -rf external/.libs external/_libs
        -rm -rf plugin/.libs plugin/_libs
        -rm -rf portable/.libs portable/_libs
        -rm -rf tests/.libs tests/_libs
-       -rm -rf tests/heimdal/.libs tests/heimdal/_libs
-       -rm -rf tests/mit/.libs tests/mit/_libs
+       -rm -rf tests/plugin/.libs tests/plugin/_libs
        -rm -rf tests/portable/.libs tests/portable/_libs
+       -rm -rf tests/util/.libs tests/util/_libs
+       -rm -rf tools/.libs tools/_libs
 
 distclean-libtool:
        -rm -f libtool config.lt
 install-man1: $(dist_man_MANS)
        @$(NORMAL_INSTALL)
-       test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
-       @list=''; test -n "$(man1dir)" || exit 0; \
-       { for i in $$list; do echo "$$i"; done; \
-       l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
-         sed -n '/\.1[a-z]*$$/p'; \
+       @list1=''; \
+       list2='$(dist_man_MANS)'; \
+       test -n "$(man1dir)" \
+         && test -n "`echo $$list1$$list2`" \
+         || exit 0; \
+       echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
+       $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
+       { for i in $$list1; do echo "$$i"; done;  \
+       if test -n "$$list2"; then \
+         for i in $$list2; do echo "$$i"; done \
+           | sed -n '/\.1[a-z]*$$/p'; \
+       fi; \
        } | while read p; do \
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
          echo "$$d$$p"; echo "$$p"; \
@@ -1026,26 +1568,15 @@ uninstall-man1:
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
 
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
+ID: $(am__tagged_files)
+       $(am__define_uniq_tagged_files); mkid -fID $$unique
+tags: tags-am
+TAGS: tags
+
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        set x; \
        here=`pwd`; \
-       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
+       $(am__define_uniq_tagged_files); \
        shift; \
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
          test -n "$$unique" || unique=$$empty_fix; \
@@ -1057,15 +1588,11 @@ TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
              $$unique; \
          fi; \
        fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
+ctags: ctags-am
+
+CTAGS: ctags
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+       $(am__define_uniq_tagged_files); \
        test -z "$(CTAGS_ARGS)$$unique" \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
             $$unique
@@ -1074,9 +1601,31 @@ GTAGS:
        here=`$(am__cd) $(top_builddir) && pwd` \
          && $(am__cd) $(top_srcdir) \
          && gtags -i $(GTAGS_ARGS) "$$here"
+cscope: cscope.files
+       test ! -s cscope.files \
+         || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
+clean-cscope:
+       -rm -f cscope.files
+cscope.files: clean-cscope cscopelist
+cscopelist: cscopelist-am
+
+cscopelist-am: $(am__tagged_files)
+       list='$(am__tagged_files)'; \
+       case "$(srcdir)" in \
+         [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
+         *) sdir=$(subdir)/$(srcdir) ;; \
+       esac; \
+       for i in $$list; do \
+         if test -f "$$i"; then \
+           echo "$(subdir)/$$i"; \
+         else \
+           echo "$$sdir/$$i"; \
+         fi; \
+       done >> $(top_builddir)/cscope.files
 
 distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+       -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
 distdir: $(DISTFILES)
        @case `sed 15q $(srcdir)/NEWS` in \
@@ -1085,19 +1634,6 @@ distdir: $(DISTFILES)
          echo "NEWS not updated; not releasing" 1>&2; \
          exit 1;; \
        esac
-       @list='$(MANS)'; if test -n "$$list"; then \
-         list=`for p in $$list; do \
-           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
-           if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
-         if test -n "$$list" && \
-           grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
-           echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
-           grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
-           echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
-           echo "       typically \`make maintainer-clean' will remove them" >&2; \
-           exit 1; \
-         else :; fi; \
-       else :; fi
        $(am__remove_distdir)
        test -d "$(distdir)" || mkdir "$(distdir)"
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -1138,40 +1674,41 @@ distdir: $(DISTFILES)
        || chmod -R a+r "$(distdir)"
 dist-gzip: distdir
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-       $(am__remove_distdir)
+       $(am__post_remove_distdir)
 
 dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
-       $(am__remove_distdir)
+       $(am__post_remove_distdir)
 
 dist-lzip: distdir
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
-       $(am__remove_distdir)
-
-dist-lzma: distdir
-       tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
-       $(am__remove_distdir)
-
+       $(am__post_remove_distdir)
 dist-xz: distdir
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
-       $(am__remove_distdir)
+       $(am__post_remove_distdir)
 
 dist-tarZ: distdir
+       @echo WARNING: "Support for shar distribution archives is" \
+                      "deprecated." >&2
+       @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
-       $(am__remove_distdir)
+       $(am__post_remove_distdir)
 
 dist-shar: distdir
+       @echo WARNING: "Support for distribution archives compressed with" \
+                      "legacy program 'compress' is deprecated." >&2
+       @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
-       $(am__remove_distdir)
+       $(am__post_remove_distdir)
 
 dist-zip: distdir
        -rm -f $(distdir).zip
        zip -rq $(distdir).zip $(distdir)
-       $(am__remove_distdir)
+       $(am__post_remove_distdir)
 
-dist dist-all: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-       $(am__remove_distdir)
+dist dist-all:
+       $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
+       $(am__post_remove_distdir)
 
 # This target untars the dist file and tries a VPATH configuration.  Then
 # it guarantees that the distribution is self-contained by making another
@@ -1182,8 +1719,6 @@ distcheck: dist
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
        *.tar.bz2*) \
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
-       *.tar.lzma*) \
-         lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
        *.tar.lz*) \
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
        *.tar.xz*) \
@@ -1195,18 +1730,19 @@ distcheck: dist
        *.zip*) \
          unzip $(distdir).zip ;;\
        esac
-       chmod -R a-w $(distdir); chmod a+w $(distdir)
-       mkdir $(distdir)/_build
-       mkdir $(distdir)/_inst
+       chmod -R a-w $(distdir)
+       chmod u+w $(distdir)
+       mkdir $(distdir)/_build $(distdir)/_inst
        chmod a-w $(distdir)
        test -d $(distdir)/_build || exit 0; \
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
          && am__cwd=`pwd` \
          && $(am__cd) $(distdir)/_build \
-         && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+         && ../configure \
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
            $(DISTCHECK_CONFIGURE_FLAGS) \
+           --srcdir=.. --prefix="$$dc_install_base" \
          && $(MAKE) $(AM_MAKEFLAGS) \
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
          && $(MAKE) $(AM_MAKEFLAGS) check \
@@ -1229,7 +1765,7 @@ distcheck: dist
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
          && cd "$$am__cwd" \
          || exit 1
-       $(am__remove_distdir)
+       $(am__post_remove_distdir)
        @(echo "$(distdir) archives ready for distribution: "; \
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
@@ -1263,9 +1799,10 @@ check-am: all-am
        $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES) $(check_PROGRAMS)
        $(MAKE) $(AM_MAKEFLAGS) check-local
 check: check-am
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) config.h
+all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) \
+               $(MANS) config.h
 installdirs:
-       for dir in "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
+       for dir in "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        done
 install: install-am
@@ -1299,22 +1836,24 @@ distclean-generic:
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        -rm -f cracklib/$(DEPDIR)/$(am__dirstamp)
        -rm -f cracklib/$(am__dirstamp)
-       -rm -f external/$(DEPDIR)/$(am__dirstamp)
-       -rm -f external/$(am__dirstamp)
        -rm -f plugin/$(DEPDIR)/$(am__dirstamp)
        -rm -f plugin/$(am__dirstamp)
        -rm -f portable/$(DEPDIR)/$(am__dirstamp)
        -rm -f portable/$(am__dirstamp)
        -rm -f tests/$(DEPDIR)/$(am__dirstamp)
        -rm -f tests/$(am__dirstamp)
-       -rm -f tests/heimdal/$(DEPDIR)/$(am__dirstamp)
-       -rm -f tests/heimdal/$(am__dirstamp)
-       -rm -f tests/mit/$(DEPDIR)/$(am__dirstamp)
-       -rm -f tests/mit/$(am__dirstamp)
+       -rm -f tests/plugin/$(DEPDIR)/$(am__dirstamp)
+       -rm -f tests/plugin/$(am__dirstamp)
        -rm -f tests/portable/$(DEPDIR)/$(am__dirstamp)
        -rm -f tests/portable/$(am__dirstamp)
        -rm -f tests/tap/$(DEPDIR)/$(am__dirstamp)
        -rm -f tests/tap/$(am__dirstamp)
+       -rm -f tests/util/$(DEPDIR)/$(am__dirstamp)
+       -rm -f tests/util/$(am__dirstamp)
+       -rm -f tools/$(DEPDIR)/$(am__dirstamp)
+       -rm -f tools/$(am__dirstamp)
+       -rm -f util/$(DEPDIR)/$(am__dirstamp)
+       -rm -f util/$(am__dirstamp)
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
@@ -1325,11 +1864,11 @@ clean: clean-am
 
 clean-am: clean-binPROGRAMS clean-checkLIBRARIES clean-checkPROGRAMS \
        clean-generic clean-libtool clean-moduleLTLIBRARIES \
-       clean-noinstLTLIBRARIES mostlyclean-am
+       clean-noinstLIBRARIES clean-noinstLTLIBRARIES mostlyclean-am
 
 distclean: distclean-am
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
-       -rm -rf cracklib/$(DEPDIR) external/$(DEPDIR) plugin/$(DEPDIR) portable/$(DEPDIR) tests/$(DEPDIR) tests/heimdal/$(DEPDIR) tests/mit/$(DEPDIR) tests/portable/$(DEPDIR) tests/tap/$(DEPDIR)
+       -rm -rf cracklib/$(DEPDIR) plugin/$(DEPDIR) portable/$(DEPDIR) tests/$(DEPDIR) tests/plugin/$(DEPDIR) tests/portable/$(DEPDIR) tests/tap/$(DEPDIR) tests/util/$(DEPDIR) tools/$(DEPDIR) util/$(DEPDIR)
        -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
        distclean-hdr distclean-libtool distclean-tags
@@ -1352,7 +1891,7 @@ install-dvi: install-dvi-am
 
 install-dvi-am:
 
-install-exec-am: install-binPROGRAMS
+install-exec-am: install-binPROGRAMS install-dist_binSCRIPTS
 
 install-html: install-html-am
 
@@ -1377,9 +1916,10 @@ installcheck-am:
 maintainer-clean: maintainer-clean-am
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        -rm -rf $(top_srcdir)/autom4te.cache
-       -rm -rf cracklib/$(DEPDIR) external/$(DEPDIR) plugin/$(DEPDIR) portable/$(DEPDIR) tests/$(DEPDIR) tests/heimdal/$(DEPDIR) tests/mit/$(DEPDIR) tests/portable/$(DEPDIR) tests/tap/$(DEPDIR)
+       -rm -rf cracklib/$(DEPDIR) plugin/$(DEPDIR) portable/$(DEPDIR) tests/$(DEPDIR) tests/plugin/$(DEPDIR) tests/portable/$(DEPDIR) tests/tap/$(DEPDIR) tests/util/$(DEPDIR) tools/$(DEPDIR) util/$(DEPDIR)
        -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
+maintainer-clean-am: distclean-am maintainer-clean-generic \
+       maintainer-clean-local
 
 mostlyclean: mostlyclean-am
 
@@ -1394,44 +1934,74 @@ ps: ps-am
 
 ps-am:
 
-uninstall-am: uninstall-binPROGRAMS uninstall-man \
-       uninstall-moduleLTLIBRARIES
+uninstall-am: uninstall-binPROGRAMS uninstall-dist_binSCRIPTS \
+       uninstall-man uninstall-moduleLTLIBRARIES
 
 uninstall-man: uninstall-man1
 
 .MAKE: all check-am install-am install-strip
 
-.PHONY: CTAGS GTAGS all all-am am--refresh check check-am check-local \
-       clean clean-binPROGRAMS clean-checkLIBRARIES \
-       clean-checkPROGRAMS clean-generic clean-libtool \
-       clean-moduleLTLIBRARIES clean-noinstLTLIBRARIES ctags dist \
-       dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
+.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am \
+       check-local clean clean-binPROGRAMS clean-checkLIBRARIES \
+       clean-checkPROGRAMS clean-cscope clean-generic clean-libtool \
+       clean-moduleLTLIBRARIES clean-noinstLIBRARIES \
+       clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
+       dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
        dist-tarZ dist-xz dist-zip distcheck distclean \
        distclean-compile distclean-generic distclean-hdr \
        distclean-libtool distclean-tags distcleancheck distdir \
        distuninstallcheck dvi dvi-am html html-am info info-am \
        install install-am install-binPROGRAMS install-data \
-       install-data-am install-dvi install-dvi-am install-exec \
-       install-exec-am install-html install-html-am install-info \
-       install-info-am install-man install-man1 \
-       install-moduleLTLIBRARIES install-pdf install-pdf-am \
-       install-ps install-ps-am install-strip installcheck \
-       installcheck-am installdirs maintainer-clean \
-       maintainer-clean-generic mostlyclean mostlyclean-compile \
-       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-       tags uninstall uninstall-am uninstall-binPROGRAMS \
-       uninstall-man uninstall-man1 uninstall-moduleLTLIBRARIES
-
+       install-data-am install-dist_binSCRIPTS install-dvi \
+       install-dvi-am install-exec install-exec-am install-html \
+       install-html-am install-info install-info-am install-man \
+       install-man1 install-moduleLTLIBRARIES install-pdf \
+       install-pdf-am install-ps install-ps-am install-strip \
+       installcheck installcheck-am installdirs maintainer-clean \
+       maintainer-clean-generic maintainer-clean-local mostlyclean \
+       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+       pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
+       uninstall-binPROGRAMS uninstall-dist_binSCRIPTS uninstall-man \
+       uninstall-man1 uninstall-moduleLTLIBRARIES
+
+
+# Also remove the generated *.c files from our JSON test data on
+# maintainer-clean.
+maintainer-clean-local:
+       rm -f tests/data/passwords/*.c
 
 warnings:
        $(MAKE) V=0 CFLAGS='$(WARNINGS)'
        $(MAKE) V=0 CFLAGS='$(WARNINGS)' $(check_PROGRAMS)
 
-tests/data/dictionary.pwd: cracklib/packer $(srcdir)/tests/data/wordlist
-       cracklib/packer tests/data/dictionary < $(srcdir)/tests/data/wordlist
+# The dictionary is used by the tests and needs to be built first.
+@EMBEDDED_CRACKLIB_TRUE@tests/data/dictionary.pwd: cracklib/packer $(srcdir)/cracklib/mkdict \
+@EMBEDDED_CRACKLIB_TRUE@               $(srcdir)/tests/data/wordlist
+@EMBEDDED_CRACKLIB_TRUE@       mkdir -p tests/data
+@EMBEDDED_CRACKLIB_TRUE@       $(srcdir)/cracklib/mkdict $(srcdir)/tests/data/wordlist \
+@EMBEDDED_CRACKLIB_TRUE@           | cracklib/packer tests/data/dictionary
+@EMBEDDED_CRACKLIB_FALSE@tests/data/dictionary.pwd: $(srcdir)/tests/data/wordlist
+@EMBEDDED_CRACKLIB_FALSE@      mkdir -p tests/data
+@EMBEDDED_CRACKLIB_FALSE@      cracklib-format $(srcdir)/tests/data/wordlist \
+@EMBEDDED_CRACKLIB_FALSE@          | cracklib-packer tests/data/dictionary
 
 check-local: $(check_PROGRAMS) tests/data/dictionary.pwd
-       cd tests && ./runtests $(abs_top_srcdir)/tests/TESTS
+       cd tests && ./runtests -l $(abs_top_srcdir)/tests/TESTS
+
+# Used by maintainers to run the main test suite under valgrind.  Suppress
+# the xmalloc and pod-spelling tests because the former won't work properly
+# under valgrind (due to increased memory usage) and the latter is pointless
+# to run under valgrind.  Don't try to trace several of the tests that are
+# written in Perl or shell and test Perl programs.
+check-valgrind: $(check_PROGRAMS) tests/data/dictionary.pwd
+       rm -rf $(abs_top_builddir)/tmp-valgrind
+       mkdir $(abs_top_builddir)/tmp-valgrind
+       env RRA_MAINTAINER_TESTS= valgrind --leak-check=full            \
+           --show-reachable=yes --trace-children=yes                   \
+           --log-file=$(abs_top_builddir)/tmp-valgrind/log.%p          \
+           --suppressions=$(abs_top_srcdir)/tests/data/valgrind.supp   \
+           --trace-children-skip="/bin/sh,*/cat,*/diff,*/expr,*/grep,*/mkdir,*/rm,*/rmdir,*/sed,*/sleep,*/true,*/wc,*/docs/*-t,*/perl/*-t,*/data/make-krb5-conf,*/tools/heimdal-history-t,*/tools/wordlist*-t" \
+           tests/runtests -l '$(abs_top_srcdir)/tests/TESTS'
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.