grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / mesa / src / gallium / Makefile
blob79ca767f7e641e79e1482abce3568bb3dd78c31b
1 # src/gallium/Makefile
2 TOP = ../..
3 include $(TOP)/configs/current
5 SUBDIRS = $(GALLIUM_DIRS)
7 default install clean:
8 @for dir in $(SUBDIRS) ; do \
9 if [ -d $$dir ] ; then \
10 (cd $$dir && $(MAKE) $@) || exit 1; \
11 fi \
12 done