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

Lines Matching refs:recursive

71 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72 html-recursive info-recursive install-data-recursive \
73 install-dvi-recursive install-exec-recursive \
74 install-html-recursive install-info-recursive \
75 install-pdf-recursive install-ps-recursive install-recursive \
76 installcheck-recursive installdirs-recursive pdf-recursive \
77 ps-recursive uninstall-recursive
78 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79 distclean-recursive maintainer-clean-recursive
80 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
81 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
331 all: all-recursive
380 target=`echo $@ | sed s/-recursive//`; \
415 target=`echo $@ | sed s/-recursive//`; \
426 tags-recursive:
430 ctags-recursive:
445 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
480 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
559 check: check-recursive
561 installdirs: installdirs-recursive
563 install: install-recursive
564 install-exec: install-exec-recursive
565 install-data: install-data-recursive
566 uninstall: uninstall-recursive
571 installcheck: installcheck-recursive
589 clean: clean-recursive
593 distclean: distclean-recursive
597 dvi: dvi-recursive
601 html: html-recursive
605 info: info-recursive
611 install-dvi: install-dvi-recursive
617 install-html: install-html-recursive
621 install-info: install-info-recursive
627 install-pdf: install-pdf-recursive
631 install-ps: install-ps-recursive
637 maintainer-clean: maintainer-clean-recursive
641 mostlyclean: mostlyclean-recursive
645 pdf: pdf-recursive
649 ps: ps-recursive
655 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
656 install-am install-strip tags-recursive
660 ctags-recursive distclean distclean-generic distclean-tags \
669 tags-recursive uninstall uninstall-am