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

SUBDIRS = $(GALLIUM_STATE_TRACKERS_DIRS) $(GALLIUM_WINSYS_DIRS)

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