5 include $(TOP
)/configs
/current
7 SUBDIRS
= $(PROGRAM_DIRS
)
10 default
: message subdirs
14 @echo
"Making programs for" $(CONFIG_NAME
)
18 @for
dir in
$(SUBDIRS
) ; do \
19 if
[ -d
$$dir ] ; then \
20 (cd
$$dir && $(MAKE
)) || exit
1 ; \
24 # Dummy install target
28 -@for
dir in
$(SUBDIRS
) tests
; do \
29 if
[ -d
$$dir ] ; then \
30 (cd
$$dir && $(MAKE
) clean) ; \