Home | History | Annotate | Download | only in include

Lines Matching full:distdir

443 distdir: $(DISTFILES)
452 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
459 if test -d "$(distdir)/$$file"; then \
460 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
464 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468 test -f "$(distdir)/$$file" \
469 || cp -p $$d/$$file "$(distdir)/$$file" \
582 distclean-libtool distclean-tags distdir dvi dvi-am html \