summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/g3dvl/Makefile
blob: 424ddea87ad4b55367874c65921c0f9f1fc76a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
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