Lines Matching refs:file
481 dist_files=`for file in $$list; do echo $$file; done | \
489 for file in $$dist_files; do \
490 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
491 if test -d $$d/$$file; then \
492 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
493 if test -d "$(distdir)/$$file"; then \
494 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
497 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
502 test -f "$(distdir)/$$file" \
503 || cp -p $$d/$$file "$(distdir)/$$file" \