Home | History | Annotate | Download | only in bindings

Lines Matching full:distdir

85 	distdir
421 distdir: $(DISTFILES)
430 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
437 if test -d "$(distdir)/$$file"; then \
438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
442 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
444 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
446 test -f "$(distdir)/$$file" \
447 || cp -p $$d/$$file "$(distdir)/$$file" \
453 test -d "$(distdir)/$$subdir" \
454 || $(MKDIR_P) "$(distdir)/$$subdir" \
460 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
466 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
467 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
471 distdir="$$new_distdir" \
475 distdir) \
586 distclean-libtool distclean-tags distdir dvi dvi-am html \