2 include $(TOP
)/configs
/current
5 SUBDIRS
= $(GALLIUM_STATE_TRACKERS_DIRS
)
12 @for
dir in
$(SUBDIRS
) ; do \
13 if
[ -d
$$dir ] ; then \
14 (cd
$$dir && $(MAKE
)) || exit
1 ; \
20 rm -f
`find . -name \*.[oa]`
21 rm -f
`find . -name depend`
25 @for
dir in
$(SUBDIRS
) ; do \
26 if
[ -d
$$dir ] ; then \
27 (cd
$$dir && $(MAKE
) $@
) || exit
1 ; \