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

Lines Matching refs:recursive

226 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
227 html-recursive info-recursive install-data-recursive \
228 install-dvi-recursive install-exec-recursive \
229 install-html-recursive install-info-recursive \
230 install-pdf-recursive install-ps-recursive install-recursive \
231 installcheck-recursive installdirs-recursive pdf-recursive \
232 ps-recursive uninstall-recursive
238 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
239 distclean-recursive maintainer-clean-recursive
240 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
241 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
533 all: all-recursive
707 target=`echo $@ | sed s/-recursive//`; \
742 target=`echo $@ | sed s/-recursive//`; \
753 tags-recursive:
757 ctags-recursive:
772 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
807 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
883 check: check-recursive
885 installdirs: installdirs-recursive
890 install: install-recursive
891 install-exec: install-exec-recursive
892 install-data: install-data-recursive
893 uninstall: uninstall-recursive
898 installcheck: installcheck-recursive
920 clean: clean-recursive
925 distclean: distclean-recursive
931 dvi: dvi-recursive
935 html: html-recursive
939 info: info-recursive
946 install-dvi: install-dvi-recursive
952 install-html: install-html-recursive
956 install-info: install-info-recursive
962 install-pdf: install-pdf-recursive
966 install-ps: install-ps-recursive
972 maintainer-clean: maintainer-clean-recursive
977 mostlyclean: mostlyclean-recursive
982 pdf: pdf-recursive
986 ps: ps-recursive
993 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
994 install-am install-data-am install-strip tags-recursive \
999 clean-uamsLTLIBRARIES ctags ctags-recursive distclean \
1010 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \