• Home
  • Raw
  • Download

Lines Matching full:recursive

46 progs: all-progs-recursive
47 libs: all-libs-recursive
48 all-progs-recursive all-libs-recursive:: subs
68 install: subs all-libs-recursive install-progs-recursive \
69 install-shlibs-libs-recursive install-doc-libs
72 install-strip: subs all-libs-recursive install-strip-progs-recursive \
73 install-shlibs-strip-libs-recursive install-doc-libs
75 uninstall: uninstall-progs-recursive uninstall-shlibs-libs-recursive uninstall-doc-libs
77 install-libs: install-libs-recursive
79 uninstall-libs: uninstall-libs-recursive
81 coverage.txt: coverage.txt-recursive
83 check-recursive: all
85 TAGS clean-recursive distclean-recursive depend-recursive fullcheck-recursive \
86 check-recursive mostlyclean-recursive realclean-recursive \
87 coverage.txt-recursive:
90 target=`echo $@|$(SED) 's/-recursive//'`; \
96 all-progs-recursive install-progs-recursive install-strip-progs-recursive \
97 uninstall-progs-recursive coverage.txt-progs-recursive:: all-libs-recursive
100 @ALL_CMT@all-progs-recursive install-progs-recursive install-strip-progs-recursive \
101 @ALL_CMT@ uninstall-progs-recursive coverage.txt-progs-recursive:: all-libs-recursive
104 @ALL_CMT@ target=`echo $@|$(SED) 's/-progs-recursive//'`; \
110 all-libs-recursive install-libs-recursive install-strip-libs-recursive \
111 uninstall-libs-recursive install-shlibs-libs-recursive \
112 install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive \
113 coverage.txt-libs-recursive::
116 target=`echo $@|$(SED) 's/-libs-recursive//'`; \
122 mostlyclean: mostlyclean-recursive mostlyclean-local
124 clean:: clean-recursive clean-local clean-doc
127 distclean: distclean-doc distclean-recursive
132 realclean: realclean-recursive realclean-local
134 depend:: depend-recursive
161 check:: all check-recursive
163 fullcheck:: all fullcheck-recursive