Lines Matching full:distdir
475 distdir: $(DISTFILES)
497 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
504 if test -d "$(distdir)/$$file"; then \
505 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
509 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
513 test -f "$(distdir)/$$file" \
514 || cp -p $$d/$$file "$(distdir)/$$file" \
629 distclean-generic distclean-libtool distclean-tags distdir dvi \