summaryrefslogtreecommitdiff
path: root/src/gallium/Makefile
blob: 79ca767f7e641e79e1482abce3568bb3dd78c31b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# src/gallium/Makefile
TOP = ../..
include $(TOP)/configs/current

SUBDIRS = $(GALLIUM_DIRS)

default install clean:
	@for dir in $(SUBDIRS) ; do \
		if [ -d $$dir ] ; then \
			(cd $$dir && $(MAKE) $@) || exit 1; \
		fi \
	done