Lines Matching full:distdir
402 distdir: $(DISTFILES)
411 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
418 if test -d "$(distdir)/$$file"; then \
419 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
423 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
425 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
427 test -f "$(distdir)/$$file" \
428 || cp -p $$d/$$file "$(distdir)/$$file" \
538 distclean-libtool distclean-tags distdir dvi dvi-am html \