1 # Make coreutils. -*-Makefile-*-
3 # Copyright (C) 1990, 1993-2007 Free Software Foundation, Inc.
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 SUBDIRS = lib src doc man po tests gnulib-tests
19 EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
20 .prev-version THANKS-to-translators THANKStt.in \
24 .x-sc_file_system .x-sc_obsolete_symbols \
25 .x-sc_prohibit_atoi_atof \
26 .x-sc_prohibit_strcmp \
27 .x-sc_require_config_h \
28 .x-sc_space_tab .x-sc_sun_os_names \
29 .x-sc_trailing_blank \
30 .x-sc_unmarked_diagnostics \
31 .x-sc_useless_cpp_parens \
36 build-aux/git-version-gen \
37 build-aux/vc-list-files \
38 gl/modules/getloadavg.diff \
40 old/fileutils/ChangeLog \
41 old/fileutils/ChangeLog-1997 \
43 old/sh-utils/ChangeLog \
44 old/sh-utils/ChangeLog.0 \
46 old/textutils/ChangeLog \
52 ACLOCAL_AMFLAGS = -I m4
54 # Some tests always need root privileges, others need them only sometimes.
56 cd tests && $(MAKE) $@
58 # Just prior to distribution, ...
59 # transform the automake-generated rule that runs `rm -f rm'.
60 # On some systems, that command would fail with a diagnostic like
61 # `rm: cannot unlink `rm': Text file busy' when `.' appears so early
62 # in the shell's search path that running `rm' would run the `rm'
63 # executable in the current directory.
64 # Similarly, adjust the clean-binPROGRAMS rule.
66 s!(rm -f (rm\b|\$$\(bin_PROGRAMS\)$$))!$$1 > /dev/null 2>&1 || /bin/$$1!
68 # Arrange so that .version appears only in distribution tarballs,
69 # never in a checked-out repository.
70 # The perl substitution is to change some key uses of "rm" to "/bin/rm".
71 # See the rm_subst comment for details.
73 echo $(VERSION) > $(distdir)/.version
74 perl -pi -e '$(rm_subst)' $(distdir)/src/Makefile.in
79 MAINTAINERCLEANFILES = THANKS-to-translators
80 THANKS-to-translators: po/LINGUAS THANKStt.in
82 cat $(srcdir)/THANKStt.in; \
83 for lang in `cat $(srcdir)/po/LINGUAS`; do \
84 echo http://www.iro.umontreal.ca/contrib/po/HTML/team-$$lang.html; \
86 ) > $@-tmp && mv $@-tmp $@