Lines Matching full:distdir
63 distdir
388 distdir: $(DISTFILES)
397 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
404 if test -d "$(distdir)/$$file"; then \
405 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
413 test -f "$(distdir)/$$file" \
414 || cp -p $$d/$$file "$(distdir)/$$file" \
420 test -d "$(distdir)/$$subdir" \
421 || $(MKDIR_P) "$(distdir)/$$subdir" \
427 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
433 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
434 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
438 distdir="$$new_distdir" \
442 distdir) \
553 distclean-libtool distclean-tags distdir dvi dvi-am html \