Home | History | Annotate | Download | only in examples

Lines Matching full:distdir

385 distdir: $(DISTFILES)
394 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
401 if test -d "$(distdir)/$$file"; then \
402 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
405 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
406 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
410 test -f "$(distdir)/$$file" \
411 || cp -p $$d/$$file "$(distdir)/$$file" \
520 distclean-tags distdir dvi dvi-am html html-am info info-am \