Lines Matching defs:distdir
313 distdir: $(BUILT_SOURCES)
314 $(MAKE) $(AM_MAKEFLAGS) distdir-am
316 distdir-am: $(DISTFILES)
325 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
332 if test -d "$(distdir)/$$file"; then \
333 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
336 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
337 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
339 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
341 test -f "$(distdir)/$$file" \
342 || cp -p $$d/$$file "$(distdir)/$$file" \
452 distclean-libtool distdir dvi dvi-am html html-am info info-am \