aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in251
1 files changed, 112 insertions, 139 deletions
diff --git a/Makefile.in b/Makefile.in
index 0fc38ed..360d0e7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -17,6 +17,7 @@
# Automake makefile for wallet.
#
# Written by Russ Allbery <eagle@eyrie.org>
+# Copyright 2016 Russ Allbery <eagle@eyrie.org>
# Copyright 2006, 2007, 2008, 2010, 2013, 2014
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -26,7 +27,17 @@
VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+ if test -z '$(MAKELEVEL)'; then \
+ false; \
+ elif test -n '$(MAKE_HOST)'; then \
+ true; \
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+ true; \
+ else \
+ false; \
+ fi; \
+}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
@@ -93,40 +104,21 @@ check_PROGRAMS = tests/runtests$(EXEEXT) \
tests/portable/mkstemp-t$(EXEEXT) \
tests/portable/setenv-t$(EXEEXT) \
tests/portable/snprintf-t$(EXEEXT) \
- tests/portable/strlcat-t$(EXEEXT) \
- tests/portable/strlcpy-t$(EXEEXT) \
tests/util/messages-krb5-t$(EXEEXT) \
tests/util/messages-t$(EXEEXT) tests/util/xmalloc$(EXEEXT)
subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
- $(top_srcdir)/configure $(am__configure_deps) \
- $(srcdir)/config.h.in $(top_srcdir)/tests/client/basic-t.in \
- $(top_srcdir)/tests/client/full-t.in \
- $(top_srcdir)/tests/client/prompt-t.in \
- $(top_srcdir)/tests/client/rekey-t.in \
- $(top_srcdir)/portable/setenv.c \
- $(top_srcdir)/portable/strlcpy.c \
- $(top_srcdir)/portable/snprintf.c \
- $(top_srcdir)/portable/reallocarray.c \
- $(top_srcdir)/portable/strlcat.c \
- $(top_srcdir)/portable/asprintf.c \
- $(top_srcdir)/portable/mkstemp.c $(dist_sbin_SCRIPTS) \
- $(top_srcdir)/build-aux/depcomp $(dist_man_MANS) \
- $(dist_pkgdata_DATA) NEWS README TODO build-aux/ar-lib \
- build-aux/compile build-aux/depcomp build-aux/install-sh \
- build-aux/missing $(top_srcdir)/build-aux/ar-lib \
- $(top_srcdir)/build-aux/compile \
- $(top_srcdir)/build-aux/install-sh \
- $(top_srcdir)/build-aux/missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/gssapi.m4 \
- $(top_srcdir)/m4/krb5-config.m4 $(top_srcdir)/m4/krb5.m4 \
- $(top_srcdir)/m4/lib-depends.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/m4/clang.m4 \
+ $(top_srcdir)/m4/gssapi.m4 $(top_srcdir)/m4/krb5-config.m4 \
+ $(top_srcdir)/m4/krb5.m4 $(top_srcdir)/m4/lib-depends.m4 \
$(top_srcdir)/m4/lib-pathname.m4 $(top_srcdir)/m4/remctl.m4 \
$(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/m4/vamacros.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+ $(am__configure_deps) $(dist_sbin_SCRIPTS) \
+ $(dist_pkgdata_DATA) $(am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
@@ -222,20 +214,6 @@ tests_portable_snprintf_t_OBJECTS = \
$(am_tests_portable_snprintf_t_OBJECTS)
tests_portable_snprintf_t_DEPENDENCIES = tests/tap/libtap.a \
portable/libportable.a
-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.a
-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 \
- portable/libportable.a
tests_runtests_SOURCES = tests/runtests.c
tests_runtests_OBJECTS = tests/tests_runtests-runtests.$(OBJEXT)
tests_runtests_LDADD = $(LDADD)
@@ -320,9 +298,7 @@ SOURCES = $(client_libwallet_a_SOURCES) \
$(tests_portable_asprintf_t_SOURCES) \
$(tests_portable_mkstemp_t_SOURCES) \
$(tests_portable_setenv_t_SOURCES) \
- $(tests_portable_snprintf_t_SOURCES) \
- $(tests_portable_strlcat_t_SOURCES) \
- $(tests_portable_strlcpy_t_SOURCES) tests/runtests.c \
+ $(tests_portable_snprintf_t_SOURCES) tests/runtests.c \
tests/util/messages-krb5-t.c tests/util/messages-t.c \
tests/util/xmalloc.c
DIST_SOURCES = $(client_libwallet_a_SOURCES) \
@@ -332,9 +308,7 @@ DIST_SOURCES = $(client_libwallet_a_SOURCES) \
$(tests_portable_asprintf_t_SOURCES) \
$(tests_portable_mkstemp_t_SOURCES) \
$(tests_portable_setenv_t_SOURCES) \
- $(tests_portable_snprintf_t_SOURCES) \
- $(tests_portable_strlcat_t_SOURCES) \
- $(tests_portable_strlcpy_t_SOURCES) tests/runtests.c \
+ $(tests_portable_snprintf_t_SOURCES) tests/runtests.c \
tests/util/messages-krb5-t.c tests/util/messages-t.c \
tests/util/xmalloc.c
am__can_run_installinfo = \
@@ -369,6 +343,23 @@ ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
AM_RECURSIVE_TARGETS = cscope
+am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
+ $(srcdir)/config.h.in $(top_srcdir)/build-aux/ar-lib \
+ $(top_srcdir)/build-aux/compile \
+ $(top_srcdir)/build-aux/depcomp \
+ $(top_srcdir)/build-aux/install-sh \
+ $(top_srcdir)/build-aux/missing \
+ $(top_srcdir)/portable/asprintf.c \
+ $(top_srcdir)/portable/mkstemp.c \
+ $(top_srcdir)/portable/reallocarray.c \
+ $(top_srcdir)/portable/setenv.c \
+ $(top_srcdir)/portable/snprintf.c \
+ $(top_srcdir)/tests/client/basic-t.in \
+ $(top_srcdir)/tests/client/full-t.in \
+ $(top_srcdir)/tests/client/prompt-t.in \
+ $(top_srcdir)/tests/client/rekey-t.in NEWS README TODO \
+ build-aux/ar-lib build-aux/compile build-aux/depcomp \
+ build-aux/install-sh build-aux/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -481,6 +472,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -496,17 +488,18 @@ top_srcdir = @top_srcdir@
# builddir != srcdir builds.
PERL_FILES = perl/Build.PL perl/MANIFEST perl/MANIFEST.SKIP perl/create-ddl \
perl/lib/Wallet/ACL.pm perl/lib/Wallet/ACL/Base.pm \
- perl/lib/Wallet/ACL/Krb5.pm perl/lib/Wallet/ACL/Krb5/Regex.pm \
- perl/lib/Wallet/ACL/LDAP/Attribute.pm perl/lib/Wallet/ACL/NetDB.pm \
+ perl/lib/Wallet/ACL/External.pm perl/lib/Wallet/ACL/Krb5.pm \
+ perl/lib/Wallet/ACL/Krb5/Regex.pm \
+ perl/lib/Wallet/ACL/LDAP/Attribute.pm \
+ perl/lib/Wallet/ACL/LDAP/Attribute/Root.pm \
+ perl/lib/Wallet/ACL/NetDB.pm perl/lib/Wallet/ACL/Nested.pm \
perl/lib/Wallet/ACL/NetDB/Root.pm perl/lib/Wallet/Admin.pm \
perl/lib/Wallet/Config.pm perl/lib/Wallet/Database.pm \
- perl/lib/Wallet/Kadmin.pm perl/lib/Wallet/Kadmin/Heimdal.pm \
- perl/lib/Wallet/Kadmin/MIT.pm perl/lib/Wallet/Object/Base.pm \
- perl/lib/Wallet/Object/Duo.pm \
- perl/lib/Wallet/Object/Duo/LDAPProxy.pm \
- perl/lib/Wallet/Object/Duo/PAM.pm perl/lib/Wallet/Object/Duo/RDP.pm \
- perl/lib/Wallet/Object/Duo/RadiusProxy.pm \
+ perl/lib/Wallet/Kadmin.pm perl/lib/Wallet/Kadmin/AD.pm \
+ perl/lib/Wallet/Kadmin/Heimdal.pm perl/lib/Wallet/Kadmin/MIT.pm \
+ perl/lib/Wallet/Object/Base.pm perl/lib/Wallet/Object/Duo.pm \
perl/lib/Wallet/Object/File.pm perl/lib/Wallet/Object/Keytab.pm \
+ perl/lib/Wallet/Object/Password.pm \
perl/lib/Wallet/Object/WAKeyring.pm \
perl/lib/Wallet/Policy/Stanford.pm perl/lib/Wallet/Report.pm \
perl/lib/Wallet/Schema.pm perl/lib/Wallet/Server.pm \
@@ -541,8 +534,9 @@ PERL_FILES = perl/Build.PL perl/MANIFEST perl/MANIFEST.SKIP perl/create-ddl \
perl/sql/Wallet-Schema-0.09-0.10-SQLite.sql \
perl/sql/Wallet-Schema-0.10-MySQL.sql \
perl/sql/Wallet-Schema-0.10-PostgreSQL.sql \
- perl/sql/Wallet-Schema-0.10-SQLite.sql perl/t/data/README \
- perl/t/data/duo/integration.json \
+ perl/sql/Wallet-Schema-0.10-SQLite.sql \
+ perl/sql/wallet-1.3-update-duo.sql perl/t/data/README \
+ perl/t/data/acl-command perl/t/data/duo/integration.json \
perl/t/data/duo/integration-ldap.json \
perl/t/data/duo/integration-radius.json \
perl/t/data/duo/integration-rdp.json perl/t/data/duo/keys.json \
@@ -555,49 +549,53 @@ PERL_FILES = perl/Build.PL perl/MANIFEST perl/MANIFEST.SKIP perl/create-ddl \
perl/t/object/duo.t perl/t/object/duo-ldap.t \
perl/t/object/duo-pam.t perl/t/object/duo-radius.t \
perl/t/object/duo-rdp.t perl/t/object/file.t perl/t/object/keytab.t \
- perl/t/object/wa-keyring.t perl/t/policy/stanford.t \
- perl/t/style/minimum-version.t perl/t/style/strict.t \
- perl/t/util/kadmin.t perl/t/verifier/basic.t \
- perl/t/verifier/ldap-attr.t perl/t/verifier/netdb.t
+ perl/t/object/password.t perl/t/object/wa-keyring.t \
+ perl/t/policy/stanford.t perl/t/style/minimum-version.t \
+ perl/t/style/strict.t perl/t/util/kadmin.t perl/t/verifier/basic.t \
+ perl/t/verifier/external.t perl/t/verifier/ldap-attr.t \
+ perl/t/verifier/nested.t perl/t/verifier/netdb.t
# Directories that have to be created in builddir != srcdir builds before
# copying PERL_FILES over.
PERL_DIRECTORIES = perl perl/lib perl/lib/Wallet perl/lib/Wallet/ACL \
perl/lib/Wallet/ACL/Krb5 perl/lib/Wallet/ACL/LDAP \
- perl/lib/Wallet/ACL/NetDB perl/lib/Wallet/Kadmin \
- perl/lib/Wallet/Object perl/lib/Wallet/Object/Duo \
+ perl/lib/Wallet/ACL/LDAP/Attribute perl/lib/Wallet/ACL/NetDB \
+ perl/lib/Wallet/Kadmin perl/lib/Wallet/Object \
perl/lib/Wallet/Policy perl/lib/Wallet/Schema \
perl/lib/Wallet/Schema/Result perl/sql perl/t perl/t/data \
perl/t/data/duo perl/t/docs perl/t/general perl/t/lib perl/t/object \
perl/t/policy perl/t/style perl/t/util perl/t/verifier
ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = .gitignore LICENSE autogen client/wallet.pod \
- client/wallet-rekey.pod config/allow-extract config/keytab \
- config/keytab.acl config/wallet config/wallet-report.acl \
- docs/design contrib/README contrib/convert-srvtab-db \
- contrib/used-principals contrib/wallet-contacts \
- contrib/wallet-rekey-periodic contrib/wallet-rekey-periodic.8 \
- contrib/wallet-summary contrib/wallet-summary.8 \
- contrib/wallet-unknown-hosts contrib/wallet-unknown-hosts.8 \
- docs/design-acl docs/design-api docs/netdb-role-api docs/notes \
- docs/objects-and-schemes docs/setup docs/stanford-naming \
- examples/stanford.conf tests/HOWTO tests/TESTS tests/config/README \
- tests/data/allow-extract tests/data/basic.conf tests/data/cmd-fake \
- tests/data/cmd-wrapper tests/data/fake-data tests/data/fake-kadmin \
- tests/data/fake-keytab tests/data/fake-keytab-2 \
- tests/data/fake-keytab-foreign tests/data/fake-keytab-merge \
- tests/data/fake-keytab-old tests/data/fake-keytab-partial \
- tests/data/fake-keytab-partial-result tests/data/fake-keytab-rekey \
- tests/data/fake-keytab-unknown tests/data/fake-srvtab \
- tests/data/full.conf tests/data/perl.conf tests/data/wallet.conf \
- tests/docs/pod-spelling-t tests/docs/pod-t \
- tests/perl/minimum-version-t tests/perl/strict-t \
- tests/server/admin-t tests/server/backend-t tests/server/keytab-t \
- tests/server/report-t tests/tap/kerberos.sh tests/tap/libtap.sh \
- tests/tap/perl/Test/RRA.pm tests/tap/perl/Test/RRA/Automake.pm \
- tests/tap/perl/Test/RRA/Config.pm tests/tap/remctl.sh \
+EXTRA_DIST = .gitignore .travis.yml LICENSE autogen client/wallet.pod \
+ client/wallet-rekey.pod config/allow-extract config/keytab \
+ config/keytab.acl config/wallet config/wallet-report.acl \
+ docs/design contrib/README contrib/commerzbank/wallet-history \
+ contrib/convert-srvtab-db contrib/used-principals \
+ contrib/wallet-contacts contrib/wallet-rekey-periodic \
+ contrib/wallet-rekey-periodic.8 contrib/wallet-summary \
+ contrib/wallet-summary.8 contrib/wallet-unknown-hosts \
+ contrib/wallet-unknown-hosts.8 docs/design-acl docs/design-api \
+ docs/netdb-role-api docs/notes docs/objects-and-schemes docs/setup \
+ docs/stanford-naming examples/stanford.conf tests/HOWTO tests/TESTS \
+ tests/config/README tests/data/allow-extract tests/data/basic.conf \
+ tests/data/cmd-fake tests/data/cmd-wrapper tests/data/fake-data \
+ tests/data/fake-kadmin tests/data/fake-keytab \
+ tests/data/fake-keytab-2 tests/data/fake-keytab-foreign \
+ tests/data/fake-keytab-merge tests/data/fake-keytab-old \
+ tests/data/fake-keytab-partial \
+ tests/data/fake-keytab-partial-result tests/data/fake-keytab-rekey \
+ tests/data/fake-keytab-unknown tests/data/fake-srvtab \
+ tests/data/full.conf tests/data/perl.conf tests/data/wallet.conf \
+ tests/docs/pod-spelling-t tests/docs/pod-t \
+ tests/perl/minimum-version-t tests/perl/module-version-t \
+ tests/perl/strict-t tests/server/admin-t tests/server/backend-t \
+ tests/server/keytab-t tests/server/report-t tests/tap/kerberos.sh \
+ tests/tap/libtap.sh tests/tap/perl/Test/RRA.pm \
+ tests/tap/perl/Test/RRA/Automake.pm \
+ tests/tap/perl/Test/RRA/Config.pm \
+ tests/tap/perl/Test/RRA/ModuleVersion.pm tests/tap/remctl.sh \
tests/util/xmalloc-t $(PERL_FILES)
@@ -655,23 +653,25 @@ dist_pkgdata_DATA = perl/sql/Wallet-Schema-0.07-0.08-MySQL.sql \
perl/sql/Wallet-Schema-0.09-PostgreSQL.sql \
perl/sql/Wallet-Schema-0.09-SQLite.sql
+@WARNINGS_CLANG_TRUE@WARNINGS = -Weverything -Wno-padded
-# A set of flags for warnings. Add -O because gcc won't find some warnings
+# A set of flags for warnings. Add -O because gcc won't find some warnings
# without optimization turned on. Desirable warnings that can't be turned
# on due to other problems:
#
-# -Wconversion http://bugs.debian.org/488884 (htons warnings)
+# -Wconversion http://bugs.debian.org/488884 (htons warnings)
#
-# Last checked against gcc 4.8.2 (2014-04-12). -D_FORTIFY_SOURCE=2 enables
+# Last checked against gcc 4.8.2 (2014-04-12). -D_FORTIFY_SOURCE=2 enables
# warn_unused_result attribute markings on glibc functions on Linux, which
# catches a few more issues.
-WARNINGS = -g -O -fstrict-overflow -fstrict-aliasing -D_FORTIFY_SOURCE=2 \
- -Wall -Wextra -Wendif-labels -Wformat=2 -Winit-self -Wswitch-enum \
- -Wstrict-overflow=5 -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
+@WARNINGS_GCC_TRUE@WARNINGS = -g -O -fstrict-overflow -fstrict-aliasing -D_FORTIFY_SOURCE=2 \
+@WARNINGS_GCC_TRUE@ -Wall -Wextra -Wendif-labels -Wformat=2 -Winit-self -Wswitch-enum \
+@WARNINGS_GCC_TRUE@ -Wstrict-overflow=5 -Wmissing-format-attribute -Wfloat-equal \
+@WARNINGS_GCC_TRUE@ -Wdeclaration-after-statement -Wshadow -Wpointer-arith \
+@WARNINGS_GCC_TRUE@ -Wbad-function-cast -Wcast-align -Wwrite-strings -Wjump-misses-init \
+@WARNINGS_GCC_TRUE@ -Wlogical-op -Wstrict-prototypes -Wold-style-definition \
+@WARNINGS_GCC_TRUE@ -Wmissing-prototypes -Wnormalized=nfc -Wpacked -Wredundant-decls \
+@WARNINGS_GCC_TRUE@ -Wnested-externs -Winline -Wvla -Werror
# Remove some additional files.
@@ -712,14 +712,6 @@ 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.a
-tests_portable_strlcat_t_SOURCES = tests/portable/strlcat-t.c \
- tests/portable/strlcat.c
-
-tests_portable_strlcat_t_LDADD = tests/tap/libtap.a portable/libportable.a
-tests_portable_strlcpy_t_SOURCES = tests/portable/strlcpy-t.c \
- tests/portable/strlcpy.c
-
-tests_portable_strlcpy_t_LDADD = tests/tap/libtap.a portable/libportable.a
tests_util_messages_krb5_t_CPPFLAGS = $(KRB5_CPPFLAGS)
tests_util_messages_krb5_t_LDFLAGS = $(KRB5_LDFLAGS)
tests_util_messages_krb5_t_LDADD = tests/tap/libtap.a util/libutil.a \
@@ -749,7 +741,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
-.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
@@ -968,22 +959,6 @@ tests/portable/snprintf.$(OBJEXT): tests/portable/$(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/$(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/$(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/$(am__dirstamp):
@$(MKDIR_P) tests
@: > tests/$(am__dirstamp)
@@ -1085,8 +1060,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/reallocarray.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/setenv.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/snprintf.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/strlcat.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/strlcpy.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/tests_runtests-runtests.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@
@@ -1096,10 +1069,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/setenv.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/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-messages.Po@am__quote@
@@ -1635,15 +1604,15 @@ dist-xz: distdir
$(am__post_remove_distdir)
dist-tarZ: distdir
- @echo WARNING: "Support for shar distribution archives is" \
- "deprecated." >&2
+ @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
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__post_remove_distdir)
dist-shar: distdir
- @echo WARNING: "Support for distribution archives compressed with" \
- "legacy program 'compress' is deprecated." >&2
+ @echo WARNING: "Support for shar distribution archives 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__post_remove_distdir)
@@ -1679,17 +1648,17 @@ distcheck: dist
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
- mkdir $(distdir)/_build $(distdir)/_inst
+ mkdir $(distdir)/_build $(distdir)/_build/sub $(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 \
+ && $(am__cd) $(distdir)/_build/sub \
+ && ../../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
- --srcdir=.. --prefix="$$dc_install_base" \
+ --srcdir=../.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
@@ -1884,6 +1853,8 @@ uninstall-man: uninstall-man1 uninstall-man8
uninstall-dist_sbinSCRIPTS uninstall-man uninstall-man1 \
uninstall-man8
+.PRECIOUS: Makefile
+
# These variables exist only for the use of the Debian packaging and similar
# situations and aren't normally set. We want to honor them if they're set
@@ -1941,8 +1912,10 @@ clean-local:
cd perl && ./Build realclean ; \
fi
-# Remove the files that we copy over if and only if builddir != srcdir.
+# Remove the Autoconf cache. Remove the files that we copy over if and only
+# if builddir != srcdir.
distclean-local:
+ rm -rf autom4te.cache
set -e; if [ x"$(builddir)" != x"$(srcdir)" ] ; then \
for f in $(PERL_FILES) ; do \
rm -f "$(builddir)/$$f" ; \