Home | History | Annotate | Download | only in libasm

Lines Matching refs:distdir

588 distdir: $(DISTFILES)
597 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
604 if test -d "$(distdir)/$$file"; then \
605 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
608 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
609 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
611 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
613 test -f "$(distdir)/$$file" \
614 || cp -p $$d/$$file "$(distdir)/$$file" \
729 distclean-generic distclean-tags distdir dvi dvi-am html \