Lines Matching full:distdir
404 distdir: $(DISTFILES)
413 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
420 if test -d "$(distdir)/$$file"; then \
421 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
425 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
429 test -f "$(distdir)/$$file" \
430 || cp -p $$d/$$file "$(distdir)/$$file" \
545 distclean-libtool distdir dvi dvi-am html html-am info info-am \