Lines Matching refs:distdir
340 distdir: $(DISTFILES)
349 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
356 if test -d "$(distdir)/$$file"; then \
357 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
360 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
361 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
363 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
365 test -f "$(distdir)/$$file" \
366 || cp -p $$d/$$file "$(distdir)/$$file" \
474 distclean-libtool distdir dvi dvi-am html html-am info info-am \