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

SUBDIRS = $(GALLIUM_WINSYS_DIRS)

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