Lines Matching +refs:po +refs:search +refs:path
39 pos.h message.h po-error.h po-xerror.h po-gram.h po-charset.h \
40 po-lex.h open-catalog.h read-catalog-abstract.h read-catalog.h \
41 read-po.h read-properties.h read-stringtable.h \
43 write-catalog.h write-po.h write-properties.h write-stringtable.h \
44 dir-list.h file-list.h po-gram-gen.h po-gram-gen2.h cldr-plural.h \
45 cldr-plural-exp.h locating-rule.h its.h search-path.h \
57 po-time.h plural-table.h lang-table.h format.h filters.h \
61 x-po.h x-properties.h x-stringtable.h \
555 po-gram-gen.c po-gram-gen.h: po-gram-gen.y
556 $(AM_V_YACC)$(BISON) -d $(YFLAGS) $(AM_YFLAGS) $(srcdir)/po-gram-gen.y \
558 sed -e 's|".*/po-gram-gen.y"|"po-gram-gen.y"|' < po-gram-gen.tab.c > po-gram-gen.c-tmp \
559 && rm -f po-gram-gen.tab.c \
560 && mv po-gram-gen.c-tmp $(srcdir)/po-gram-gen.c \
561 && mv po-gram-gen.tab.h $(srcdir)/po-gram-gen.h; \
563 BUILT_SOURCES += po-gram-gen.c po-gram-gen.h
564 MOSTLYCLEANFILES += po-gram-gen.tab.c po-gram-gen.tab.h po-gram-gen.c-tmp
565 MAINTAINERCLEANFILES += po-gram-gen.c po-gram-gen.h
566 EXTRA_DIST += po-gram-gen.c po-gram-gen.h
570 po-gram-gen2.h: po-gram-gen.h
571 …$(SED) -e 's/yy/po_gram_/g' -e 's/extern /extern DLL_VARIABLE /' $(srcdir)/po-gram-gen.h > po-gram…
572 && mv po-gram-gen2.h-tmp $(srcdir)/po-gram-gen2.h
573 BUILT_SOURCES += po-gram-gen2.h
574 MOSTLYCLEANFILES += po-gram-gen2.h-tmp
575 MAINTAINERCLEANFILES += po-gram-gen2.h
576 EXTRA_DIST += po-gram-gen2.h
578 po-lex.o po-lex.lo: po-gram-gen2.h