Lines Matching refs:d
1319 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1320 echo "$$d$$p"; echo "$$p"; \
1362 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1363 echo "$$d$$p"; echo "$$p"; \
1398 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1399 echo "$$d$$p"; \
1670 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1671 if test -d $$d/$$file; then \
1674 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1676 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1678 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1680 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1683 || cp -p $$d/$$file "$(distdir)/$$file" \