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

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
80 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81 distclean-recursive maintainer-clean-recursive
82 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
333 all: all-recursive
382 target=`echo $@ | sed s/-recursive//`; \
417 target=`echo $@ | sed s/-recursive//`; \
428 tags-recursive:
432 ctags-recursive:
447 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
482 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
561 check: check-recursive
563 installdirs: installdirs-recursive
565 install: install-recursive
566 install-exec: install-exec-recursive
567 install-data: install-data-recursive
568 uninstall: uninstall-recursive
573 installcheck: installcheck-recursive
591 clean: clean-recursive
595 distclean: distclean-recursive
599 dvi: dvi-recursive
603 html: html-recursive
607 info: info-recursive
613 install-dvi: install-dvi-recursive
619 install-html: install-html-recursive
623 install-info: install-info-recursive
629 install-pdf: install-pdf-recursive
633 install-ps: install-ps-recursive
639 maintainer-clean: maintainer-clean-recursive
643 mostlyclean: mostlyclean-recursive
647 pdf: pdf-recursive
651 ps: ps-recursive
657 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
658 install-am install-strip tags-recursive
662 ctags-recursive distclean distclean-generic distclean-tags \
671 tags-recursive uninstall uninstall-am