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

Lines Matching refs:recursive

94 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
95 html-recursive info-recursive install-data-recursive \
96 install-dvi-recursive install-exec-recursive \
97 install-html-recursive install-info-recursive \
98 install-pdf-recursive install-ps-recursive install-recursive \
99 installcheck-recursive installdirs-recursive pdf-recursive \
100 ps-recursive uninstall-recursive
106 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
107 distclean-recursive maintainer-clean-recursive
108 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
109 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
330 all: all-recursive
385 target=`echo $@ | sed s/-recursive//`; \
420 target=`echo $@ | sed s/-recursive//`; \
431 tags-recursive:
435 ctags-recursive:
450 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
485 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
595 clean: clean-recursive
599 distclean: distclean-recursive
603 dvi: dvi-recursive
607 html: html-recursive
611 info: info-recursive
617 install-dvi: install-dvi-recursive
623 install-html: install-html-recursive
627 install-info: install-info-recursive
633 install-pdf: install-pdf-recursive
637 install-ps: install-ps-recursive
643 maintainer-clean: maintainer-clean-recursive
647 mostlyclean: mostlyclean-recursive
651 pdf: pdf-recursive
655 ps: ps-recursive
661 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
662 install-am install-strip tags-recursive
666 ctags ctags-recursive distclean distclean-generic \
675 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \