gallium: add target-helpers/wrap_screen.c to C_SOURCES
[mesa/mesa-lb.git] / src / gallium / winsys / Makefile
blobbce5b3f9e0d1a3724aeebec48c6af2f4f4825309
1 # src/gallium/winsys/Makefile
2 TOP = ../../..
3 include $(TOP)/configs/current
5 SUBDIRS = $(GALLIUM_WINSYS_DIRS)
7 default install clean:
8 @for dir in $(SUBDIRS) ; do \
9 if [ -d $$dir ] ; then \
10 (cd $$dir && $(MAKE) $@) || exit 1; \
11 fi \
12 done