X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=9eeeb2037d18fc36d66b8505c341f0e7af712d68;hb=a45772d52d86a2b1a39ee057b139af7eb36a2b76;hp=92bf977117836da55a2b56ffbae6ed47cc5a4b35;hpb=df621389b0e730de304fae46f8903e713dba52c7;p=platform%2Fupstream%2Fcoreutils.git diff --git a/Makefile.am b/Makefile.am index 92bf977..9eeeb20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,24 +1,51 @@ -## Process this file with automake to produce Makefile.in -*-Makefile-*- +# Make coreutils. -*-Makefile-*- + +# Copyright (C) 1990, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +# 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. SUBDIRS = lib src doc man po tests EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ + .gitignore \ + .hgignore \ .kludge-stamp .prev-version THANKS-to-translators THANKStt.in \ - .x-sc_space_tab .x-sc_sun_os_names \ + .vg-suppressions \ + .x-po-check \ .x-sc_file_system .x-sc_obsolete_symbols \ + .x-sc_prohibit_atoi_atof \ + .x-sc_require_config_h \ + .x-sc_space_tab .x-sc_sun_os_names \ + .x-sc_trailing_blank \ .x-sc_unmarked_diagnostics \ .x-sc_useless_cpp_parens \ - .x-sc_no_if_have_config_h \ - .x-sc_require_config_h \ - announce-gen \ + ChangeLog-2005 \ + bootstrap \ + bootstrap.conf \ build-aux/cvsu \ + build-aux/vc-list-files \ + gl/modules/getloadavg.diff \ m4/ChangeLog \ old/fileutils/ChangeLog \ old/fileutils/ChangeLog-1997 \ + old/fileutils/NEWS \ old/sh-utils/ChangeLog \ old/sh-utils/ChangeLog.0 \ - old/textutils/ChangeLog \ - old/fileutils/NEWS \ old/sh-utils/NEWS \ + old/textutils/ChangeLog \ old/textutils/NEWS install-root: @@ -46,14 +73,17 @@ distcheck-hook: rm_subst = \ s!(rm -f (rm|\$$\(bin_PROGRAMS\)))$$!$$1 > /dev/null 2>&1 || /bin/$$1! +MAINTAINERCLEANFILES = .kludge-stamp .kludge-stamp: $(srcdir)/src/Makefile.in perl -pi -e '$(rm_subst)' $(srcdir)/src/Makefile.in touch $@ + +MAINTAINERCLEANFILES += THANKS-to-translators THANKS-to-translators: po/LINGUAS THANKStt.in ( \ cat $(srcdir)/THANKStt.in; \ - for lang in `cat po/LINGUAS`; do \ + for lang in `cat $(srcdir)/po/LINGUAS`; do \ echo http://www.iro.umontreal.ca/contrib/po/HTML/team-$$lang.html; \ done; \ ) > $@-tmp && mv $@-tmp $@