Home | History | Annotate | Download | only in examples

Lines Matching full:distdir

445 distdir: $(DISTFILES)
454 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
461 if test -d "$(distdir)/$$file"; then \
462 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
466 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470 test -f "$(distdir)/$$file" \
471 || cp -p $$d/$$file "$(distdir)/$$file" \
585 distclean-libtool distclean-tags distdir dvi dvi-am html \