Home | History | Annotate | Download | only in lackey

Lines Matching full:distdir

104 	distdir
858 distdir: $(DISTFILES)
867 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
874 if test -d "$(distdir)/$$file"; then \
875 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
878 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
879 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
881 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
883 test -f "$(distdir)/$$file" \
884 || cp -p $$d/$$file "$(distdir)/$$file" \
890 test -d "$(distdir)/$$subdir" \
891 || $(MKDIR_P) "$(distdir)/$$subdir" \
897 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
903 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
904 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
908 distdir="$$new_distdir" \
912 distdir) \
1028 distdir dvi dvi-am html html-am info info-am install \