Lines Matching refs:file
138 # e.g., the same source file might be shared among _SOURCES variables
440 dist_files=`for file in $$list; do echo $$file; done | \
448 for file in $$dist_files; do \
449 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
450 if test -d $$d/$$file; then \
451 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
452 if test -d "$(distdir)/$$file"; then \
453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
456 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
457 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
461 test -f "$(distdir)/$$file" \
462 || cp -p $$d/$$file "$(distdir)/$$file" \
537 # This target untars the dist file and tries a VPATH configuration. Then