• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/docs/

Lines Matching refs:recursive

73 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74 html-recursive info-recursive install-data-recursive \
75 install-dvi-recursive install-exec-recursive \
76 install-html-recursive install-info-recursive \
77 install-pdf-recursive install-ps-recursive install-recursive \
78 installcheck-recursive installdirs-recursive pdf-recursive \
79 ps-recursive uninstall-recursive
103 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
104 distclean-recursive maintainer-clean-recursive
105 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
372 all: all-recursive
441 target=`echo $@ | sed s/-recursive//`; \
476 target=`echo $@ | sed s/-recursive//`; \
487 tags-recursive:
491 ctags-recursive:
506 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
541 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
620 check: check-recursive
622 installdirs: installdirs-recursive
627 install: install-recursive
628 install-exec: install-exec-recursive
629 install-data: install-data-recursive
630 uninstall: uninstall-recursive
635 installcheck: installcheck-recursive
653 clean: clean-recursive
657 distclean: distclean-recursive
661 dvi: dvi-recursive
665 html: html-recursive
669 info: info-recursive
675 install-dvi: install-dvi-recursive
681 install-html: install-html-recursive
685 install-info: install-info-recursive
691 install-pdf: install-pdf-recursive
695 install-ps: install-ps-recursive
701 maintainer-clean: maintainer-clean-recursive
705 mostlyclean: mostlyclean-recursive
709 pdf: pdf-recursive
713 ps: ps-recursive
719 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
720 install-am install-strip tags-recursive
724 ctags-recursive distclean distclean-generic distclean-tags \
733 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \