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

Lines Matching refs:recursive

72 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73 html-recursive info-recursive install-data-recursive \
74 install-dvi-recursive install-exec-recursive \
75 install-html-recursive install-info-recursive \
76 install-pdf-recursive install-ps-recursive install-recursive \
77 installcheck-recursive installdirs-recursive pdf-recursive \
78 ps-recursive uninstall-recursive
79 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
80 distclean-recursive maintainer-clean-recursive
81 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
82 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
342 all: all-recursive
391 target=`echo $@ | sed s/-recursive//`; \
426 target=`echo $@ | sed s/-recursive//`; \
437 tags-recursive:
441 ctags-recursive:
456 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
491 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
573 check: check-recursive
575 installdirs: installdirs-recursive
577 install: install-recursive
578 install-exec: install-exec-recursive
579 install-data: install-data-recursive
580 uninstall: uninstall-recursive
585 installcheck: installcheck-recursive
604 clean: clean-recursive
608 distclean: distclean-recursive
612 dvi: dvi-recursive
616 html: html-recursive
620 info: info-recursive
626 install-dvi: install-dvi-recursive
632 install-html: install-html-recursive
636 install-info: install-info-recursive
642 install-pdf: install-pdf-recursive
646 install-ps: install-ps-recursive
652 maintainer-clean: maintainer-clean-recursive
656 mostlyclean: mostlyclean-recursive
660 pdf: pdf-recursive
664 ps: ps-recursive
670 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
671 install-am install-strip tags-recursive
675 ctags-recursive dist-hook distclean distclean-generic \
684 tags-recursive uninstall uninstall-am