• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/

Lines Matching refs:recursive

65 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66 html-recursive info-recursive install-data-recursive \
67 install-dvi-recursive install-exec-recursive \
68 install-html-recursive install-info-recursive \
69 install-pdf-recursive install-ps-recursive install-recursive \
70 installcheck-recursive installdirs-recursive pdf-recursive \
71 ps-recursive uninstall-recursive
72 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73 distclean-recursive maintainer-clean-recursive
74 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
75 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
254 all: all-recursive
309 target=`echo $@ | sed s/-recursive//`; \
344 target=`echo $@ | sed s/-recursive//`; \
355 tags-recursive:
359 ctags-recursive:
374 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
409 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
488 check: check-recursive
490 installdirs: installdirs-recursive
492 install: install-recursive
493 install-exec: install-exec-recursive
494 install-data: install-data-recursive
495 uninstall: uninstall-recursive
500 installcheck: installcheck-recursive
517 clean: clean-recursive
521 distclean: distclean-recursive
525 dvi: dvi-recursive
529 html: html-recursive
533 info: info-recursive
539 install-dvi: install-dvi-recursive
545 install-html: install-html-recursive
549 install-info: install-info-recursive
555 install-pdf: install-pdf-recursive
559 install-ps: install-ps-recursive
565 maintainer-clean: maintainer-clean-recursive
569 mostlyclean: mostlyclean-recursive
573 pdf: pdf-recursive
577 ps: ps-recursive
583 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
584 install-am install-strip tags-recursive
588 ctags ctags-recursive distclean distclean-generic \
597 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \