Lines Matching defs:DOMAIN

645 DOMAIN = $(PACKAGE)
655 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
714 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
715 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
722 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
723 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
728 stamp-po: $(srcdir)/$(DOMAIN).pot
729 test ! -f $(srcdir)/$(DOMAIN).pot || \
731 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
737 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
741 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
742 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
743 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in $(srcdir)/POTFILES-shell.in remove-potcdate.sed
756 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
763 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
772 sed 's|charset=CHARSET|charset=US-ASCII|' $(DOMAIN).po > $(DOMAIN).1po; \
773 mv $(DOMAIN).1po $(DOMAIN).po; \
776 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
785 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
796 test ! -f $(DOMAIN).po || { \
797 sed -f $(srcdir)/grub.d.sed < $(DOMAIN).po > $(DOMAIN).1po && \
798 mv $(DOMAIN).1po $(DOMAIN).po; \
799 if test -f $(srcdir)/$(DOMAIN).pot; then \
800 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
801 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
802 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
803 rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
805 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
806 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
809 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
813 # This rule has no dependencies: we don't need to update $(DOMAIN).pot at
815 # Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
816 $(srcdir)/$(DOMAIN).pot:
817 $(MAKE) $(DOMAIN).pot-update
819 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
821 $(POFILES): $(srcdir)/$(DOMAIN).pot
825 echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \
829 $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
831 $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \
863 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
864 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
886 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
887 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
888 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
889 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
890 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
958 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
969 rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
992 if test -f $(srcdir)/$(DOMAIN).pot; then \
993 dists="$$dists $(DOMAIN).pot stamp-po"; \
1013 $(MAKE) $(DOMAIN).pot-update
1032 echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
1036 $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
1038 $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
1088 if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \