Home | History | Annotate | Download | only in contrib

Lines Matching full:distdir

79 	distdir
430 distdir: $(DISTFILES)
439 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
446 if test -d "$(distdir)/$$file"; then \
447 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
451 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
455 test -f "$(distdir)/$$file" \
456 || cp -p $$d/$$file "$(distdir)/$$file" \
462 test -d "$(distdir)/$$subdir" \
463 || $(MKDIR_P) "$(distdir)/$$subdir" \
469 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
475 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
476 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
480 distdir="$$new_distdir" \
484 distdir) \
590 distclean-libtool distclean-tags distdir dvi dvi-am html \