1# Customize maint.mk.                           -*- makefile -*-
2# Copyright (C) 2003-2012 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 3 of the License, or
7# (at your option) 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.
13
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/>.
16
17# Used in maint.mk's web-manual rule
18manual_title = GNU idutils: ID database utilities
19
20# Tests not to run as part of "make distcheck".
21local-checks-to-skip =			\
22  sc_bindtextdomain			\
23  sc_changelog				\
24  sc_prohibit_atoi_atof			\
25  sc_prohibit_path_max_allocation
26
27old_NEWS_hash = 7c42fc431cadd9164dde6f9a7113b920
28
29-include $(srcdir)/dist-check.mk
30
31update-copyright-env = \
32  UPDATE_COPYRIGHT_FORCE=1 \
33  UPDATE_COPYRIGHT_USE_INTERVALS=2 \
34  UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
35
36_hv_file = $(srcdir)/testsuite/help-version
37
38exclude_file_name_regexp--sc_cast_of_argument_to_free = ^src/lid\.c$$
39exclude_file_name_regexp--sc_program_name = ^testsuite/
40exclude_file_name_regexp--sc_prohibit_always_true_header_tests = src/lid\.c$$
41exclude_file_name_regexp--sc_prohibit_strcmp = ^libidu/iduglobal\.h$$
42
43config_h_exempt = ^(testsuite/single_file_token_bug\.c|src/lid-[aegl]id\.c)$$
44exclude_file_name_regexp--sc_require_config_h = $(config_h_exempt)
45exclude_file_name_regexp--sc_require_config_h_first = $(config_h_exempt)
46
47export _gl_TS_headers = lid.h $(srcdir)/../libidu/*.h
48export _gl_TS_obj_files = *.$(OBJEXT) ../libidu/*.$(OBJEXT)
49