Lines Matching +refs:po +refs:find +refs:awk +refs:string
51 .SUFFIXES: .c .cc .o .po .pox .gmo
1222 analyzer/call-string.o \
1669 hash-table.o file-find.o spellcheck.o selftest.o opt-suggestions.o
2137 AR_OBJS = file-find.o
2243 s-options: $(ALL_OPT_FILES) Makefile $(srcdir)/opt-gather.awk
2245 $(AWK) -f $(srcdir)/opt-gather.awk $(ALL_OPT_FILES) > tmp-optionlist
2249 options.c: optionlist $(srcdir)/opt-functions.awk $(srcdir)/opt-read.awk \
2250 $(srcdir)/optc-gen.awk
2251 $(AWK) -f $(srcdir)/opt-functions.awk -f $(srcdir)/opt-read.awk \
2252 -f $(srcdir)/optc-gen.awk \
2255 options-save.c: optionlist $(srcdir)/opt-functions.awk $(srcdir)/opt-read.awk \
2256 $(srcdir)/optc-save-gen.awk
2257 $(AWK) -f $(srcdir)/opt-functions.awk -f $(srcdir)/opt-read.awk \
2258 -f $(srcdir)/optc-save-gen.awk \
2262 s-options-h: optionlist $(srcdir)/opt-functions.awk $(srcdir)/opt-read.awk \
2263 $(srcdir)/opth-gen.awk
2264 $(AWK) -f $(srcdir)/opt-functions.awk -f $(srcdir)/opt-read.awk \
2265 -f $(srcdir)/opth-gen.awk \
3510 -if [ ! -f po/exgettext ]; then rm -f po/*.gmo; fi
3511 -rmdir ada cp f java objc intl po testsuite plugin 2>/dev/null
3822 -files=`cd $(DESTDIR)$(libsubdir)/include-fixed; find . -type l -print 2>/dev/null`; \
3866 find . -print | cpio -pdum $(DESTDIR)$(libsubdir)/include
3868 find . -print | cpio -pdum $(DESTDIR)$(libsubdir)/include-fixed
3882 find . -print | cpio -pdum $(DESTDIR)$(libsubdir)/include-fixed
4269 CATALOGS = $(patsubst %,po/%,@CATALOGS@)
4271 .PHONY: build- install- build-po install-po update-po
4278 build-po: $(CATALOGS)
4282 update-po: $(CATALOGS:.gmo=.pox)
4286 .po.gmo:
4287 $(mkinstalldirs) po
4294 .po.pox:
4295 $(mkinstalldirs) po
4296 $(MSGMERGE) $< `if test -f po/gcc.pot; \
4297 then echo po/gcc.pot; \
4298 else echo $(srcdir)/po/gcc.pot; fi` -o $@
4304 install-po:
4326 gcc.pot: po/gcc.pot
4327 po/gcc.pot: force
4328 $(mkinstalldirs) po
4330 AWK=$(AWK) $(SHELL) $(srcdir)/po/exgettext \