grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / mesa / src / gallium / state_trackers / Makefile
blob0900efc664fb68499882586a8bfa16794a9e0db8
1 TOP = ../../..
2 include $(TOP)/configs/current
5 SUBDIRS = $(GALLIUM_STATE_TRACKERS_DIRS)
8 default: subdirs
11 subdirs:
12 @for dir in $(SUBDIRS) ; do \
13 if [ -d $$dir ] ; then \
14 (cd $$dir && $(MAKE)) || exit 1 ; \
15 fi \
16 done
19 clean:
20 rm -f `find . -name \*.[oa]`
21 rm -f `find . -name depend`
24 install:
25 @for dir in $(SUBDIRS) ; do \
26 if [ -d $$dir ] ; then \
27 (cd $$dir && $(MAKE) $@) || exit 1 ; \
28 fi \
29 done