Home | History | Annotate | Download | only in include

Lines Matching full:distdir

169 	distdir
545 distdir: $(DISTFILES)
554 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561 if test -d "$(distdir)/$$file"; then \
562 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
565 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
566 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
568 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
570 test -f "$(distdir)/$$file" \
571 || cp -p $$d/$$file "$(distdir)/$$file" \
578 || test -d "$(distdir)/$$subdir" \
579 || $(MKDIR_P) "$(distdir)/$$subdir" \
581 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
587 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
588 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
592 distdir="$$new_distdir" \
596 distdir) \
709 distclean-tags distdir dvi dvi-am html html-am info info-am \