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