X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/157fb6f1bcb5af0d93bb588522bb1be86aa2fd71..e7d29006d05055ab5b7af44078668c1915d35262:/snippet/autotest.mk diff --git a/snippet/autotest.mk b/snippet/autotest.mk index badfc9f..10acd71 100644 --- a/snippet/autotest.mk +++ b/snippet/autotest.mk @@ -1,8 +1,12 @@ -# Copyright © 2015,2019-2020 Nick Bowler +# Copyright © 2015,2019-2021 Nick Bowler # -# Automake fragment to hook up a basic Autotest test suite into the build. -# It is expected that a testsuite.at file exists in $(srcdir). The -# testsuite will be output to $(builddir)/testsuite. +# Automake fragment to hook up a basic Autotest test suite into the +# build. It is expected that a testsuite.at file exists in $(srcdir). +# The testsuite will be output to $(builddir)/testsuite. +# +# The DX_AUTOMAKE_COMPAT macro must be expanded by configure.ac to +# provide necessary substitutions. If DX_PROG_AUTOTEST is used, this +# will be included automatically. # # You must define the AUTOTEST variable to the Autotest program (normally, # this is autom4te -l autotest). The DX_PROG_AUTOTEST macro can be used @@ -81,7 +85,7 @@ dist-autotest-deps: testsuite.deps EXTRA_DIST += testsuite testsuite.at testsuite.deps package.m4 DISTCLEANFILES += atconfig $(DEPDIR)/testsuite.P -@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/testsuite.P@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/testsuite.P@am__quote@@dx_include_marker@ # Automake 1.16 and newer use make rules to generate the dependency stubs. # Use this opportunity to generate accurate prerequisites from distributed @@ -92,9 +96,8 @@ DISTCLEANFILES += atconfig $(DEPDIR)/testsuite.P # With older Automake the stubs are generated directly in config.status. # Since this rule is ignored things should still work but the build may # miss modifications to the testsuite on the first build from a tarball. -_dx_autotest_depfiles = am--depfiles -$(_dx_autotest_depfiles): $(DEPDIR)/testsuite.P -$(DEPDIR)/testsuite.P: +@dx_depfiles_target@: ./$(DEPDIR)/testsuite.P +./$(DEPDIR)/testsuite.P: @$(MKDIR_P) $(@D) @if test -f $(builddir)/testsuite.deps; then \ exec 3<$(builddir)/testsuite.deps; \