Home | History | Annotate | Download | only in src

Lines Matching full:distdir

139 	distdir
504 distdir: $(DISTFILES)
513 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
520 if test -d "$(distdir)/$$file"; then \
521 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
525 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529 test -f "$(distdir)/$$file" \
530 || cp -p $$d/$$file "$(distdir)/$$file" \
537 || test -d "$(distdir)/$$subdir" \
538 || $(MKDIR_P) "$(distdir)/$$subdir" \
540 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
546 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
547 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
551 distdir="$$new_distdir" \
555 distdir) \
665 distclean-tags distdir dvi dvi-am html html-am info info-am \