Lines Matching +full:self +full:- +full:refresh

23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
42 buildaux/install-sh buildaux/ltmain.sh buildaux/missing
49 mkinstalldirs = $(install_sh) -d
61 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62 html-recursive info-recursive install-data-recursive \
63 install-dvi-recursive install-exec-recursive \
64 install-html-recursive install-info-recursive \
65 install-pdf-recursive install-ps-recursive install-recursive \
66 installcheck-recursive installdirs-recursive pdf-recursive \
67 ps-recursive uninstall-recursive
68 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
69 distclean-recursive maintainer-clean-recursive
70 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
71 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
72 distdir dist dist-all distcheck
77 distdir = $(PACKAGE)-$(VERSION)
80 { test ! -d "$(distdir)" \
81 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
82 && rm -fr "$(distdir)"; }; }
89 while test -n "$$dir1"; do \
90 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
94 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
96 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
98 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
105 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
109 GZIP_ENV = --best
110 distuninstallcheck_listfiles = find . -type f -print
111 distcleancheck_listfiles = find . -type f -print
231 $(MAKE) $(AM_MAKEFLAGS) all-recursive
234 am--refresh:
240 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
241 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
246 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
248 $(AUTOMAKE) --foreign Makefile
261 $(SHELL) ./config.status --recheck
269 tnftp_config.h: stamp-h1
270 @if test ! -f $@; then \
271 rm -f stamp-h1; \
272 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
275 stamp-h1: $(srcdir)/tnftp_config.h.in $(top_builddir)/config.status
276 @rm -f stamp-h1
280 rm -f stamp-h1
283 distclean-hdr:
284 -rm -f tnftp_config.h stamp-h1
286 mostlyclean-libtool:
287 -rm -f *.lo
289 clean-libtool:
290 -rm -rf .libs _libs
292 distclean-libtool:
293 -rm -f libtool config.lt
305 *=* | --[!k]*);; \
310 target=`echo $@ | sed s/-recursive//`; \
315 local_target="$$target-am"; \
323 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
324 fi; test -z "$$fail"
330 *=* | --[!k]*);; \
336 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
345 target=`echo $@ | sed s/-recursive//`; \
349 local_target="$$target-am"; \
355 done && test -z "$$fail"
356 tags-recursive:
360 ctags-recursive:
368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372 mkid -fID $$unique
375 TAGS: tags-recursive $(HEADERS) $(SOURCES) tnftp_config.h.in $(TAGS_DEPENDENCIES) \
379 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380 include_option=--etags-include; \
383 include_option=--include; \
388 test ! -f $$subdir/TAGS || \
394 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400 test -n "$$unique" || unique=$$empty_fix; \
401 if test $$# -gt 0; then \
410 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) tnftp_config.h.in $(TAGS_DEPENDENCIES) \
414 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418 test -z "$(CTAGS_ARGS)$$unique" \
425 && gtags -i $(GTAGS_ARGS) "$$here"
427 distclean-tags:
428 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432 test -d "$(distdir)" || mkdir "$(distdir)"
437 sed -e "s|^$$srcdirstrip/||;t" \
438 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
442 sort -u` ;; \
445 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446 if test -d $$d/$$file; then \
447 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
448 if test -d "$(distdir)/$$file"; then \
449 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
457 test -f "$(distdir)/$$file" \
458 || cp -p $$d/$$file "$(distdir)/$$file" \
464 test -d "$(distdir)/$$subdir" \
490 -test -n "$(am__skip_mode_fix)" \
491 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
492 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
493 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
494 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
495 || chmod -R a+r "$(distdir)"
496 dist-gzip: distdir
497 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
500 dist-bzip2: distdir
501 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
504 dist-lzma: distdir
505 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
508 dist-xz: distdir
509 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
512 dist-tarZ: distdir
513 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
516 dist-shar: distdir
517 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
520 dist-zip: distdir
521 -rm -f $(distdir).zip
522 zip -rq $(distdir).zip $(distdir)
525 dist dist-all: distdir
526 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
530 # it guarantees that the distribution is self-contained by making another
535 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
537 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
539 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
541 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
543 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
545 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
549 chmod -R a-w $(distdir); chmod a+w $(distdir)
552 chmod a-w $(distdir)
553 test -d $(distdir)/_build || exit 0; \
554 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
555 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
558 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
568 && chmod -R a-w "$$dc_install_base" \
575 } || { rm -rf "$$dc_destdir"; exit 1; }) \
576 && rm -rf "$$dc_destdir" \
578 && rm -rf $(DIST_ARCHIVES) \
585 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
588 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
590 if test -n "$(DESTDIR)"; then \
600 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
604 check-am: all-am
605 check: check-recursive
606 all-am: Makefile tnftp_config.h
607 installdirs: installdirs-recursive
608 installdirs-am:
609 install: install-recursive
610 install-exec: install-exec-recursive
611 install-data: install-data-recursive
612 uninstall: uninstall-recursive
614 install-am: all-am
615 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
617 installcheck: installcheck-recursive
618 install-strip:
620 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621 `test -z '$(STRIP)' || \
623 mostlyclean-generic:
625 clean-generic:
627 distclean-generic:
628 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
629 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
631 maintainer-clean-generic:
634 clean: clean-recursive
636 clean-am: clean-generic clean-libtool mostlyclean-am
638 distclean: distclean-recursive
639 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
640 -rm -f Makefile
641 distclean-am: clean-am distclean-generic distclean-hdr \
642 distclean-libtool distclean-tags
644 dvi: dvi-recursive
646 dvi-am:
648 html: html-recursive
650 html-am:
652 info: info-recursive
654 info-am:
656 install-data-am:
658 install-dvi: install-dvi-recursive
660 install-dvi-am:
662 install-exec-am:
664 install-html: install-html-recursive
666 install-html-am:
668 install-info: install-info-recursive
670 install-info-am:
672 install-man:
674 install-pdf: install-pdf-recursive
676 install-pdf-am:
678 install-ps: install-ps-recursive
680 install-ps-am:
682 installcheck-am:
684 maintainer-clean: maintainer-clean-recursive
685 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
686 -rm -rf $(top_srcdir)/autom4te.cache
687 -rm -f Makefile
688 maintainer-clean-am: distclean-am maintainer-clean-generic
690 mostlyclean: mostlyclean-recursive
692 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
694 pdf: pdf-recursive
696 pdf-am:
698 ps: ps-recursive
700 ps-am:
702 uninstall-am:
705 ctags-recursive install-am install-strip tags-recursive
708 all all-am am--refresh check check-am clean clean-generic \
709 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
710 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
711 distcheck distclean distclean-generic distclean-hdr \
712 distclean-libtool distclean-tags distcleancheck distdir \
713 distuninstallcheck dvi dvi-am html html-am info info-am \
714 install install-am install-data install-data-am install-dvi \
715 install-dvi-am install-exec install-exec-am install-html \
716 install-html-am install-info install-info-am install-man \
717 install-pdf install-pdf-am install-ps install-ps-am \
718 install-strip installcheck installcheck-am installdirs \
719 installdirs-am maintainer-clean maintainer-clean-generic \
720 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
721 ps ps-am tags tags-recursive uninstall uninstall-am