• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathz/

Lines Matching refs:distdir

94 distdir = $(PACKAGE)-$(VERSION)
95 top_distdir = $(distdir)
97 { test ! -d $(distdir) \
98 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
99 && rm -fr $(distdir); }; }
100 DIST_ARCHIVES = $(distdir).tar.gz
360 distdir: $(DISTFILES)
362 test -d $(distdir) || mkdir $(distdir)
371 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
379 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
381 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
383 test -f $(distdir)/$$file \
384 || cp -p $$d/$$file $(distdir)/$$file \
388 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
392 || chmod -R a+r $(distdir)
393 dist-gzip: distdir
394 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
397 dist-bzip2: distdir
398 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
401 dist-tarZ: distdir
402 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
405 dist-shar: distdir
406 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
409 dist-zip: distdir
410 -rm -f $(distdir).zip
411 zip -rq $(distdir).zip $(distdir)
414 dist dist-all: distdir
415 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
424 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
426 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
428 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
430 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
432 unzip $(distdir).zip ;;\
434 chmod -R a-w $(distdir); chmod a+w $(distdir)
435 mkdir $(distdir)/_build
436 mkdir $(distdir)/_inst
437 chmod a-w $(distdir)
438 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
440 && cd $(distdir)/_build \
464 @(echo "$(distdir) archives ready for distribution: "; \
582 distclean-libtool distclean-tags distcleancheck distdir \