Lines Matching full:subdir
76 @for subdir in $(SUBDIRS); do \
77 if test -d $$subdir ; then \
79 echo making $$target in $$subdir; \
80 (cd $$subdir && $(MAKE) $$target) || exit 1; \
86 @for subdir in $(PROG_SUBDIRS); do \
87 if test -d $$subdir ; then \
89 echo making $$target in $$subdir; \
90 (cd $$subdir && $(MAKE) $$target) || exit 1; \
97 @for subdir in $(LIB_SUBDIRS); do \
98 if test -d $$subdir ; then \
100 echo making $$target in $$subdir; \
101 (cd $$subdir && $(MAKE) $$target) || exit 1; \