• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/po/

Lines Matching refs:srcdir

52 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
76 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
77 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
90 stamp-po: $(srcdir)/$(DOMAIN).pot
91 test ! -f $(srcdir)/$(DOMAIN).pot || \
93 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
135 if test -f $(srcdir)/$(DOMAIN).pot; then \
136 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
141 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
142 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
145 mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
152 $(srcdir)/$(DOMAIN).pot:
157 $(POFILES): $(srcdir)/$(DOMAIN).pot
159 if test -f "$(srcdir)/$${lang}.po"; then \
160 test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
162 cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \
183 if test -f $(srcdir)/$(DOMAIN).pot; then \
185 if test -f $$file; then d=.; else d=$(srcdir); fi; \
208 test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
210 cd $(srcdir); \
234 echo "$(GMSGFMT) -c --statistics -o /dev/null $(srcdir)/$${lang}.po"; \
235 $(GMSGFMT) -c --statistics -o /dev/null $(srcdir)/$${lang}.po || exit 1; \
236 echo "$(MSGCAT) --properties-output -o $(top_srcdir)/$(DOMAIN)_$$lang.properties $(srcdir)/$${lang}.po"; \
237 $(MSGCAT) --properties-output -o $(top_srcdir)/$(DOMAIN)_$$lang.properties.tmp $(srcdir)/$${lang}.po || exit 1; \
247 echo "$(GMSGFMT) -c --statistics -j -d $(top_srcdir) -r $(DOMAIN) -l $${lang} $(srcdir)/$${lang}.po"; \
248 $(GMSGFMT) -c --statistics -j -d $(top_srcdir) -r $(DOMAIN) -l $${lang} $(srcdir)/$${lang}.po || exit 1; \