• 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/rpathx/

Lines Matching refs:distdir

93 distdir = $(PACKAGE)-$(VERSION)
94 top_distdir = $(distdir)
96 { test ! -d $(distdir) \
97 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
98 && rm -fr $(distdir); }; }
99 DIST_ARCHIVES = $(distdir).tar.gz
353 distdir: $(DISTFILES)
355 test -d $(distdir) || mkdir $(distdir)
364 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
372 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
374 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
376 test -f $(distdir)/$$file \
377 || cp -p $$d/$$file $(distdir)/$$file \
381 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
385 || chmod -R a+r $(distdir)
386 dist-gzip: distdir
387 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
390 dist-bzip2: distdir
391 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
394 dist-tarZ: distdir
395 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
398 dist-shar: distdir
399 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
402 dist-zip: distdir
403 -rm -f $(distdir).zip
404 zip -rq $(distdir).zip $(distdir)
407 dist dist-all: distdir
408 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
417 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
419 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
421 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
423 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
425 unzip $(distdir).zip ;;\
427 chmod -R a-w $(distdir); chmod a+w $(distdir)
428 mkdir $(distdir)/_build
429 mkdir $(distdir)/_inst
430 chmod a-w $(distdir)
431 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
433 && cd $(distdir)/_build \
457 @(echo "$(distdir) archives ready for distribution: "; \
575 distclean-libtool distclean-tags distcleancheck distdir \