doc: update Vala documentation
[automake.git] / m4 / local.mk
blob05a2a06ee49ebd70aad9ce4c55afa247a03b0d57
1 ## -*- makefile-automake -*-
2 ## Copyright (C) 1995-2024 Free Software Foundation, Inc.
3 ##
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)
7 ## any later version.
8 ##
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 = \
25 %D%/amversion.m4 \
26 %D%/ar-lib.m4 \
27 %D%/as.m4 \
28 %D%/auxdir.m4 \
29 %D%/cond.m4 \
30 %D%/cond-if.m4 \
31 %D%/depend.m4 \
32 %D%/depout.m4 \
33 %D%/dmalloc.m4 \
34 %D%/extra-recurs.m4 \
35 %D%/gcj.m4 \
36 %D%/init.m4 \
37 %D%/install-sh.m4 \
38 %D%/lead-dot.m4 \
39 %D%/lex.m4 \
40 %D%/lispdir.m4 \
41 %D%/maintainer.m4 \
42 %D%/make.m4 \
43 %D%/missing.m4 \
44 %D%/mkdirp.m4 \
45 %D%/obsolete.m4 \
46 %D%/options.m4 \
47 %D%/python.m4 \
48 %D%/prog-cc-c-o.m4 \
49 %D%/rmf.m4 \
50 %D%/runlog.m4 \
51 %D%/sanity.m4 \
52 %D%/silent.m4 \
53 %D%/strip.m4 \
54 %D%/substnot.m4 \
55 %D%/tar.m4 \
56 %D%/upc.m4 \
57 %D%/vala.m4 \
58 %D%/xargsn.m4
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
69 # loop otherwise.
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