Lines Matching full:distdir
336 distdir: $(DISTFILES)
345 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
352 if test -d "$(distdir)/$$file"; then \
353 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
356 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
357 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
359 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
361 test -f "$(distdir)/$$file" \
362 || cp -p $$d/$$file "$(distdir)/$$file" \
470 distclean-libtool distdir dvi dvi-am html html-am info info-am \