1 ## -*- makefile-automake -*-
2 ## Copyright (C) 1995-2025 Free Software Foundation, Inc.
4 ## This program is free software; you can redistribute it and/or modify
5 ## it under the terms of the GNU General Public License as published by
6 ## the Free Software Foundation; either version 2, or (at your option)
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 ## GNU General Public License for more details.
14 ## You should have received a copy of the GNU General Public License
15 ## along with this program. If not, see <https://www.gnu.org/licenses/>.
17 ## ------------------------------ ##
18 ## Automake-provided m4 macros. ##
19 ## ------------------------------ ##
21 system_acdir
= @system_acdir@
22 automake_acdir
= @automake_acdir@
24 dist_automake_ac_DATA
= \
60 dist_system_ac_DATA
= %D
%/acdir
/README
62 automake_internal_acdir
= $(automake_acdir
)/internal
63 dist_automake_internal_ac_DATA
= %D
%/internal
/ac-config-macro-dirs.m4
65 # We build amversion.m4 here, instead of from config.status,
66 # because config.status is rerun each time one of configure's
67 # dependencies change and amversion.m4 happens to be a configure
68 # dependency. configure and amversion.m4 would be rebuilt in
70 # Use '$(top_srcdir)' for the benefit of non-GNU makes: this is
71 # how amversion.m4 appears in our dependencies.
72 $(top_srcdir
)/%D
%/amversion.m4
: $(srcdir)/configure.ac \
73 $(srcdir)/%D
%/amversion.in
74 $(AM_V_at
)rm -f
$@
-t
$@
75 $(AM_V_GEN
)in
=amversion.in \
76 && $(do_subst
) <$(srcdir)/%D
%/amversion.in
>$@
-t
77 $(generated_file_finalize
)
78 EXTRA_DIST
+= %D
%/amversion.in
80 # vim: ft=automake noet