Lines Matching full:distdir
771 distdir: $(DISTFILES)
780 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
787 if test -d "$(distdir)/$$file"; then \
788 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
791 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
792 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
794 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
796 test -f "$(distdir)/$$file" \
797 || cp -p $$d/$$file "$(distdir)/$$file" \
912 distclean-generic distclean-libtool distclean-tags distdir dvi \