test: check that subsecond mtime works with make.
[automake.git] / lib / am / local.mk
blobba5f25c32cc348d2220980e68c4f69adc20ee6b7
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 ## Makefile fragments. ##
19 ## --------------------- ##
21 amdir = @amdir@
23 dist_am_DATA = \
24 %D%/check.am \
25 %D%/check2.am \
26 %D%/clean-hdr.am \
27 %D%/clean.am \
28 %D%/compile.am \
29 %D%/configure.am \
30 %D%/data.am \
31 %D%/dejagnu.am \
32 %D%/depend.am \
33 %D%/depend2.am \
34 %D%/distdir.am \
35 %D%/footer.am \
36 %D%/header-vars.am \
37 %D%/header.am \
38 %D%/install.am \
39 %D%/inst-vars.am \
40 %D%/java.am \
41 %D%/lang-compile.am \
42 %D%/lex.am \
43 %D%/library.am \
44 %D%/libs.am \
45 %D%/libtool.am \
46 %D%/lisp.am \
47 %D%/ltlib.am \
48 %D%/ltlibrary.am \
49 %D%/mans-vars.am \
50 %D%/mans.am \
51 %D%/program.am \
52 %D%/progs.am \
53 %D%/python.am \
54 %D%/remake-hdr.am \
55 %D%/scripts.am \
56 %D%/subdirs.am \
57 %D%/tags.am \
58 %D%/texi-vers.am \
59 %D%/texibuild.am \
60 %D%/texinfos.am \
61 %D%/vala.am \
62 %D%/yacc.am
64 # vim: ft=automake noet