• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/distrib/

Lines Matching refs:recursive

92 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
93 html-recursive info-recursive install-data-recursive \
94 install-dvi-recursive install-exec-recursive \
95 install-html-recursive install-info-recursive \
96 install-pdf-recursive install-ps-recursive install-recursive \
97 installcheck-recursive installdirs-recursive pdf-recursive \
98 ps-recursive uninstall-recursive
104 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
105 distclean-recursive maintainer-clean-recursive
106 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
107 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
326 all: all-recursive
381 target=`echo $@ | sed s/-recursive//`; \
416 target=`echo $@ | sed s/-recursive//`; \
427 tags-recursive:
431 ctags-recursive:
446 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
481 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
557 check: check-recursive
559 installdirs: installdirs-recursive
561 install: install-recursive
562 install-exec: install-exec-recursive
563 install-data: install-data-recursive
564 uninstall: uninstall-recursive
569 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 ctags-recursive distclean distclean-generic \
671 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \