• 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/xas/

Lines Matching refs:recursive

97 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
98 html-recursive info-recursive install-data-recursive \
99 install-dvi-recursive install-exec-recursive \
100 install-html-recursive install-info-recursive \
101 install-pdf-recursive install-ps-recursive install-recursive \
102 installcheck-recursive installdirs-recursive pdf-recursive \
103 ps-recursive uninstall-recursive
105 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
106 distclean-recursive maintainer-clean-recursive
107 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
108 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
362 all: all-recursive
467 target=`echo $@ | sed s/-recursive//`; \
502 target=`echo $@ | sed s/-recursive//`; \
513 tags-recursive:
517 ctags-recursive:
532 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
567 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
646 check: check-recursive
648 installdirs: installdirs-recursive
653 install: install-recursive
654 install-exec: install-exec-recursive
655 install-data: install-data-recursive
656 uninstall: uninstall-recursive
661 installcheck: installcheck-recursive
679 clean: clean-recursive
683 distclean: distclean-recursive
687 dvi: dvi-recursive
691 html: html-recursive
695 info: info-recursive
701 install-dvi: install-dvi-recursive
707 install-html: install-html-recursive
711 install-info: install-info-recursive
717 install-pdf: install-pdf-recursive
721 install-ps: install-ps-recursive
727 maintainer-clean: maintainer-clean-recursive
731 mostlyclean: mostlyclean-recursive
735 pdf: pdf-recursive
739 ps: ps-recursive
745 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
746 install-am install-strip tags-recursive
750 ctags-recursive distclean distclean-generic distclean-tags \
759 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \