Home | History | Annotate | Download | only in src

Lines Matching full:distdir

139 	distdir
590 distdir: $(DISTFILES)
599 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
606 if test -d "$(distdir)/$$file"; then \
607 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
611 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
613 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
615 test -f "$(distdir)/$$file" \
616 || cp -p $$d/$$file "$(distdir)/$$file" \
622 test -d "$(distdir)/$$subdir" \
623 || $(MKDIR_P) "$(distdir)/$$subdir" \
629 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
635 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
636 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
640 distdir="$$new_distdir" \
644 distdir) \
767 distclean-libtool distclean-tags distdir dvi dvi-am html \