-
Notifications
You must be signed in to change notification settings - Fork 0
/
cfg.mk
103 lines (82 loc) · 3.75 KB
/
cfg.mk
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Customize maint.mk -*- makefile -*-
# Copyright (C) 2003-2022 Free Software Foundation, Inc.
# 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, see <https://www.gnu.org/licenses/>.
# Don't include the translation project coordinator email address
# in announcement template.
translation_project_ =
# Used in maint.mk's web-manual rule
manual_title = gzip: the data compression program
# Use the direct link. This is guaranteed to work immediately, while
# it can take a while for the faster mirror links to become usable.
url_dir_list = https://ftp.gnu.org/gnu/$(PACKAGE)
# Tests not to run as part of "make distcheck".
local-checks-to-skip = \
sc_bindtextdomain \
sc_error_message_period \
sc_error_message_uppercase \
sc_indent \
sc_program_name \
sc_texinfo_acronym
# Tools used to bootstrap this package, used for "announcement".
bootstrap-tools = autoconf,automake,gnulib
# Now that we have better tests, make this the default.
export VERBOSE = yes
old_NEWS_hash = d66a67b9fd262869540fcc57b9c94e64
sc_obs_header_regex = \
\<(STDC_HEADERS|HAVE_(LIMITS|STRING|UNISTD|STDLIB)_H)\>
sc_prohibit_obsolete_HAVE_HEADER_H:
@prohibit='^[ ]*#[ ]*(el)?if.*$(sc_obs_header_regex)' \
halt='remove the above obsolete #if...HAVE_HEADER_H test(s)' \
$(_sc_search_regexp)
update-copyright-env = \
UPDATE_COPYRIGHT_USE_INTERVALS=1 \
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
# Indent only with spaces.
sc_prohibit_tab_based_indentation:
@prohibit='^ * ' \
halt='TAB in indentation; use only spaces' \
$(_sc_search_regexp)
# Don't use "indent-tabs-mode: nil" anymore. No longer needed.
sc_prohibit_emacs__indent_tabs_mode__setting:
@prohibit='^( *[*#] *)?indent-tabs-mode:' \
halt='use of emacs indent-tabs-mode: setting' \
$(_sc_search_regexp)
ifeq ($(srcdir),.)
srcdirslash =
else
srcdirslash = $(srcdir)/
endif
sc_gzip_copyright_check:
@require='Copyright \(C\) '$$(date +%Y)' Free' \
in_vc_files='^$(srcdirslash)(gzip\.c|[^z].*\.in|z[^ef].*\.in|zf[^g].*\.in)$$' \
halt="out of date copyright in $$in_vc_files; update it" \
$(_sc_search_regexp)
include $(srcdir)/dist-check.mk
exclude_file_name_regexp--sc_file_system = ^NEWS$$
exclude_file_name_regexp--sc_prohibit_tab_based_indentation = \
(^|/)(GNU)?[Mm]akefile|(^|/)ChangeLog|\.(am|mk)$$
exclude_file_name_regexp--sc_require_config_h = ^lib/match\.c$$
exclude_file_name_regexp--sc_require_config_h_first = ^lib/match\.c$$
exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
^tests/hufts-segv\.gz$$
exclude_file_name_regexp--sc_prohibit_strcmp = ^gzip\.c$$
exclude_file_name_regexp--sc_prohibit_always-defined_macros = ^tailor\.h$$
exclude_file_name_regexp--sc_prohibit_atoi_atof = ^(gzip|sample/sub)\.c$$
exclude_file_name_regexp--sc_space_tab = ^lib/match\.c$$
exclude_file_name_regexp--sc_useless_cpp_parens = ^(lib/match\.c|tailor\.h)$$
exclude_file_name_regexp--sc_prohibit_double_semicolon = ^lib/match\.c$$
# Tell the tight_scope rule that sources are in ".".
export _gl_TS_dir = .
# Tell the tight_scope rule that these variables are deliberately "extern".
export _gl_TS_unmarked_extern_vars = \
block_start d_buf inbuf outbuf prev read_buf strstart window \
match_start prev_length max_chain_length good_match nice_match