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

Lines Matching defs:DOMAIN

14 DOMAIN = hello-objc-gnustep
20 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
83 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
87 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
88 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
89 $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
90 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
95 test ! -f $(DOMAIN).po || { \
96 if test -f $(DOMAIN).pot; then \
97 sed -f remove-potcdate.sed < $(DOMAIN).pot > $(DOMAIN).1po && \
98 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
99 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
100 rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
102 rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).pot && \
103 mv $(DOMAIN).po $(DOMAIN).pot; \
106 mv $(DOMAIN).po $(DOMAIN).pot; \
110 # This rule has no dependencies: we don't need to update $(DOMAIN).pot at
112 # Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
113 $(DOMAIN).pot:
114 $(MAKE) $(DOMAIN).pot-update
116 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
118 $(POFILES): $(DOMAIN).pot
120 echo "$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
121 $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
124 $(MAKE) $(DOMAIN).pot-update
134 echo "$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
135 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
166 $(ENSTRINGSFILES): $(DOMAIN).pot
168 $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $(UNIXLOCALE_$(patsubst %.lproj,%, $(notdir $(patsubst %/,%, $(dir $@))))) --stringtable-output -o $@.tmp