(EXTRA_DIST): Add .x-sc_two_space_separator_in_usage.
[platform/upstream/coreutils.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2
3 SUBDIRS = lib src doc man po tests
4 EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
5   .kludge-stamp .prev-version THANKS-to-translators THANKStt.in \
6   .x-sc_space_tab .x-sc_sun_os_names \
7   .x-sc_file_system .x-sc_obsolete_symbols \
8   .x-sc_unmarked_diagnostics \
9   .x-sc_useless_cpp_parens \
10   .x-sc_no_if_have_config_h \
11   .x-sc_require_config_h \
12   .x-sc_prohibit_assert_without_use \
13   .x-sc_two_space_separator_in_usage \
14   announce-gen \
15   build-aux/cvsu \
16   m4/ChangeLog \
17   old/fileutils/ChangeLog \
18   old/fileutils/ChangeLog-1997 \
19   old/sh-utils/ChangeLog \
20   old/sh-utils/ChangeLog.0 \
21   old/textutils/ChangeLog \
22   old/fileutils/NEWS \
23   old/sh-utils/NEWS \
24   old/textutils/NEWS
25
26 install-root:
27         cd src && $(MAKE) $@
28
29 ACLOCAL_AMFLAGS = -I m4
30
31 # Some tests always need root privileges, others need them only sometimes.
32 check-root:
33         cd tests && $(MAKE) $@
34
35 dist-hook:
36         test -x $(srcdir)/build-aux/install-sh
37
38 distcheck-hook:
39         $(MAKE) my-distcheck
40
41 # Just prior to distribution, ...
42 # transform the automake-generated rule that runs `rm -f rm'.
43 # On some systems, that command would fail with a diagnostic like
44 # `rm: cannot unlink `rm': Text file busy' when `.' appears so early
45 # in the shell's search path that running `rm' would run the `rm'
46 # executable in the current directory.
47 # Similarly, adjust the clean-binPROGRAMS rule.
48
49 rm_subst = \
50   s!(rm -f (rm|\$$\(bin_PROGRAMS\)))$$!$$1 > /dev/null 2>&1 || /bin/$$1!
51 .kludge-stamp: $(srcdir)/src/Makefile.in
52         perl -pi -e '$(rm_subst)' $(srcdir)/src/Makefile.in
53         touch $@
54
55 THANKS-to-translators: po/LINGUAS THANKStt.in
56         (                                                               \
57           cat $(srcdir)/THANKStt.in;                                    \
58           for lang in `cat po/LINGUAS`; do                              \
59             echo http://www.iro.umontreal.ca/contrib/po/HTML/team-$$lang.html; \
60           done;                                                         \
61         ) > $@-tmp && mv $@-tmp $@