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

Lines Matching refs:recursive

346 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
347 html-recursive info-recursive install-data-recursive \
348 install-dvi-recursive install-exec-recursive \
349 install-html-recursive install-info-recursive \
350 install-pdf-recursive install-ps-recursive install-recursive \
351 installcheck-recursive installdirs-recursive pdf-recursive \
352 ps-recursive uninstall-recursive
354 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
355 distclean-recursive maintainer-clean-recursive
356 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
357 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
1006 all: all-recursive
5345 target=`echo $@ | sed s/-recursive//`; \
5380 target=`echo $@ | sed s/-recursive//`; \
5391 tags-recursive:
5395 ctags-recursive:
5410 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
5445 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
5527 check: check-recursive
5529 installdirs: installdirs-recursive
5534 install: install-recursive
5535 install-exec: install-exec-recursive
5536 install-data: install-data-recursive
5537 uninstall: uninstall-recursive
5542 installcheck: installcheck-recursive
5561 clean: clean-recursive
5566 distclean: distclean-recursive
5572 dvi: dvi-recursive
5576 html: html-recursive
5580 info: info-recursive
5586 install-dvi: install-dvi-recursive
5592 install-html: install-html-recursive
5596 install-info: install-info-recursive
5602 install-pdf: install-pdf-recursive
5606 install-ps: install-ps-recursive
5612 maintainer-clean: maintainer-clean-recursive
5617 mostlyclean: mostlyclean-recursive
5621 pdf: pdf-recursive
5625 ps: ps-recursive
5631 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
5632 install-am install-strip tags-recursive
5636 clean-generic clean-noinstLIBRARIES ctags ctags-recursive \
5646 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \