]> git.draconx.ca Git - dxcommon.git/blobdiff - snippet/autotest.mk
Fix Autotest depfiles generation with non-GNU makes.
[dxcommon.git] / snippet / autotest.mk
index badfc9f97ce0c11d71c4d83f8a1989fb0a52e596..10acd7134d8548ef971b8d124f11dfc5ed6f1147 100644 (file)
@@ -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; \