Lines Matching full:recursive

39 progs: all-progs-recursive
40 libs: all-libs-recursive
41 all-progs-recursive all-libs-recursive: subs
64 install: subs all-libs-recursive install-progs-recursive \
65 install-shlibs-libs-recursive install-doc-libs
68 install-strip: subs all-libs-recursive install-strip-progs-recursive \
69 install-shlibs-strip-libs-recursive install-doc-libs
71 uninstall: uninstall-progs-recursive uninstall-shlibs-libs-recursive uninstall-doc-libs
73 install-libs: install-libs-recursive
75 uninstall-libs: uninstall-libs-recursive
77 coverage.txt: coverage.txt-recursive
79 check-recursive: all
81 TAGS clean-recursive distclean-recursive depend-recursive check-recursive \
82 mostlyclean-recursive realclean-recursive coverage.txt-recursive:
85 target=`echo $@|$(SED) 's/-recursive//'`; \
91 all-progs-recursive install-progs-recursive install-strip-progs-recursive \
92 uninstall-progs-recursive coverage.txt-progs-recursive: all-libs-recursive
95 target=`echo $@|$(SED) 's/-progs-recursive//'`; \
101 all-libs-recursive install-libs-recursive install-strip-libs-recursive \
102 uninstall-libs-recursive install-shlibs-libs-recursive \
103 install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive \
104 coverage.txt-libs-recursive:
107 target=`echo $@|$(SED) 's/-libs-recursive//'`; \
113 mostlyclean: mostlyclean-recursive mostlyclean-local
115 clean:: clean-recursive clean-local clean-doc
118 distclean: distclean-doc distclean-recursive
123 realclean: realclean-recursive realclean-local
125 depend:: depend-recursive
152 check:: all check-recursive