Lines Matching refs:dir
133 dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
135 $(MKINSTALLDIRS) $$dir; \
137 $(top_srcdir)/mkinstalldirs $$dir; \
140 $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
141 echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \
143 $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
145 "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \
148 $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
149 echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
153 $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
155 "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \