blob: 9b3829b007b3c8ca7229b381bb6c20734bcb0c9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
## Copyright (C) 2008-2021 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
include $(top_srcdir)/gtest.mk
EXTRA_DIST= \
ax_ac_append_to_file.m4 \
ax_ac_print_to_file.m4 \
ax_add_am_macro_static.m4 \
ax_am_macros_static.m4 \
ax_append_compile_flags.m4 \
ax_append_flag.m4 \
ax_append_link_flags.m4 \
ax_check_compile_flag.m4 \
ax_check_enable_debug.m4 \
ax_check_gnu_make.m4 \
ax_check_link_flag.m4 \
ax_code_coverage.m4 \
ax_compiler_flags.m4 \
ax_compiler_flags_cflags.m4 \
ax_compiler_flags_cxxflags.m4 \
ax_compiler_flags_gir.m4 \
ax_compiler_flags_ldflags.m4 \
ax_cxx_compile_stdcxx.m4 \
ax_cxx_compile_stdcxx_14.m4 \
ax_cxx_compile_stdcxx_17.m4 \
ax_file_escapes.m4 \
ax_is_release.m4 \
ax_lib_readline.m4 \
ax_require_defined.m4 \
ax_valgrind_check.m4 \
guile.m4 \
lib-ld.m4 \
lib-link.m4 \
lib-prefix.m4
|