Lines Matching full:distdir
270 distdir: $(DISTFILES)
279 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
286 if test -d "$(distdir)/$$file"; then \
287 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
290 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
291 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
293 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
295 test -f "$(distdir)/$$file" \
296 || cp -p $$d/$$file "$(distdir)/$$file" \
408 distclean-libtool distdir dvi dvi-am html html-am info info-am \