• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/po/

Lines Matching defs:DOMAIN

86 DOMAIN = $(PACKAGE)
96 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
156 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
157 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
164 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
165 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
170 stamp-po: $(srcdir)/$(DOMAIN).pot
171 test ! -f $(srcdir)/$(DOMAIN).pot || \
173 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
179 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
183 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
184 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
185 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
198 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
205 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
214 test ! -f $(DOMAIN).po || { \
215 if test -f $(srcdir)/$(DOMAIN).pot; then \
216 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
217 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
218 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
219 rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
221 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
222 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
225 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
229 # This rule has no dependencies: we don't need to update $(DOMAIN).pot at
231 # Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
232 $(srcdir)/$(DOMAIN).pot:
233 $(MAKE) $(DOMAIN).pot-update
235 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
237 $(POFILES): $(srcdir)/$(DOMAIN).pot
241 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
242 cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \
273 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
274 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
296 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
297 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
298 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
299 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
300 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
369 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
380 rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
403 if test -f $(srcdir)/$(DOMAIN).pot; then \
404 dists="$$dists $(DOMAIN).pot stamp-po"; \
424 $(MAKE) $(DOMAIN).pot-update
443 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
445 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
497 if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -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 \