Lines Matching refs:in

1 # Makefile for PO directory in any package using GNU gettext.
5 # be used in projects which are not available under the GNU General Public
9 # General Public License and is *not* in the public domain.
69 DISTFILES.common = Makefile.in.in remove-potcdate.sin \
71 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \
642 # Makefile variables for PO directory in any package using GNU gettext.
660 # the public domain; in this case the translators are expected to disclaim
665 # bugs in the untranslated strings:
667 # in the GNU gettext documentation, section 'Preparing Strings'.
707 # Ensure that the gettext macros and this Makefile.in.in are in sync.
710 || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version 0.18" 1>&2; \
717 # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty.
722 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
743 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in $(srcdir)/POTFILES-shell.in remove-potcdate.sed
754 case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
758 --files-from=$(srcdir)/POTFILES.in \
765 --files-from=$(srcdir)/POTFILES.in \
774 case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
778 --files-from=$(srcdir)/POTFILES-shell.in \
787 --files-from=$(srcdir)/POTFILES-shell.in \
827 && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
844 for file in $(DISTFILES.common) Makevars.template; do \
848 for file in Makevars; do \
857 for cat in $$catalogs; do \
865 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
872 for file in *; do \
908 for cat in $$catalogs; do \
913 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
920 for file in *; do \
945 for file in $(DISTFILES.common) Makevars.template; do \
954 for cat in $$catalogs; do \
957 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
975 rm -f Makefile Makefile.in POTFILES *.mo
998 for i in 0 1 2 3 4 5 6 7 8 9; do \
1004 for file in $$dists; do \
1034 if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \