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

Lines Matching refs:recursive

82 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
83 html-recursive info-recursive install-data-recursive \
84 install-dvi-recursive install-exec-recursive \
85 install-html-recursive install-info-recursive \
86 install-pdf-recursive install-ps-recursive install-recursive \
87 installcheck-recursive installdirs-recursive pdf-recursive \
88 ps-recursive uninstall-recursive
94 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95 distclean-recursive maintainer-clean-recursive
96 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
97 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
287 all: all-recursive
342 target=`echo $@ | sed s/-recursive//`; \
377 target=`echo $@ | sed s/-recursive//`; \
388 tags-recursive:
392 ctags-recursive:
407 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
442 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
518 check: check-recursive
520 installdirs: installdirs-recursive
522 install: install-recursive
523 install-exec: install-exec-recursive
524 install-data: install-data-recursive
525 uninstall: uninstall-recursive
530 installcheck: installcheck-recursive
553 clean: clean-recursive
557 distclean: distclean-recursive
561 dvi: dvi-recursive
565 html: html-recursive
569 info: info-recursive
575 install-dvi: install-dvi-recursive
581 install-html: install-html-recursive
585 install-info: install-info-recursive
591 install-pdf: install-pdf-recursive
595 install-ps: install-ps-recursive
601 maintainer-clean: maintainer-clean-recursive
605 mostlyclean: mostlyclean-recursive
609 pdf: pdf-recursive
613 ps: ps-recursive
619 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
620 install-am install-strip tags-recursive
624 ctags ctags-recursive distclean distclean-generic \
633 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \