OSDN Git Service

build: update gnulib submodule to latest
[android-x86/external-parted.git] / cfg.mk
1 # Customize maint.mk                           -*- makefile -*-
2 # Copyright (C) 2003-2011 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
18 manual_title = Parted User's Manual
19
20 # Use the direct link.  This is guaranteed to work immediately, while
21 # it can take a while for the faster mirror links to become usable.
22 url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE)
23
24 # Tests not to run as part of "make distcheck".
25 # Exclude changelog-check here so that there's less churn in ChangeLog
26 # files -- otherwise, you'd need to have the upcoming version number
27 # at the top of the file for each `make distcheck' run.
28 local-checks-to-skip = \
29   sc_error_message_uppercase \
30   sc_error_message_period \
31   sc_file_system \
32   sc_prohibit_strcmp \
33   sc_prohibit_atoi_atof \
34   sc_require_test_exit_idiom \
35   sc_space_tab \
36   sc_texinfo_acronym
37
38 # Now that we have better (check.mk) tests, make this the default.
39 export VERBOSE = yes
40
41 old_NEWS_hash = 04810d10a532cf2e75d602ddda0d64b1
42
43 include $(srcdir)/dist-check.mk
44
45 useless_free_options = \
46   --name=pth_free
47
48 # Tools used to bootstrap this package, used for "announcement".
49 bootstrap-tools = autoconf,automake,gettext,gnulib,gperf
50
51 update-copyright-env = \
52   UPDATE_COPYRIGHT_USE_INTERVALS=1 \
53   UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
54
55 #==> .j/.x-sc_GPL_version <==
56 #build-aux/vc-list-files
57
58 exclude_file_name_regexp--sc_bindtextdomain = ^(libparted/)?tests/.*\.c$$
59
60 exclude_file_name_regexp--sc_cross_check_PATH_usage_in_tests = \
61   ^libparted/tests/t.*\.sh$$
62
63 exclude_file_name_regexp--sc_prohibit_always-defined_macros = \
64   ^parted/(strlist|table)\.h$$
65
66 exclude_file_name_regexp--sc_prohibit_path_max_allocation = \
67   ^libparted/arch/beos\.c$$