1 # Make coreutils. -*-Makefile-*-
3 # Copyright (C) 1990, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
4 # 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
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.
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.
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
21 SUBDIRS = lib src doc man po tests
22 EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
25 .kludge-stamp .prev-version THANKS-to-translators THANKStt.in \
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 \
39 build-aux/vc-list-files \
40 gl/modules/getloadavg.diff \
42 old/fileutils/ChangeLog \
43 old/fileutils/ChangeLog-1997 \
45 old/sh-utils/ChangeLog \
46 old/sh-utils/ChangeLog.0 \
48 old/textutils/ChangeLog \
54 ACLOCAL_AMFLAGS = -I m4
56 # Some tests always need root privileges, others need them only sometimes.
58 cd tests && $(MAKE) $@
61 test -x $(srcdir)/build-aux/install-sh
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.
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
81 MAINTAINERCLEANFILES = THANKS-to-translators
82 THANKS-to-translators: po/LINGUAS THANKStt.in
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; \
88 ) > $@-tmp && mv $@-tmp $@