Lines Matching refs:dir
57 # to contain the full list of source dir POTFILES.
61 # to contain the full list of build dir POTFILES.
147 dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
149 $(MKINSTALLDIRS) $$dir; \
151 $(top_srcdir)/mkinstalldirs $$dir; \
154 $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
155 echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \
157 $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
159 "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \
162 $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
163 echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
167 $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
169 "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \