• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/

Lines Matching defs:DOMAIN

187 DOMAIN = $(PACKAGE)
206 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
235 # This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
271 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
272 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
279 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
280 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
285 stamp-po: $(srcdir)/$(DOMAIN).pot
286 test ! -f $(srcdir)/$(DOMAIN).pot || \
288 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
294 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
298 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
299 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
300 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
313 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
320 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
329 test ! -f $(DOMAIN).po || { \
330 if test -f $(srcdir)/$(DOMAIN).pot; then \
331 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
332 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
333 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
334 rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
336 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
337 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
340 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
344 # This rule has no dependencies: we don't need to update $(DOMAIN).pot at
346 # Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
347 $(srcdir)/$(DOMAIN).pot:
348 $(MAKE) $(DOMAIN).pot-update
350 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
352 $(POFILES): $(srcdir)/$(DOMAIN).pot
356 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
357 cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \
388 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
389 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
411 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
412 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
413 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
414 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
415 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
484 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
495 rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
518 if test -f $(srcdir)/$(DOMAIN).pot; then \
519 dists="$$dists $(DOMAIN).pot stamp-po"; \
539 $(MAKE) $(DOMAIN).pot-update
558 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
560 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
612 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 \