Lines Matching refs:PODIR
1080 PODIR = po macro
2161 @if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
2162 cd $(PODIR); \
2165 -@if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
2166 cd $(PODIR); \
2172 cd $(PODIR); CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix) update-po
2270 if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
2271 cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \
2343 if test -d $(PODIR); then \
2344 cd $(PODIR); $(MAKE) checkclean; \
2665 if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
2666 cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) LOCALEDIR=$(DEST_LANG) \
2937 if test -d $(PODIR); then \
2938 cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) clean; \