Lines Matching refs:file
319 xfiles=; for file in $$files; do \
320 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
321 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
392 dist_files=`for file in $$list; do echo $$file; done | \
400 for file in $$dist_files; do \
401 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402 if test -d $$d/$$file; then \
403 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404 if test -d "$(distdir)/$$file"; then \
405 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
407 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
413 test -f "$(distdir)/$$file" \
414 || cp -p $$d/$$file "$(distdir)/$$file" \