Lines Matching defs:distdir
405 distdir: $(BUILT_SOURCES)
406 $(MAKE) $(AM_MAKEFLAGS) distdir-am
408 distdir-am: $(DISTFILES)
417 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
424 if test -d "$(distdir)/$$file"; then \
425 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
429 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433 test -f "$(distdir)/$$file" \
434 || cp -p $$d/$$file "$(distdir)/$$file" \
546 distclean-libtool distdir dvi dvi-am html html-am info info-am \