Lines Matching refs:d
710 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
711 echo "$$d$$p"; \
731 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
732 echo "$$d$$p"; \
810 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
811 if test -d $$d/$$file; then \
814 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
816 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
818 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
820 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
823 || cp -p $$d/$$file "$(distdir)/$$file" \