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

Lines Matching refs:recursive

113 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
114 html-recursive info-recursive install-data-recursive \
115 install-dvi-recursive install-exec-recursive \
116 install-html-recursive install-info-recursive \
117 install-pdf-recursive install-ps-recursive install-recursive \
118 installcheck-recursive installdirs-recursive pdf-recursive \
119 ps-recursive uninstall-recursive
126 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
127 distclean-recursive maintainer-clean-recursive
128 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
129 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
360 all: all-recursive
460 target=`echo $@ | sed s/-recursive//`; \
495 target=`echo $@ | sed s/-recursive//`; \
506 tags-recursive:
510 ctags-recursive:
525 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
560 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
636 check: check-recursive
638 installdirs: installdirs-recursive
640 install: install-recursive
641 install-exec: install-exec-recursive
642 install-data: install-data-recursive
643 uninstall: uninstall-recursive
648 installcheck: installcheck-recursive
670 clean: clean-recursive
675 distclean: distclean-recursive
681 dvi: dvi-recursive
685 html: html-recursive
689 info: info-recursive
695 install-dvi: install-dvi-recursive
701 install-html: install-html-recursive
705 install-info: install-info-recursive
711 install-pdf: install-pdf-recursive
715 install-ps: install-ps-recursive
721 maintainer-clean: maintainer-clean-recursive
726 mostlyclean: mostlyclean-recursive
731 pdf: pdf-recursive
735 ps: ps-recursive
741 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
742 install-am install-strip tags-recursive
746 clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
756 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \