diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-27 21:29:43 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-27 21:29:43 +0000 |
commit | 6f4a1f789830b196b3ede71d2849f0bebb592dec (patch) | |
tree | 5d6a0b7359774eca07febd48917298fb550e6aa3 /libstdc++-v3/po | |
parent | 9ac302040291c3e0488e542080314a54370889fd (diff) | |
download | gcc-6f4a1f789830b196b3ede71d2849f0bebb592dec.tar.gz |
2003-08-27 Phil Edwards <pme@gcc.gnu.org>
* Makefile.am: Remove trailing whitespace. Remove needless
"foo = @foo@" assignments. Replace direct uses of @foo@ with $(foo).
* include/Makefile.am: Likewise.
* libmath/Makefile.am: Likewise.
* libsupc++/Makefile.am: Likewise.
* po/Makefile.am: Likewise.
* src/Makefile.am: Likewise.
* testsuite/Makefile.am: Likewise.
* Makefile.in, include/Makefile.in, libmath/Makefile.in,
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
testsuite/Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70865 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/po')
-rw-r--r-- | libstdc++-v3/po/Makefile.am | 28 | ||||
-rw-r--r-- | libstdc++-v3/po/Makefile.in | 28 |
2 files changed, 28 insertions, 28 deletions
diff --git a/libstdc++-v3/po/Makefile.am b/libstdc++-v3/po/Makefile.am index e17918feadc..15685abf5a0 100644 --- a/libstdc++-v3/po/Makefile.am +++ b/libstdc++-v3/po/Makefile.am @@ -25,33 +25,33 @@ include $(top_srcdir)/fragment.am # Location of installation directories. locale_installdir = $(DESTDIR)$(datadir)/locale -locale_builddir = @glibcxx_localedir@ +locale_builddir = $(glibcxx_localedir) # Tell automake that foo.po makes foo.mo SUFFIXES = .po .mo -LOCALE_IN = @glibcxx_POFILES@ -LOCALE_OUT = @glibcxx_MOFILES@ +LOCALE_IN = $(glibcxx_POFILES) +LOCALE_OUT = $(glibcxx_MOFILES) MSGFMT = msgfmt # Necessary files. DISTFILES = \ Makefile.am Makefile.in string_literals.cc POTFILES.in $(PACKAGE).pot \ - $(LOCALE_IN) + $(LOCALE_IN) .po.mo: $(MSGFMT) -o $@ $< -all-local: all-local-@USE_NLS@ -all-local-no: -all-local-yes: $(LOCALE_OUT) +all-local: all-local-$(USE_NLS) +all-local-no: +all-local-yes: $(LOCALE_OUT) # 'make check' needs the catalogs constructed in build directory. -check: check-@USE_NLS@ +check: check-$(USE_NLS) check-no: check-yes: - $(mkinstalldirs) $(locale_builddir) + $(mkinstalldirs) $(locale_builddir) catalogs='$(LOCALE_OUT)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ @@ -59,14 +59,14 @@ check-yes: install_dir=$(locale_builddir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $$install_dir; \ $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \ - done + done -# Install rules here. +# Install rules here. # Wish install could just `cp -R ./share $(locale_installdir)` ... -install-data-local: install-data-local-@USE_NLS@ +install-data-local: install-data-local-$(USE_NLS) install-data-local-no: install-data-local-yes: all-local-yes - $(mkinstalldirs) $(locale_installdir) + $(mkinstalldirs) $(locale_installdir) catalogs='$(LOCALE_OUT)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ @@ -85,4 +85,4 @@ pot: `grep -r -l '__N(".*")' .` # Specify what gets cleaned up on a 'make clean' -CLEANFILES = $(LOCALE_OUT) +CLEANFILES = $(LOCALE_OUT) diff --git a/libstdc++-v3/po/Makefile.in b/libstdc++-v3/po/Makefile.in index d9b439bac2b..7925f979c91 100644 --- a/libstdc++-v3/po/Makefile.in +++ b/libstdc++-v3/po/Makefile.in @@ -221,24 +221,24 @@ AM_CPPFLAGS = $(GLIBCXX_INCLUDES) # Location of installation directories. locale_installdir = $(DESTDIR)$(datadir)/locale -locale_builddir = @glibcxx_localedir@ +locale_builddir = $(glibcxx_localedir) # Tell automake that foo.po makes foo.mo SUFFIXES = .po .mo -LOCALE_IN = @glibcxx_POFILES@ -LOCALE_OUT = @glibcxx_MOFILES@ +LOCALE_IN = $(glibcxx_POFILES) +LOCALE_OUT = $(glibcxx_MOFILES) MSGFMT = msgfmt # Necessary files. DISTFILES = \ Makefile.am Makefile.in string_literals.cc POTFILES.in $(PACKAGE).pot \ - $(LOCALE_IN) + $(LOCALE_IN) # Specify what gets cleaned up on a 'make clean' -CLEANFILES = $(LOCALE_OUT) +CLEANFILES = $(LOCALE_OUT) subdir = po ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 CONFIG_HEADER = $(top_builddir)/config.h @@ -392,15 +392,15 @@ uninstall-am: uninstall-info-am .po.mo: $(MSGFMT) -o $@ $< -all-local: all-local-@USE_NLS@ -all-local-no: -all-local-yes: $(LOCALE_OUT) +all-local: all-local-$(USE_NLS) +all-local-no: +all-local-yes: $(LOCALE_OUT) # 'make check' needs the catalogs constructed in build directory. -check: check-@USE_NLS@ +check: check-$(USE_NLS) check-no: check-yes: - $(mkinstalldirs) $(locale_builddir) + $(mkinstalldirs) $(locale_builddir) catalogs='$(LOCALE_OUT)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ @@ -408,14 +408,14 @@ check-yes: install_dir=$(locale_builddir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $$install_dir; \ $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \ - done + done -# Install rules here. +# Install rules here. # Wish install could just `cp -R ./share $(locale_installdir)` ... -install-data-local: install-data-local-@USE_NLS@ +install-data-local: install-data-local-$(USE_NLS) install-data-local-no: install-data-local-yes: all-local-yes - $(mkinstalldirs) $(locale_installdir) + $(mkinstalldirs) $(locale_installdir) catalogs='$(LOCALE_OUT)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ |