Home | History | Annotate | Download | only in client_examples

Lines Matching refs:distdir

513 distdir: $(DISTFILES)
522 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
529 if test -d "$(distdir)/$$file"; then \
530 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
534 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
538 test -f "$(distdir)/$$file" \
539 || cp -p $$d/$$file "$(distdir)/$$file" \
653 distclean-tags distdir dvi dvi-am html html-am info info-am \