Searched refs:MSGMERGE (Results 1 – 25 of 43) sorted by relevance
12
/external/dnsmasq/ |
D | Makefile | 27 MSGMERGE = msgmerge macro 64 MSGMERGE=$(MSGMERGE) MSGFMT=$(MSGFMT) XGETTEXT=$(XGETTEXT) \ 75 echo -n msgmerge $$f && $(MSGMERGE) --no-wrap -U $$f ../$(SRC)/dnsmasq.pot; \
|
/external/selinux/policycoreutils/po/ |
D | Makefile.in | 36 MSGMERGE = PATH=../src:$$PATH msgmerge 65 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox 189 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
|
D | Makefile | 18 MSGMERGE = msgmerge macro 109 if $(MSGMERGE) $(MSGMERGE_FLAGS) $$lang.po $(POTFILE) > $$lang.pot ; then \
|
D | Makefile.in.in | 36 MSGMERGE = PATH=../src:$$PATH msgmerge 65 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox 201 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
|
/external/dnsmasq/bld/ |
D | Makefile | 17 $(MSGMERGE) -o - ../po/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo -
|
/external/bison/po/ |
D | Makefile.in.in | 59 MSGMERGE = msgmerge 60 MSGMERGE_UPDATE = @MSGMERGE@ --update 405 …echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new… 407 if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ 409 $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ 411 …$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
|
/external/bison/runtime-po/ |
D | Makefile.in.in | 59 MSGMERGE = msgmerge 60 MSGMERGE_UPDATE = @MSGMERGE@ --update 405 …echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new… 407 if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ 409 $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ 411 …$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
|
/external/elfutils/po/ |
D | Makefile.in.in | 59 MSGMERGE = msgmerge 60 MSGMERGE_UPDATE = @MSGMERGE@ --update 412 …echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new… 414 if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ 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;; \
|
/external/e2fsprogs/po/ |
D | Makefile.in.in | 38 MSGMERGE = msgmerge 39 MSGMERGE_UPDATE = @MSGMERGE@ --update 341 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ 343 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
|
/external/libexif/po/ |
D | Makefile.in.in | 37 MSGMERGE = msgmerge 38 MSGMERGE_UPDATE = @MSGMERGE@ --update 334 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ 336 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
|
/external/libexif/m4m/ |
D | Makefile.in | 134 MSGMERGE = @MSGMERGE@
|
/external/libexif/binary/ |
D | Makefile.in | 134 MSGMERGE = @MSGMERGE@
|
/external/libexif/contrib/examples/ |
D | Makefile.in | 173 MSGMERGE = @MSGMERGE@
|
/external/libexif/doc/ |
D | Makefile.in | 174 MSGMERGE = @MSGMERGE@
|
/external/libexif/contrib/ |
D | Makefile.in | 174 MSGMERGE = @MSGMERGE@
|
/external/libexif/test/nls/ |
D | Makefile.in | 165 MSGMERGE = @MSGMERGE@
|
/external/libexif/test/ |
D | Makefile.in | 243 MSGMERGE = @MSGMERGE@
|
/external/libexif/ |
D | Makefile.in | 216 MSGMERGE = @MSGMERGE@
|
/external/bison/etc/ |
D | Makefile.in | 985 MSGMERGE = @MSGMERGE@
|
/external/bison/build-aux/ |
D | Makefile.in | 984 MSGMERGE = @MSGMERGE@
|
/external/libexif/libexif/ |
D | Makefile.in | 218 MSGMERGE = @MSGMERGE@
|
/external/bison/tests/ |
D | Makefile.in | 983 MSGMERGE = @MSGMERGE@
|
/external/bison/data/ |
D | Makefile.in | 1014 MSGMERGE = @MSGMERGE@
|
/external/bison/examples/ |
D | Makefile.in | 1025 MSGMERGE = @MSGMERGE@
|
/external/bison/m4/ |
D | po.m4 | 82 AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
|
12