Lines Matching refs:DOMAIN

111 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
112 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
119 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
120 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
125 stamp-po: $(srcdir)/$(DOMAIN).pot
127 test ! -f $(srcdir)/$(DOMAIN).pot || \
129 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
135 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
139 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
140 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
144 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
162 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
169 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
178 test ! -f $(DOMAIN).po || { \
179 if test -f $(srcdir)/$(DOMAIN).pot; then \
180 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
181 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
182 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
183 rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
185 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
186 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
189 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
193 # This rule has no dependencies: we don't need to update $(DOMAIN).pot at
195 # Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
196 $(srcdir)/$(DOMAIN).pot:
197 $(MAKE) $(DOMAIN).pot-update
199 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
201 $(POFILES): $(srcdir)/$(DOMAIN).pot
205 …echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \
209 $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
211 $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \
243 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
244 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
266 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
267 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
268 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
269 …p -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(D…
270 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
338 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
349 rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
372 if test -f $(srcdir)/$(DOMAIN).pot; then \
373 dists="$$dists $(DOMAIN).pot stamp-po"; \
393 $(MAKE) $(DOMAIN).pot-update
412 …echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new…
416 $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
418 …$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \