• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/

Lines Matching refs:recursive

388 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
389 html-recursive info-recursive install-data-recursive \
390 install-dvi-recursive install-exec-recursive \
391 install-html-recursive install-info-recursive \
392 install-pdf-recursive install-ps-recursive install-recursive \
393 installcheck-recursive installdirs-recursive pdf-recursive \
394 ps-recursive uninstall-recursive
396 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
397 distclean-recursive maintainer-clean-recursive
398 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
399 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
616 all: all-recursive
1380 target=`echo $@ | sed s/-recursive//`; \
1415 target=`echo $@ | sed s/-recursive//`; \
1426 tags-recursive:
1430 ctags-recursive:
1445 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1480 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1559 check: check-recursive
1561 installdirs: installdirs-recursive
1566 install: install-recursive
1567 install-exec: install-exec-recursive
1568 install-data: install-data-recursive
1569 uninstall: uninstall-recursive
1574 installcheck: installcheck-recursive
1592 clean: clean-recursive
1597 distclean: distclean-recursive
1603 dvi: dvi-recursive
1607 html: html-recursive
1611 info: info-recursive
1617 install-dvi: install-dvi-recursive
1623 install-html: install-html-recursive
1627 install-info: install-info-recursive
1633 install-pdf: install-pdf-recursive
1637 install-ps: install-ps-recursive
1643 maintainer-clean: maintainer-clean-recursive
1648 mostlyclean: mostlyclean-recursive
1653 pdf: pdf-recursive
1657 ps: ps-recursive
1664 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1665 install-am install-strip tags-recursive
1669 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
1681 tags tags-recursive uninstall uninstall-am uninstall-docDATA \