Lines Matching defs:distdir
396 distdir: $(BUILT_SOURCES)
397 $(MAKE) $(AM_MAKEFLAGS) distdir-am
399 distdir-am: $(DISTFILES)
408 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
415 if test -d "$(distdir)/$$file"; then \
416 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
420 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
424 test -f "$(distdir)/$$file" \
425 || cp -p $$d/$$file "$(distdir)/$$file" \
537 distclean-libtool distdir dvi dvi-am html html-am info info-am \