Searched refs:LINGUAS (Results 1 - 25 of 82) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/po/
H A DGNUmakefile55 LINGUAS := $(shell sed -e "/^\#/d" LINGUAS) macro
57 ENLINGUAS := $(filter-out $(LINGUAS), en)
64 POFILES = $(foreach lang, $(LINGUAS), $(lang).po)
65 UPDATEPOFILES = $(foreach lang, $(LINGUAS), $(lang).po-update)
66 DUMMYPOFILES = $(foreach lang, $(LINGUAS), $(lang).nop)
67 STRINGSFILES = $(foreach lang, $(LINGUAS), $(top_srcdir)/$(NSLOCALE_$(lang)).lproj/Localizable.strings)
172 @echo $(foreach lang, $(LINGUAS), $(NSLOCALE_$(lang)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/
H A Dpotomo21 if [ ! -f "$2/LINGUAS" ]; then
22 echo "potomo: directory '$2' has no LINGUAS file" >&2
25 echo $(sed -e "/^#/d" -e "s/#.*//" "$2"/LINGUAS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/
H A Dpotomo21 if [ ! -f "$2/LINGUAS" ]; then
22 echo "potomo: directory '$2' has no LINGUAS file" >&2
25 echo $(sed -e "/^#/d" -e "s/#.*//" "$2"/LINGUAS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/po/
H A DMakefile.in57 PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
59 USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
61 USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
63 POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
66 EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS
71 CATALOGS=$(shell LINGUAS
[all...]
H A DMakefile57 PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
59 USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
61 USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
63 POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
66 EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS
81 CATALOGS=$(shell LINGUAS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/po/
H A DMakefile.in57 PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
59 USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
61 USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
63 POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
66 EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS
71 CATALOGS=$(shell LINGUAS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/
H A DMakefile.devel221 po/Makefile.msvc : po/LINGUAS
222 ALL_LINGUAS=`sed -e '/^#/d' po/LINGUAS`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.devel234 po/Makefile.msvc : po/LINGUAS
235 ALL_LINGUAS=`sed -e '/^#/d' po/LINGUAS`; \
H A Dconfig.status422 # Capture the value of LINGUAS because we need it to compute CATALOGS.
423 LINGUAS="%UNSET%"
1304 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
1305 # The LINGUAS file contains the set of available languages.
1309 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
1312 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
1340 # CATALOGS depends on both $ac_dir and the user's LINGUAS
1346 if test "%UNSET%" != "$LINGUAS"; then
1347 desiredlanguages="$LINGUAS"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/
H A Dconfig.status436 # Capture the value of LINGUAS because we need it to compute CATALOGS.
437 LINGUAS="%UNSET%"
1191 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
1192 # The LINGUAS file contains the set of available languages.
1196 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
1199 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
1227 # CATALOGS depends on both $ac_dir and the user's LINGUAS
1233 if test "%UNSET%" != "$LINGUAS"; then
1234 desiredlanguages="$LINGUAS"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/po/
H A DMakefile149 # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty.
386 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
438 Makefile: Makefile.in.in Makevars $(top_builddir)/config.status POTFILES.in LINGUAS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/po/
H A DMakefile.am58 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
60 # This is computed as $(foreach lang, $(LINGUAS), $(lang).po-update)
62 # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop)
64 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).qm)
68 # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).qm)
92 # LINGUAS is empty in this case, i.e. $(POFILES) and $(QMFILES) are empty.
217 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(QMFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp/po/
H A DMakefile.am53 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
55 # This is computed as $(foreach lang, $(LINGUAS), $(lang).po-update)
57 # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop)
59 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
63 # $(foreach lang, user-specified subset of $(LINGUAS), $(frob $(lang))/$(DOMAIN).resources.dll)
81 # LINGUAS is empty in this case, i.e. $(POFILES) and $(RESOURCESDLLFILES) are
208 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(RESOURCESDLLFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp-forms/po/
H A DMakefile.am53 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
55 # This is computed as $(foreach lang, $(LINGUAS), $(lang).po-update)
57 # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop)
59 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
63 # $(foreach lang, user-specified subset of $(LINGUAS), $(frob $(lang))/$(DOMAIN).resources.dll)
81 # LINGUAS is empty in this case, i.e. $(POFILES) and $(RESOURCESDLLFILES) are
208 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(RESOURCESDLLFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/po/
H A DMakefile.am52 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
54 # This is computed as $(foreach lang, $(LINGUAS), $(lang).po-update)
56 # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop)
58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
60 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
79 # LINGUAS is empty in this case, i.e. $(POFILES) and $(PROPERTIESFILES) are
177 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/po/
H A DMakefile.am52 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
54 # This is computed as $(foreach lang, $(LINGUAS), $(lang).po-update)
56 # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop)
58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
60 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
79 # LINGUAS is empty in this case, i.e. $(POFILES) and $(PROPERTIESFILES) are
177 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/po/
H A DMakefile.am52 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
54 # This is computed as $(foreach lang, $(LINGUAS), $(lang).po-update)
56 # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop)
58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
60 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
79 # LINGUAS is empty in this case, i.e. $(POFILES) and $(PROPERTIESFILES) are
177 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/po/
H A DMakefile.am52 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
54 # This is computed as $(foreach lang, $(LINGUAS), $(lang).po-update)
56 # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop)
58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
60 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
79 # LINGUAS is empty in this case, i.e. $(POFILES) and $(PROPERTIESFILES) are
177 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/po/
H A DMakefile157 # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty.
412 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
464 Makefile: Makefile.in.in Makevars $(top_builddir)/config.status POTFILES.in LINGUAS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl/po/
H A DMakefile.am51 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
53 # This is computed as $(foreach lang, $(LINGUAS), $(lang).po-update)
55 # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop)
57 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(frob $(lang)).msg)
61 # $(foreach lang, user-specified subset of $(LINGUAS), $(frob $(lang)).msg)
79 # LINGUAS is empty in this case, i.e. $(POFILES) and $(MSGFILES) are empty.
204 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(MSGFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl-tk/po/
H A DMakefile.am51 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
53 # This is computed as $(foreach lang, $(LINGUAS), $(lang).po-update)
55 # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop)
57 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(frob $(lang)).msg)
61 # $(foreach lang, user-specified subset of $(LINGUAS), $(frob $(lang)).msg)
79 # LINGUAS is empty in this case, i.e. $(POFILES) and $(MSGFILES) are empty.
204 EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(MSGFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/os2/
H A DMakefile86 BAD.LINGUAS=zh
89 LINGUAS = $(filter-out $(BAD.LINGUAS),$(shell sed -e "/^\#/d" $(ROOT)po/LINGUAS)) macro
126 $(addsuffix /LC_MESSAGES/gettext.mo,$(addprefix $(INST)share/locale/,$(LINGUAS))) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/po/
H A DMakefile341 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
386 Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in LINGUAS
402 # Makefile.msvc needs to be redone when LINGUAS has changed. When rebuilding
404 $(srcdir)/Makefile.msvc: LINGUAS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/po/
H A DMakefile147 # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty.
384 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
436 Makefile: Makefile.in.in Makevars $(top_builddir)/config.status POTFILES.in LINGUAS
451 # Makefile.msvc needs to be redone when LINGUAS has changed. When rebuilding
453 $(srcdir)/Makefile.msvc: LINGUAS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfig.status467 # Capture the value of LINGUAS because we need it to compute CATALOGS.
468 LINGUAS="%UNSET%"
1615 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
1616 # The LINGUAS file contains the set of available languages.
1620 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
1623 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
1651 # CATALOGS depends on both $ac_dir and the user's LINGUAS
1657 if test "%UNSET%" != "$LINGUAS"; then
1658 desiredlanguages="$LINGUAS"

Completed in 224 milliseconds

1234