Lines Matching refs:d
457 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
458 echo "$$d$$p"; echo "$$p"; \
498 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
499 echo "$$d$$p"; echo "$$p"; \
544 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545 if test -d $$d/$$file; then \
548 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
552 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
554 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
557 || cp -p $$d/$$file "$(distdir)/$$file" \