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

SUBDIRS = $(GALLIUM_TARGET_DIRS)

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