* Makefile.am (EXTRA_DIST): Sort file names.
[platform/upstream/coreutils.git] / Makefile.am
1 # Make coreutils.                                       -*-Makefile-*-
2
3 # Copyright (C) 1990, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
4 # 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 # 02110-1301, USA.
20
21 SUBDIRS = lib src doc man po tests
22 EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
23   .gitignore \
24   .hgignore \
25   .kludge-stamp .prev-version THANKS-to-translators THANKStt.in \
26   .vg-suppressions \
27   .x-po-check \
28   .x-sc_file_system .x-sc_obsolete_symbols \
29   .x-sc_prohibit_atoi_atof \
30   .x-sc_require_config_h \
31   .x-sc_space_tab .x-sc_sun_os_names \
32   .x-sc_trailing_blank \
33   .x-sc_unmarked_diagnostics \
34   .x-sc_useless_cpp_parens \
35   ChangeLog-2005 \
36   announce-gen \
37   bootstrap \
38   build-aux/cvsu \
39   build-aux/vc-list-files \
40   gl/modules/getloadavg.diff \
41   m4/ChangeLog \
42   old/fileutils/ChangeLog \
43   old/fileutils/ChangeLog-1997 \
44   old/fileutils/NEWS \
45   old/sh-utils/ChangeLog \
46   old/sh-utils/ChangeLog.0 \
47   old/sh-utils/NEWS \
48   old/textutils/ChangeLog \
49   old/textutils/NEWS
50
51 install-root:
52         cd src && $(MAKE) $@
53
54 ACLOCAL_AMFLAGS = -I m4
55
56 # Some tests always need root privileges, others need them only sometimes.
57 check-root:
58         cd tests && $(MAKE) $@
59
60 dist-hook:
61         test -x $(srcdir)/build-aux/install-sh
62
63 distcheck-hook:
64         $(MAKE) my-distcheck
65
66 # Just prior to distribution, ...
67 # transform the automake-generated rule that runs `rm -f rm'.
68 # On some systems, that command would fail with a diagnostic like
69 # `rm: cannot unlink `rm': Text file busy' when `.' appears so early
70 # in the shell's search path that running `rm' would run the `rm'
71 # executable in the current directory.
72 # Similarly, adjust the clean-binPROGRAMS rule.
73
74 rm_subst = \
75   s!(rm -f (rm|\$$\(bin_PROGRAMS\)))$$!$$1 > /dev/null 2>&1 || /bin/$$1!
76 .kludge-stamp: $(srcdir)/src/Makefile.in
77         perl -pi -e '$(rm_subst)' $(srcdir)/src/Makefile.in
78         touch $@
79
80
81 MAINTAINERCLEANFILES = THANKS-to-translators
82 THANKS-to-translators: po/LINGUAS THANKStt.in
83         (                                                               \
84           cat $(srcdir)/THANKStt.in;                                    \
85           for lang in `cat po/LINGUAS`; do                              \
86             echo http://www.iro.umontreal.ca/contrib/po/HTML/team-$$lang.html; \
87           done;                                                         \
88         ) > $@-tmp && mv $@-tmp $@