OSDN Git Service

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