Home | History | Annotate | Download | only in examples

Lines Matching full:distdir

216 	distdir
699 distdir: $(DISTFILES)
708 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
715 if test -d "$(distdir)/$$file"; then \
716 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
719 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
720 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
722 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
724 test -f "$(distdir)/$$file" \
725 || cp -p $$d/$$file "$(distdir)/$$file" \
732 || test -d "$(distdir)/$$subdir" \
733 || $(MKDIR_P) "$(distdir)/$$subdir" \
735 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
741 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
742 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
746 distdir="$$new_distdir" \
750 distdir) \
866 distclean-tags distdir dvi dvi-am html html-am info info-am \