1 # Customize maint.mk -*- makefile -*-
2 # Copyright (C) 2003-2012 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 3 of the License, or
7 # (at your option) any later version.
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 <http://www.gnu.org/licenses/>.
17 # Use the direct link. This is guaranteed to work immediately, while
18 # it can take a while for the faster mirror links to become usable.
19 url_dir_list
= http
://ftp.gnu.org
/gnu
/$(PACKAGE
)
21 # Tests not to run as part of "make distcheck".
22 # Exclude changelog-check here so that there's less churn in ChangeLog
23 # files -- otherwise, you'd need to have the upcoming version number
24 # at the top of the file for each `make distcheck' run.
25 local-checks-to-skip
= patch-check strftime-check check-AUTHORS
26 local-checks-to-skip
+= changelog-check
28 # The local directory containing the checked-out copy of gnulib used in this
29 # release. Used solely to get gnulib's SHA1 for the "announcement" target.
32 # Now that we have better (check.mk) tests, make this the default.
35 old_NEWS_hash
= 33baa6cc170e88d0627ef86668414353
37 # Indent only with spaces.
38 sc_prohibit_tab_based_indentation
:
40 halt
='TAB in indentation; use only spaces' \
43 # Don't use "indent-tabs-mode: nil" anymore. No longer needed.
44 sc_prohibit_emacs__indent_tabs_mode__setting
:
45 @prohibit
='^( *[*#] *)?indent-tabs-mode:' \
46 halt
='use of emacs indent-tabs-mode: setting' \
49 bootstrap-tools
= autoconf
,automake
,flex
,gnulib
,gperf
,help2man
51 -include $(srcdir)/dist-check.mk
53 update-copyright-env
= \
54 UPDATE_COPYRIGHT_USE_INTERVALS
=1 \
55 UPDATE_COPYRIGHT_MAX_LINE_LENGTH
=79
57 exclude_file_name_regexp--sc_prohibit_stat_st_blocks
= ^src
/system\.h
$$
58 exclude_file_name_regexp--sc_prohibit_tab_based_indentation
= \
59 (Makefile
(\.am
)?|\.mk
)$$
61 # Tell the tight_scope rule that yacc-related yy* names are extern.
62 export _gl_TS_unmarked_extern_functions
= main usage yy.
*
63 export _gl_TS_unmarked_extern_vars
= yy.
*