Lines Matching full:distdir
535 distdir: $(DISTFILES)
544 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
551 if test -d "$(distdir)/$$file"; then \
552 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
556 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
560 test -f "$(distdir)/$$file" \
561 || cp -p $$d/$$file "$(distdir)/$$file" \
678 distclean-libtool distclean-tags distdir dvi dvi-am html \