Home | History | Annotate | Download | only in missing

Lines Matching full:distdir

79 	distdir
413 distdir: $(DISTFILES)
422 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
429 if test -d "$(distdir)/$$file"; then \
430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
433 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
436 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
438 test -f "$(distdir)/$$file" \
439 || cp -p $$d/$$file "$(distdir)/$$file" \
445 test -d "$(distdir)/$$subdir" \
446 || $(MKDIR_P) "$(distdir)/$$subdir" \
452 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
458 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
459 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
463 distdir="$$new_distdir" \
467 distdir) \
581 distclean-compile distclean-generic distclean-tags distdir dvi \